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-03-05
Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn`
Oli Scherer
-1
/
+1
2024-02-18
resolve: Scale back unloading of speculatively loaded crates
Vadim Petrochenkov
-0
/
+10
2024-02-16
Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin
bors
-1
/
+1
2024-02-15
Return ConstAllocation from eval_static_initializer query directly
Oli Scherer
-3
/
+3
2024-02-15
Store static initializers in metadata instead of the MIR of statics.
Oli Scherer
-0
/
+9
2024-02-12
Remove impl_polarity query
Oli Scherer
-1
/
+0
2024-02-12
Implement intrinsics with fallback bodies
Oli Scherer
-1
/
+1
2024-02-12
Make impl_trait_ref into a query also returning more information about the impl
Oli Scherer
-1
/
+1
2024-02-12
Make `is_intrinsic` query return the intrinsic name
Oli Scherer
-1
/
+1
2024-02-10
Encode coroutine_for_closure for foreign crates
Michael Goulet
-0
/
+1
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
[next]