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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
decoder
Age
Commit message (
Expand
)
Author
Lines
2024-02-06
resolve: Unload speculatively resolved crates before freezing cstore
Vadim Petrochenkov
-1
/
+14
2024-01-23
Remove track_errors entirely
Oli Scherer
-1
/
+8
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-2
/
+2
2024-01-04
cstore: Remove unnecessary locking from `CrateMetadata`
Vadim Petrochenkov
-18
/
+18
2023-12-21
Encode CoroutineKind directly
Michael Goulet
-1
/
+1
2023-11-25
rustc: Make `def_kind` mandatory for all `DefId`s
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-20
Store feature stability un-split
Michael Goulet
-1
/
+1
2023-11-20
Unify defined_lib_features and lib_features queries
Michael Goulet
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-0
/
+1
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-0
/
+1
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-1
/
+0
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-4
/
+6
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+2
2023-09-09
Use `FreezeLock` for `CStore`
John Kåre Alsaker
-2
/
+2
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-3
/
+4
2023-07-29
Implement assumed_wf_types for RPITITs' implementations
Michael Goulet
-0
/
+1
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-1
/
+0
2023-07-21
add crate-local `-Z reference_niches` unstable flag (does nothing for now)
Moulins
-0
/
+1
2023-07-17
Do not fetch HIR in native_libs.
Camille GILLOT
-1
/
+1
2023-07-17
Simplify foreign_modules.
Camille GILLOT
-3
/
+1
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-0
/
+1
2023-06-07
Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov
bors
-0
/
+1
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-0
/
+1
2023-06-01
Rename `impl_defaultness` to `defaultness`
Deadbeef
-1
/
+1
2023-05-31
Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...
bors
-1
/
+7
2023-05-26
Load only the header for crate_matches
jyn
-3
/
+3
2023-05-25
rustc_metadata: use AtomicBool for privateness instead of Lock
Michael Howell
-2
/
+5
2023-05-25
rustc_metadata: inherit dependency privacy flag
Michael Howell
-1
/
+4
2023-05-24
Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-...
Matthias Krüger
-1
/
+1
2023-05-23
Rename `traits_in_crate` query to `traits`
Maybe Waffle
-1
/
+1
2023-05-18
Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot
Dylan DPC
-2
/
+2
2023-05-18
Merge query property modules into one
John Kåre Alsaker
-2
/
+2
2023-05-17
Retire is_foreign_item query.
Camille GILLOT
-1
/
+0
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-04-25
Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com...
Matthias Krüger
-1
/
+1
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+3
2023-04-22
Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco
bors
-3
/
+0
2023-04-21
Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC
bors
-1
/
+1
2023-04-21
Changes from review
Kyle Matsuda
-5
/
+1
2023-04-21
rustc_metadata: Split `children` into multiple tables
Vadim Petrochenkov
-1
/
+1
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-1
/
+5
2023-04-19
resolve: Remove `module_children_untracked`
Vadim Petrochenkov
-8
/
+0
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-3
/
+0
2023-04-11
Split implied and super predicate queries
Michael Goulet
-1
/
+13
2023-03-23
rustc_metadata: Freeze cstore after the full crate list is queried
Vadim Petrochenkov
-0
/
+3
2023-03-23
resolve: Rename some cstore methods to match queries and add comments
Vadim Petrochenkov
-4
/
+4
2023-03-23
Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr
bors
-12
/
+0
2023-03-23
Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillot
Matthias Krüger
-12
/
+0
[prev]
[next]