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
/
src
/
librustc
/
mir
Age
Commit message (
Expand
)
Author
Lines
2018-02-11
rustc: don't ICE when using Rvalue::Discriminant on a non-ADT.
Eduard-Mihai Burtescu
-3
/
+2
2018-01-10
Shorten names of some compiler generated artifacts.
Michael Woerister
-0
/
+12
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-0
/
+3
2018-01-01
Fix broken links in internal docs
Malo Jaffré
-1
/
+3
2017-12-26
Rollup merge of #46979 - clarcharr:rustc_docs, r=arielb1
kennytm
-2
/
+2
2017-12-25
Make internal docs build properly.
Clar Charr
-2
/
+2
2017-12-24
Auto merge of #46896 - arielb1:shadow-scope, r=eddyb
bors
-7
/
+79
2017-12-21
fix debuginfo scoping of let-statements
Ariel Ben-Yehuda
-7
/
+79
2017-12-21
Mir: Add Terminatorkind::Abort
David Henningsson
-3
/
+12
2017-12-20
Add three point error handling to borrowck
Santiago Pastorino
-0
/
+9
2017-12-20
Move MirVisitable to visit.rs
Santiago Pastorino
-0
/
+25
2017-12-20
Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1
kennytm
-2
/
+8
2017-12-20
Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1
bors
-8
/
+34
2017-12-19
Split PlaceContext::Store into Store & AsmOutput
Scott McMurray
-2
/
+8
2017-12-18
Refactor paths to middle::trans to mir::mono
Maik Klein
-0
/
+1
2017-12-18
Move middle::trans.rs to mir::mono.rs
Maik Klein
-0
/
+189
2017-12-17
miri: pass pointer alignments directly instead of contextually.
Eduard-Mihai Burtescu
-4
/
+3
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-20
/
+2
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-11
/
+3
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-0
/
+9
2017-12-15
permit `ClosureOutlivesRequirement` to constrain regions or types
Niko Matsakis
-8
/
+25
2017-12-15
Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1
bors
-2
/
+2
2017-12-13
Allow `mir::Place` to be used as a key in hashtables.
Felix S. Klock II
-2
/
+2
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-6742
/
+272
2017-12-11
Merge remote-tracking branch 'origin/master' into miri
Oliver Schneider
-0
/
+69
2017-12-08
incr.comp.: Fix merge fallout.
Michael Woerister
-2
/
+2
2017-12-07
mir-borrowck returns closure requirements, mir-typeck enforces
Niko Matsakis
-0
/
+69
2017-12-06
Merge remote-tracking branch 'origin/master' into miri
Oliver Schneider
-0
/
+6
2017-12-06
miri: don't use an associated constant for a Machine's own data.
Eduard-Mihai Burtescu
-13
/
+9
2017-12-06
miri: move param_env from Machine to EvalContext.
Eduard-Mihai Burtescu
-22
/
+13
2017-12-06
miri: import ty::Ty directly.
Eduard-Mihai Burtescu
-15
/
+16
2017-12-06
miri: monomorphize types iff they came from MIR.
Eduard-Mihai Burtescu
-239
/
+130
2017-12-06
Update miri to rustc changes
Oliver Schneider
-2841
/
+2094
2017-12-05
Auto merge of #46492 - eddyb:move-ops, r=arielb1
bors
-0
/
+6
2017-12-05
rustc_mir: don't move temporaries that are still used later.
Eduard-Mihai Burtescu
-0
/
+6
2017-12-04
rustc_back: remove slice module in favor of std::slice::from_ref.
Irina-Gabriela Popa
-7
/
+7
2017-12-03
add a pass to remove no-op landing pads
Ariel Ben-Yehuda
-0
/
+25
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-123
/
+126
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-125
/
+125
2017-12-01
Auto merge of #46236 - davidtwco:issue-46023, r=arielb1
bors
-1
/
+3
2017-11-30
Immutable unique closure upvars cannot be mutated.
David Wood
-1
/
+3
2017-11-28
incr.comp.: Make a bunch of query results encodable.
Michael Woerister
-4
/
+5
2017-11-28
incr.comp.: Make MIR encoding fit for incr.comp. caching.
Michael Woerister
-17
/
+8
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-11
/
+31
2017-11-26
make accessing packed fields a future-compat warning
Ariel Ben-Yehuda
-1
/
+8
2017-11-24
Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisa
bors
-0
/
+9
2017-11-22
handle the active field index in unions
Niko Matsakis
-3
/
+7
2017-11-18
Add a MIR pass to lower 128-bit operators to lang item calls
Scott McMurray
-0
/
+9
2017-11-18
Remove return_ty from Mir
loomaclin
-10
/
+6
2017-11-17
MIR: hide .rodata constants vs by-ref ABI clash in trans.
Eduard-Mihai Burtescu
-3
/
+4
[next]