about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2025-07-01Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obkbors-2/+9
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-23/+37
2025-06-27Split exported_symbols for generic and non-generic symbolsbjorn3-2/+9
2025-06-24Remove dependency injection for the panic runtimebjorn3-4/+0
2025-06-20Use gen blocks in the compiler instead of from_coroutineMichael Goulet-24/+20
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+22
2025-06-14Prepare `rustc-dev` component un-remapping in the compilerUrgau-75/+101
2025-06-11Remove useless and wrong std crates special casing when un-remap sysrootUrgau-28/+1
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-1/+1
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-0/+4
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+11
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-17/+13
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-4/+8
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-5/+6
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-2/+2
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-2/+2
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-1/+1
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