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-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
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-2
/
+1
2023-09-21
Record asyncness span in HIR
Michael Goulet
-1
/
+1
2023-09-02
Auto merge of #115286 - saethlin:detangler, r=petrochenkov
bors
-1
/
+1
2023-09-01
Reuse const rendering from rustdoc in rmeta encoding
Ben Kimock
-1
/
+1
2023-08-30
Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber
bors
-3
/
+8
2023-08-29
Document in the code how this scheme works
Ben Kimock
-0
/
+3
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
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
-2
/
+1
2023-07-21
add crate-local `-Z reference_niches` unstable flag (does nothing for now)
Moulins
-1
/
+2
2023-07-19
Encode shorthands for spans in metadata.
Camille GILLOT
-0
/
+6
2023-07-14
Use u64 for incr comp allocation offsets
Ben Kimock
-1
/
+1
2023-07-13
Adapt table sizes to the contents
Ben Kimock
-3
/
+5
2023-06-22
migrate inferred_outlives_of to Clause
Michael Goulet
-1
/
+1
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-1
/
+1
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-1
/
+1
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-1
/
+2
[next]