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_middle
/
src
/
ty
/
abstract_const.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-1
/
+1
2025-02-06
Clean up trivial traversal/lift impl generator macro calls.
Nicholas Nethercote
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-1
/
+1
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-1
/
+2
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-1
/
+1
2023-07-25
Make everything builtin!
Michael Goulet
-3
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-04
Replace `const_error` methods with `Const::new_error`
Boxy
-1
/
+1
2023-05-14
Rename const error methods for consistency
Michael Goulet
-1
/
+1
2023-05-09
add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const
Kyle Matsuda
-8
/
+1
2023-05-02
correctly recurse when expanding anon consts
Boxy
-1
/
+2
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-9
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+3
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-2
/
+1
2022-11-25
Make `expand_abstract_consts` infallible
Boxy
-49
/
+19
2022-11-25
fmt
Boxy
-1
/
+1
2022-11-25
Add expand_abstract_const
kadmin
-49
/
+60
2022-11-25
Add empty ConstKind::Abstract
kadmin
-149
/
+58
2022-11-02
deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly
yukang
-2
/
+2
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-4
/
+4
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-1
/
+1
2022-09-22
introduce mir::Unevaluated
b-naber
-1
/
+1
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-1
/
+1
2022-07-14
Fix overlapping impls
kadmin
-137
/
+29
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-0
/
+302