about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src
AgeCommit message (Expand)AuthorLines
2025-02-26Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obkLeón Orell Valerian Liehr-1/+1
2025-02-26Rollup merge of #137529 - klensy:unused3, r=lcnrLeón Orell Valerian Liehr-1/+0
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-1/+1
2025-02-25remove unused field from VariantDef::new and convert debug to instrumentklensy-1/+0
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-1/+0
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-1/+0
2025-02-24Change span field accesses to method callsJana Dönszelmann-2/+2
2025-02-23stabilize extract_ifbendn-1/+0
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-15/+11
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-43/+156
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-15/+11
2025-02-21If the parent dependency is private, treat dependents as privateTrevor Gross-5/+26
2025-02-21Partially revert ed63539282 ("Mark dependencies ... private by default")Trevor Gross-17/+1
2025-02-21Inject `compiler_builtins` during postprocessing rather than via ASTTrevor Gross-0/+48
2025-02-21Always allow reusing cratenum in CrateLoader::loadbjorn3-21/+9
2025-02-20Improve debugging for metadata structuresTrevor Gross-5/+12
2025-02-20Track where crate dependencies come from in `creader`Trevor Gross-20/+73
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-2/+2
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-4/+4
2025-02-14Decode metadata buffer in one goOli Scherer-4/+1
2025-02-08Rustfmtbjorn3-13/+19
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-11/+13
2025-02-03Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+3
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-11/+13
2025-02-03Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlinbors-5/+147
2025-02-03Remove hook calling via `TyCtxtAt`.Nicholas Nethercote-3/+3
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-5/+147
2025-02-01Rename `tcx.ensure_with_value()` to `tcx.ensure_done()`Zalathar-3/+3
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Overhaul `to_readable_str`.Nicholas Nethercote-3/+3
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-8/+8
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-6/+8
2025-01-19Manual cleanup of some `is_{or_none|some_and}` usagesYotam Ofek-1/+2
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-14Mark dependencies of the standard library as private by defaultTrevor Gross-19/+47
2025-01-14rustc_metadata: Rename `root` to `dep_root`Trevor Gross-26/+35
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-2/+2
2025-01-08update cfg(bootstrap)Pietro Albini-2/+2
2024-12-31Convert some Into impls into From implsMichael Goulet-3/+3
2024-12-20Review commentsbjorn3-0/+7
2024-12-19Update commentsbjorn3-8/+7
2024-12-19Make DependencyList an IndexVecbjorn3-45/+58
2024-12-18Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxubors-13/+8
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-13/+8
2024-12-17Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviperMatthias Krüger-1/+1
2024-12-16update uses of extract_if in the compilerThe 8472-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-3/+3
2024-12-16split attributesJonathan Dönszelmann-10/+13
2024-12-15Add hir::AttributeJonathan Dönszelmann-7/+14