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
/
src
/
librustc_trans
/
mir
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-4148
/
+0
2018-05-14
Auto merge of #50648 - nox:volatile-store, r=eddyb
bors
-7
/
+22
2018-05-13
Introduce OperandValue::nontemporal_store and use it in the intrinsics
Anthony Ramine
-18
/
+15
2018-05-13
Introduce OperandValue::volatile_store and use it in the intrinsics
Anthony Ramine
-4
/
+22
2018-05-13
Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis
bors
-6
/
+3
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-55
/
+85
2018-05-10
rustc: leave space for fields of uninhabited types to allow partial initializ...
Eduard-Mihai Burtescu
-6
/
+3
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-3
/
+4
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-4
/
+5
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+1
2018-05-06
issue-49938: Reference tagged unions discr(iminant) as tag
Samuel Wilson
-2
/
+2
2018-05-02
Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis
bors
-1
/
+1
2018-05-01
Auto merge of #50198 - oli-obk:const_prop, r=eddyb
bors
-26
/
+9
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-1
/
+1
2018-05-01
Removed direct field usage of RangeInclusive in rustc itself.
kennytm
-8
/
+8
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-24
/
+5
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-3
/
+2
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-2
/
+2
2018-04-30
Remove ConstFloat
Oliver Schneider
-1
/
+4
2018-04-28
Auto merge of #50164 - nox:rval-range-metadata, r=eddyb
bors
-18
/
+9
2018-04-27
Auto merge of #50137 - nox:rm-bool-cmp-hack, r=eddyb
bors
-10
/
+0
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-1
/
+1
2018-04-26
Emit range metadata on calls returning scalars (fixes #50157)
Anthony Ramine
-18
/
+9
2018-04-26
Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb
bors
-7
/
+37
2018-04-26
Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747)
Anthony Ramine
-1
/
+20
2018-04-26
rustc_target: move in cabi_* from rustc_trans.
Irina Popa
-10
/
+10
2018-04-26
rustc_target: move in type definitions from rustc_trans::abi.
Irina Popa
-1
/
+1
2018-04-26
Consistently use C_uint_big for discriminants
Anthony Ramine
-4
/
+6
2018-04-26
Properly look for uninhabitedness when handling discriminants
Anthony Ramine
-3
/
+12
2018-04-23
Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb
bors
-1
/
+8
2018-04-21
Remove hack around comparisons of i1 values (fixes #40980)
Anthony Ramine
-10
/
+0
2018-04-18
rustc_trans: also check dominators for SSA values in mir::analyze.
Eduard-Mihai Burtescu
-27
/
+60
2018-04-15
Only warn on erroneous promoted constants
Oliver Schneider
-1
/
+8
2018-04-14
Stop referring to statics' AllocIds directly
Oliver Schneider
-8
/
+7
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-3
/
+3
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-1
/
+5
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-4
/
+9
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-7
/
+5
2018-03-08
Unregress error spans in constant errors
Oliver Schneider
-1
/
+0
2018-03-08
Figure out const propgatable locals in a single pass
Oliver Schneider
-0
/
+1
2018-03-08
Report const eval errors at the correct span
Oliver Schneider
-0
/
+1
2018-03-08
Remove redundant warnings in rustc_trans
Oliver Schneider
-27
/
+4
2018-03-08
Simplify const SIMD shuffle in trans
Oliver Schneider
-61
/
+30
2018-03-08
Simplify code around reading/writing ConstVals
Oliver Schneider
-14
/
+5
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-1
/
+2
2018-03-08
Rename simd shuffle function and adjust comment
Oliver Schneider
-7
/
+7
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-119
/
+2
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-5
/
+2
2018-03-08
Don't borrow the interpret_interner for anything but a direct function call
Oliver Schneider
-4
/
+8
[next]