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
/
test
/
mir-opt
/
nll
Age
Commit message (
Expand
)
Author
Lines
2020-06-07
rename FalseEdges -> FalseEdge
Ralf Jung
-2
/
+2
2020-06-04
Revert "Bless mir-opt tests"
Felix S. Klock II
-106
/
+106
2020-05-09
Bless mir-opt tests
Matthew Jasper
-106
/
+106
2020-04-21
update ref test
Niko Matsakis
-71
/
+72
2020-04-16
reserve variable for empty root region
Niko Matsakis
-85
/
+89
2020-04-14
update 32 bit mir-opt tests
Bastian Kauschke
-2
/
+14
2020-04-13
bless mir opt tests
Bastian Kauschke
-2
/
+14
2020-04-11
Use write!-style syntax for MIR assert terminator
robojumper
-2
/
+2
2020-04-07
Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.
Ana-Maria Mihalache
-61
/
+220
2020-04-07
--bless more mir-opt tests.
Ana-Maria Mihalache
-44
/
+213
2019-11-27
rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...
Eduard-Mihai Burtescu
-0
/
+4
2019-06-25
Use `as_temp` to evaluate statement expressions
Matthew Jasper
-3
/
+3
2019-06-13
Create fewer basic blocks in match MIR lowering
Matthew Jasper
-3
/
+3
2019-05-10
Adjust mir-opt tests for new HIR without If
Mazdak Farrokhzad
-3
/
+3
2019-04-24
Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis
Mazdak Farrokhzad
-2
/
+2
2019-04-23
rustc_mir: create the `let` and "remainder" scopes in source order.
Eduard-Mihai Burtescu
-2
/
+2
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-09-18
Update mir-opt test suite
Rémy Rakic
-3
/
+3
2018-09-10
optimize `let x: T = ..` to avoid a temporary
Niko Matsakis
-38
/
+0
2018-09-06
Fix tests
Wesley Wiser
-1
/
+1
2018-08-27
merge `PointIndexMap` and `RegionValueElements`
Niko Matsakis
-9
/
+9
2018-07-26
patch up mir-opt tests
Niko Matsakis
-14
/
+14
2018-07-21
delete tests
dylan_DPC
-110
/
+0
2018-07-21
remove unwanted tests and a reference to it in comments
dylan_DPC
-134
/
+0
2018-07-01
update mir-opt tests
Niko Matsakis
-5
/
+7
2018-06-27
Update MIR opt tests
Matthew Jasper
-6
/
+4
2018-05-30
rustc: use syntactic (instead of visibility) source info where appropriate.
Eduard-Mihai Burtescu
-4
/
+4
2018-05-10
"fix" test region-liveness-two-disjoint-uses
Niko Matsakis
-2
/
+5
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-13
/
+13
2018-03-23
Updated MIR with UserAssertTy in mir-opt tests.
David Wood
-2
/
+2
2018-03-08
Produce instead of pointers
Oliver Schneider
-1
/
+1
2018-02-07
[ci skip] Generate false edges from loop_block
bobtwinkles
-8
/
+8
2017-12-20
convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests
Niko Matsakis
-102
/
+0
2017-12-15
more concise debug output when dumping the value of a region
Niko Matsakis
-21
/
+21
2017-12-15
impose inputs/ouputs on MIR after the fact
Niko Matsakis
-1
/
+5
2017-12-15
thread through an implicit region body of the fn body
Niko Matsakis
-26
/
+32
2017-12-13
refactor region value bitmatrix
Niko Matsakis
-4
/
+4
2017-12-07
add closure requirement tests, improve debugging output
Niko Matsakis
-36
/
+44
2017-12-04
constraint_generation: create liveness constraints more thoroughly
Niko Matsakis
-4
/
+4
2017-12-04
replace constant regions with a post-inference check
Niko Matsakis
-2
/
+2
2017-12-03
add and unignore tests
Ariel Ben-Yehuda
-2
/
+1
2017-12-03
funnel all unwind paths through a single Resume block
Ariel Ben-Yehuda
-44
/
+42
2017-11-28
tests: update to include move annotations in MIR.
Eduard-Mihai Burtescu
-4
/
+4
2017-11-25
Disable region-liveness-drop-no-may-dangle.rs
Keith Yeung
-0
/
+1
2017-11-17
MIR: hide .rodata constants vs by-ref ABI clash in trans.
Eduard-Mihai Burtescu
-11
/
+5
2017-11-16
fix mir-opt NLL tests -- variable `'_#0r` is now `'static`
Niko Matsakis
-25
/
+25
2017-11-09
change separator from `.` to `-`
Mikhail Modin
-2
/
+2
2017-11-09
change MIR dump filenames from `nodeN` to `DefPath`
Mikhail Modin
-30
/
+30
2017-11-02
add `mir-opt/named-lifetimes-basic.rs`
Niko Matsakis
-0
/
+34
[next]