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
/
decoder
/
cstore_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Make `def_path_hash_to_def_id` not panic when passed an invalid hash
Li-yao Xia
-2
/
+2
2025-08-10
Detect struct construction with private field in field with default
Esteban Küber
-0
/
+1
2025-08-08
rustc_metadata: remove unused private trait impls
Deadbeef
-18
/
+0
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-28
Save names of used extern crates
Kornel
-0
/
+5
2025-07-28
Clarify update_extern_crate
Kornel
-3
/
+21
2025-07-16
resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`
Vadim Petrochenkov
-5
/
+2
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
-10
/
+3
2025-05-29
cstore: Use IndexSet as backing store for postorder dependencies
Piotr Osiewicz
-2
/
+3
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
-1
/
+1
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-0
/
+2
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-1
/
+1
2025-04-01
Store adt_async_destructor in metadata
Oli Scherer
-4
/
+1
2025-04-01
Store adt_destructor in metadata
Oli Scherer
-4
/
+1
2025-02-06
Auto merge of #136471 - safinaskar:parallel, r=SparrowLii
bors
-3
/
+3
2025-02-03
Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk
许杰友 Jieyou Xu (Joe)
-3
/
+3
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-3
/
+3
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-3
/
+3
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-1
/
+1
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-1
/
+1
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-06
Remove polymorphization
Ben Kimock
-1
/
+0
2024-11-19
Rename implied_const_bounds to explicit_implied_const_bounds
Michael Goulet
-1
/
+1
2024-11-07
Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors
Jubilee
-0
/
+1
2024-11-07
[StableMIR] API to retrieve definitions from crates
Celina G. Val
-0
/
+1
2024-10-31
Encode cross-crate opaque type origin
Michael Goulet
-4
/
+1
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-20
/
+8
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-10-20
Remove outdated comment
Chris Denton
-3
/
+0
2024-09-24
Separate collection of crate-local inherent impls from error reporting
Michael Goulet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
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
-2
/
+2
2024-09-02
Rollup merge of #129829 - compiler-errors:decode-non-optional, r=lcnr
Matthias Krüger
-5
/
+18
2024-09-01
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
Jakub Beránek
-1
/
+0
2024-08-31
Make decoding non-optional LazyArray panic if not set
Michael Goulet
-5
/
+18
2024-08-31
Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease
Matthias Krüger
-0
/
+18
2024-08-29
Simplify some extern providers
Michael Goulet
-11
/
+21
2024-08-29
Stop using ty::GenericPredicates for non-predicates_of queries
Michael Goulet
-0
/
+18
2024-08-28
Implement RFC 3525.
Luca Versari
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+7
2024-07-17
Add cross-crate precise capturing support to rustdoc
Michael Goulet
-0
/
+10
2024-06-29
Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk
bors
-0
/
+3
2024-06-28
implement new effects desugaring
Deadbeef
-0
/
+3
2024-06-27
Make queries more explicit
Michael Goulet
-2
/
+2
[next]