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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2024-06-29
Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk
bors
-0
/
+2
2024-06-28
implement new effects desugaring
Deadbeef
-0
/
+2
2024-06-27
Make queries more explicit
Michael Goulet
-3
/
+3
2024-06-07
Only compute specializes query if specialization is enabled in the crate of t...
Michael Goulet
-0
/
+2
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-5
/
+5
2024-05-21
Reorder some `use` items.
Nicholas Nethercote
-15
/
+10
2024-05-13
Remove `extern crate rustc_middle` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+2
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-0
/
+1
2024-03-07
Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`
Yoshitomo Nakanishi
-1
/
+1
2024-03-06
Auto merge of #119455 - Mark-Simulacrum:relative-spans, r=cjgillot
bors
-1
/
+3
2024-03-04
Return a struct from `query intrinsic` to be able to add another field in the...
Oli Scherer
-1
/
+1
2024-02-16
Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin
bors
-1
/
+1
2024-02-16
Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay
bors
-10
/
+10
2024-02-15
Return ConstAllocation from eval_static_initializer query directly
Oli Scherer
-1
/
+1
2024-02-15
Store static initializers in metadata instead of the MIR of statics.
Oli Scherer
-0
/
+1
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-10
/
+10
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
Use a struct instead of a tuple
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-01-06
Embed length of offset/position into Span tag byte
Mark Rousskov
-1
/
+3
2024-01-04
Make iteration order of collect_return_position_impl_trait_in_trait_tys query...
Michael Woerister
-2
/
+2
2023-12-29
Shrink span encoding further
Mark Rousskov
-11
/
+82
2023-12-27
Support relative offsets when encoding spans
Mark Rousskov
-1
/
+2
2023-12-24
Auto merge of #119238 - Mark-Simulacrum:def-hash-efficiency, r=cjgillot
bors
-1
/
+6
2023-12-23
Specialize DefPathHash table to skip crate IDs
Mark Rousskov
-1
/
+6
2023-12-23
Auto merge of #119225 - Mark-Simulacrum:remove-option, r=compiler-errors
bors
-1
/
+1
2023-12-22
Avoid redundant Option for cross_crate_inlinable
Mark Rousskov
-1
/
+1
2023-12-21
Encode CoroutineKind directly
Michael Goulet
-1
/
+1
2023-11-28
Use a u64 for the rmeta root position
Ben Kimock
-2
/
+2
2023-11-25
rustc: Make `def_kind` mandatory for all `DefId`s
Vadim Petrochenkov
-1
/
+1
2023-11-20
Unify defined_lib_features and lib_features queries
Michael Goulet
-1
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
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
-2
/
+1
[next]