summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2025-03-20Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name...Matthias Krüger-1/+1
2025-03-19Allow builtin macros to be used more than once.Mara Bos-3/+3
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-1/+1
2025-03-15Move codec module back into middleMichael Goulet-4/+2
2025-03-03Remove some unnecessary aliases from `rustc_data_structures::sync`Zalathar-2/+2
2025-02-26Rollup merge of #137529 - klensy:unused3, r=lcnrLeón Orell Valerian Liehr-1/+0
2025-02-25remove unused field from VariantDef::new and convert debug to instrumentklensy-1/+0
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-1/+0
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-15/+11
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-15/+11
2025-02-21Inject `compiler_builtins` during postprocessing rather than via ASTTrevor Gross-0/+4
2025-02-20Improve debugging for metadata structuresTrevor Gross-0/+4
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-4/+5
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-4/+5
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-0/+15
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-12-19Make DependencyList an IndexVecbjorn3-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-3/+2
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-09Support x-crate default fieldsEsteban Küber-1/+5
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+1
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-0/+1
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+6
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-1/+1
2024-10-30Remove dead code stemming from the old effects desugaringLeón Orell Valerian Liehr-4/+1
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-3/+0
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-0/+2
2024-10-01Remove unnamed field featureMichael Goulet-3/+0
2024-09-27Implement RFC3137 trim-paths sysroot changesUrgau-49/+56
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-08-31Rollup merge of #129723 - compiler-errors:extern-providers, r=lcnrMatthias Krüger-32/+0
2024-08-29Simplify some extern providersMichael Goulet-32/+0
2024-08-29Add `warn(unreachable_pub)` to `rustc_metadata`.Nicholas Nethercote-5/+5
2024-08-28Move 'tcx lifetime off of impl and onto methodsMichael Goulet-14/+18
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+9
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-2/+0
2024-07-18Avoid unnecessary sorting of traitsMichael Goulet-2/+3
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-2/+0
2024-07-11report pat no field error no recoverd struct variantyukang-1/+1
2024-06-28implement new effects desugaringDeadbeef-1/+4
2024-06-16rustc_span: Minor improvementsVadim Petrochenkov-2/+2
2024-05-26Give EarlyBinder a tcx parameterMichael Goulet-2/+2
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.Nicholas Nethercote-0/+1
2024-05-21PR feedbackBen Kimock-2/+5
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-6/+22
2024-05-13Remove `extern crate rustc_middle` from `rustc_metadata`.Nicholas Nethercote-0/+1
2024-05-01Step bootstrap cfgsMark Rousskov-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-19/+23
2024-04-17consistency rename: language item -> lang itemRalf Jung-1/+1