about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-1/+1
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+1
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-0/+3
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-0/+3
2022-08-31set up rustc_metadata for SessionDiagnostics, port dependency_format.rsNathan Stocks-0/+3
2022-08-30Stabilize GATsJack Huey-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-02move emit_metadata to rustc_metadata::fsYoshiki Matsuda-0/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-0/+1
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-0/+1
2022-05-23Fix iterator implementation, add some inlinesMichael Goulet-0/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-0/+2
2022-04-13rustc_metadata: Do not encode unnecessary module childrenVadim Petrochenkov-0/+1
2022-04-10Simplify FixedSizeEncoding using const generics.Camille GILLOT-0/+1
2022-04-10Directly encode ImplPolarity in metadata.Camille GILLOT-0/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2021-12-14Remove `in_band_lifetimes` from `rustc_metadata`Sylvan Bowdler-1/+0
2021-12-06replace dynamic library module with libloadingAndy Russell-1/+0
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-2/+1
2021-09-30Move encode_metadata out of CrateStore.Camille GILLOT-0/+1
2021-06-10Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011bors-0/+2
2021-06-01Drop metadata_encoding_version.Camille GILLOT-0/+2
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-2/+0
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-30Drop metadata_encoding_version.Camille GILLOT-0/+2
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-1/+0
2021-03-19stabilize or_patternsmark-1/+1
2020-11-22Stabilise `then`varkor-1/+0
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+36