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
Age
Commit message (
Expand
)
Author
Lines
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-1
/
+1
2024-06-07
Only compute specializes query if specialization is enabled in the crate of t...
Michael Goulet
-0
/
+1
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-2
/
+2
2024-05-29
Start implementing needs_async_drop and related
Daria Sukhonina
-0
/
+4
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-04-19
Move `stable_crate_ids` from `CrateStore` to `Untracked`
Oli Scherer
-8
/
+7
2024-03-27
Make `def_path_hash_to_def_id` a hook
Oli Scherer
-5
/
+9
2024-03-27
Move `CrateStore::expn_hash_to_expn_id` to a hook
Oli Scherer
-11
/
+5
2024-03-27
Start replacing `CStore` trait methods with hooks.
Oli Scherer
-4
/
+8
2024-03-22
Always encode implied_predicates query for traits
Michael Goulet
-12
/
+1
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-0
/
+1
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
[prev]
[next]