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
/
test
/
mir-opt
/
basic_assignment.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-29
add crate name to mir dumps
Xavier Denis
-1
/
+1
2020-03-26
Enable `--bless`ing of MIR dumps
Oliver Scherer
-31
/
+3
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-2
/
+0
2019-03-21
Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco
bors
-1
/
+1
2019-03-15
rustc: explicitly pass the namespace to PrintCx::parameterized.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-03
Check which blocks are cleanup in mir-opt tests
Matthew Jasper
-1
/
+1
2019-01-19
Rename UserTypeAnnotation -> UserType
Matthew Jasper
-1
/
+1
2018-12-30
Refactor `UserTypeAnnotation`.
David Wood
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-19
/
+0
2018-10-27
allow canonicalized regions to carry universe and track max-universe
Niko Matsakis
-1
/
+1
2018-10-26
Update mir-opt tests to reflect change to `AscribeUserType` to carry a `UserT...
Felix S. Klock II
-1
/
+1
2018-10-15
fix mir-opt test
Niko Matsakis
-1
/
+1
2018-10-10
Use the span of the user type for `AscribeUserType`
Matthew Jasper
-1
/
+1
2018-09-18
Update mir-opt test suite
Rémy Rakic
-0
/
+2
2018-09-10
optimize `let x: T = ..` to avoid a temporary
Niko Matsakis
-49
/
+32
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-1
/
+1
2018-05-27
Make &Slice a thin pointer
John Kåre Alsaker
-1
/
+1
2018-03-23
Updated MIR with UserAssertTy in mir-opt tests.
David Wood
-0
/
+3
2017-12-03
funnel all unwind paths through a single Resume block
Ariel Ben-Yehuda
-5
/
+5
2017-11-28
tests: update to include move annotations in MIR.
Eduard-Mihai Burtescu
-3
/
+3
2017-11-09
change MIR dump filenames from `nodeN` to `DefPath`
Mikhail Modin
-2
/
+2
2017-08-01
rustc_mir::transform::simplify - remove nops first
Ariel Ben-Yehuda
-14
/
+8
2017-08-01
rustc_mir: don't build unused unwind cleanup blocks
Ariel Ben-Yehuda
-13
/
+13
2017-06-12
Update basic_assignment test to reflect small changes to codegen.
Felix S. Klock II
-8
/
+14
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-2
/
+2
2017-03-03
make operands live to the end of their containing expression
Ariel Ben-Yehuda
-0
/
+85