about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src
AgeCommit message (Expand)AuthorLines
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-6/+3
2024-12-15Add hir::AttributeJonathan Dönszelmann-4/+6
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-28/+21
2024-12-06Remove 'tcx lifetime from OnDiskCachebjorn3-3/+3
2024-11-09Move some code from Compiler::enter to GlobalCtxt::finishbjorn3-4/+12
2024-11-03replace manual time convertions with std onesklensy-12/+6
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-2/+2
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-3/+3
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-2/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-22/+23
2024-09-11Also fix if in elseMichael Goulet-5/+3
2024-08-27Add `warn(unreachable_pub)` to `rustc_incremental`.Nicholas Nethercote-49/+50
2024-08-25Removes dead code from the compilermu001999-7/+0
2024-08-21Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxuMatthias Krüger-1/+1
2024-08-21Simplify some redundant field namesMichael Goulet-1/+1
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-65/+56
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-1/+3
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote-2/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.Nicholas Nethercote-4/+7
2024-05-21PR feedbackBen Kimock-3/+3
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-4/+23
2024-05-03Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obkbors-29/+25
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-2/+2
2024-04-22Stabilize the size of incr comp object file namesBen Kimock-29/+25
2024-04-21Fix ICE when there is a non-Unicode entry in the incremental crate directorybeetrees-17/+19
2024-04-05Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillotbors-2/+4
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-1/+1
2024-03-23Encode dep graph edges directly from the previous graph when promotingJohn Kåre Alsaker-2/+4
2024-03-21rename items -> free_itemsRalf Jung-1/+1
2024-03-20Replace `mir_built` query with a hook and use mir_const everywhere insteadOli Scherer-1/+1
2024-03-13Make incremental sessions identity no longer depend on the crate names provid...John Kåre Alsaker-16/+18
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-3/+3
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-1/+1
2024-02-12Make impl_trait_ref into a query also returning more information about the implOli Scherer-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-3/+3
2024-01-25Remove unused featuresclubby789-1/+0
2024-01-22Tweak error counting.Nicholas Nethercote-4/+4
2024-01-16Get rid of the hir_owner query.Camille GILLOT-5/+6
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-11/+11
2024-01-04Split StableCompare trait out of StableOrd trait.Michael Woerister-1/+1
2024-01-02Report I/O errors with emit_fatal not emit_errBen Kimock-11/+3
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-41/+42
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-10remove redundant importssurechen-1/+0
2023-12-02Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.Nicholas Nethercote-3/+3