summaryrefslogtreecommitdiff
path: root/compiler/rustc_incremental
AgeCommit message (Expand)Author
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.Nicholas Nethercote
2024-05-21PR feedbackBen Kimock
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock
2024-05-03Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obkbors
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote
2024-04-22Stabilize the size of incr comp object file namesBen Kimock
2024-04-21Fix ICE when there is a non-Unicode entry in the incremental crate directorybeetrees
2024-04-05Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillotbors
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors
2024-03-23Encode dep graph edges directly from the previous graph when promotingJohn Kåre Alsaker
2024-03-21rename items -> free_itemsRalf Jung
2024-03-20Replace `mir_built` query with a hook and use mir_const everywhere insteadOli Scherer
2024-03-13Make incremental sessions identity no longer depend on the crate names provid...John Kåre Alsaker
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau
2024-02-12Make impl_trait_ref into a query also returning more information about the implOli Scherer
2024-02-06Invert diagnostic lints.Nicholas Nethercote
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov
2024-01-25Remove unused featuresclubby789
2024-01-22Tweak error counting.Nicholas Nethercote
2024-01-16Get rid of the hir_owner query.Camille GILLOT
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote
2024-01-04Split StableCompare trait out of StableOrd trait.Michael Woerister
2024-01-02Report I/O errors with emit_fatal not emit_errBen Kimock
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers
2023-12-10remove redundant importssurechen
2023-12-02Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.Nicholas Nethercote
2023-12-01Remove unused field from `IncrCompSession`.Nicholas Nethercote
2023-11-26Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkinbors
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb
2023-11-15Bump cfg(bootstrap)sMark Rousskov
2023-11-04Remove unused LoadResult::DecodeIncrCache variantbjorn3
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote
2023-10-26Reduce some function exposure.Nicholas Nethercote
2023-10-26Tiny comment fixes.Nicholas Nethercote
2023-10-26Move a `use` to a more sensible spot.Nicholas Nethercote
2023-10-26Reduce exposure of three functions used only within `rustc_incremental`.Nicholas Nethercote
2023-10-26Remove unused `never_type` feature.Nicholas Nethercote
2023-10-13Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillotbors
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell