summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
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
2024-03-20Split item bounds and item super predicatesMichael Goulet-0/+14
2024-03-16less useless array builds in imported_source_fileklensy-10/+10
2024-03-08Move metadata header and version checks togetherbjorn3-6/+18
2024-03-06Auto merge of #119455 - Mark-Simulacrum:relative-spans, r=cjgillotbors-1/+5
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-03-04Return a struct from `query intrinsic` to be able to add another field in the...Oli Scherer-1/+1
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-1/+1
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-2/+2
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-6/+4
2024-02-15Use generic `NonZero` internally.Markus Reiter-6/+8
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-2/+2
2024-02-12Make `is_intrinsic` query return the intrinsic nameOli Scherer-2/+2
2024-02-12Lower anonymous structs or unions to HIRFrank King-0/+3
2024-02-06resolve: Unload speculatively resolved crates before freezing cstoreVadim Petrochenkov-0/+7
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-0/+1