index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Define datastructures for `#[cfg]` attribute, move StrippedCfgItem
Jonathan Brouwer
-1
/
+1
2025-07-12
Clean up implementation of RPITIT assoc item lowering
Michael Goulet
-1
/
+1
2025-07-13
query RPITIT in a trait or impl
bohan
-1
/
+1
2025-06-27
Split exported_symbols for generic and non-generic symbols
bjorn3
-1
/
+2
2025-05-21
Introduce `tcx.anon_const_kind` query
Boxy
-0
/
+1
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-6
/
+6
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-0
/
+2
2025-04-12
don't store opaque info during encoding
bohan
-4
/
+2
2025-04-11
Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead
Stuart Cook
-1
/
+1
2025-04-10
Allow drivers to supply a list of extra symbols to intern
Alex Macleod
-1
/
+1
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-1
/
+1
2025-04-03
hygiene: Avoid recursion in syntax context decoding
Vadim Petrochenkov
-1
/
+3
2025-04-02
Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors
bors
-0
/
+2
2025-04-01
Store adt_async_destructor in metadata
Oli Scherer
-0
/
+1
2025-04-01
Store adt_destructor in metadata
Oli Scherer
-0
/
+1
2025-04-01
Bump metadata version
Jakub Beránek
-1
/
+1
2025-03-31
Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`
Jakub Beránek
-0
/
+6
2025-03-30
Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"
Jakub Beránek
-2
/
+2
2025-03-29
less decoding if it has the same syntax context
bohan
-2
/
+2
2025-03-19
Use `Option<Ident>` for lowered param names.
Nicholas Nethercote
-1
/
+1
2025-03-10
make precise capturing args in rustdoc Json typed
morine0122
-1
/
+2
2025-02-03
Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin
bors
-2
/
+3
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-2
/
+3
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-1
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-12-31
Convert some Into impls into From impls
Michael Goulet
-3
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-09
Support x-crate default fields
Esteban Küber
-0
/
+1
2024-12-06
Remove polymorphization
Ben Kimock
-1
/
+0
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-0
/
+1
2024-11-19
Rename implied_const_bounds to explicit_implied_const_bounds
Michael Goulet
-1
/
+1
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-2
/
+2
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-10-31
Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank
bors
-1
/
+1
2024-10-31
Encode cross-crate opaque type origin
Michael Goulet
-1
/
+1
2024-10-30
Remove dead code stemming from the old effects desugaring
León Orell Valerian Liehr
-1
/
+0
2024-10-27
compiler: Add rustc_abi dependence to the compiler
Jubilee Young
-1
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+2
2024-10-24
Remove associated type based effects logic
Michael Goulet
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-16
Encode coroutine_by_move_body_def_id in crate metadata
Michael Goulet
-0
/
+1
2024-09-04
Make supertrait and implied predicates queries defaulted
Michael Goulet
-4
/
+2
2024-09-01
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
Jakub Beránek
-2
/
+1
2024-08-31
Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease
Matthias Krüger
-2
/
+2
2024-08-29
Stop using ty::GenericPredicates for non-predicates_of queries
Michael Goulet
-2
/
+2
2024-08-28
Implement RFC 3525.
Luca Versari
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+13
2024-07-17
Add cross-crate precise capturing support to rustdoc
Michael Goulet
-0
/
+1
[next]