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_mir_transform
/
src
/
large_enums.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-08
Simplify `use crate::rustc_foo::bar` occurrences.
Nicholas Nethercote
-1
/
+1
2023-12-28
Fix some comments
cuishuang
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-10
add some comments explaining why MIR opts are marked as unsound
Ralf Jung
-0
/
+3
2023-09-27
fix clippy::{redundant_guards, useless_format}
Matthias Krüger
-5
/
+2
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-2
/
+2
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+1
2023-09-14
make it more clear which functions create fresh AllocId
Ralf Jung
-1
/
+1
2023-09-14
cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect
Ralf Jung
-1
/
+1
2023-09-14
use AllocId instead of Allocation in ConstValue::ByRef
Ralf Jung
-2
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-7
/
+9
2023-04-23
Use param_env_reveal_all_normalized in MIR opts.
Camille GILLOT
-1
/
+1
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-20
/
+25
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-4
/
+3
2023-02-15
Replace an unnecessary `mk_ty` call with `mk_array`.
Nicholas Nethercote
-5
/
+2
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-08
Add de-init to destination place
kadmin
-7
/
+10
2023-02-07
Leave FIXME for wasm layout difference.
kadmin
-15
/
+27
2023-02-07
Rm allocation in candidate
kadmin
-0
/
+283