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
2025-02-03
Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin
bors
-2
/
+3
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-2
/
+3
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-1
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-12-31
Convert some Into impls into From impls
Michael Goulet
-3
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-09
Support x-crate default fields
Esteban Küber
-0
/
+1
2024-12-06
Remove polymorphization
Ben Kimock
-1
/
+0
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-0
/
+1
2024-11-19
Rename implied_const_bounds to explicit_implied_const_bounds
Michael Goulet
-1
/
+1
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-2
/
+2
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-10-31
Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank
bors
-1
/
+1
2024-10-31
Encode cross-crate opaque type origin
Michael Goulet
-1
/
+1
2024-10-30
Remove dead code stemming from the old effects desugaring
León Orell Valerian Liehr
-1
/
+0
2024-10-27
compiler: Add rustc_abi dependence to the compiler
Jubilee Young
-1
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+2
2024-10-24
Remove associated type based effects logic
Michael Goulet
-1
/
+0
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
[next]