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
Age
Commit message (
Expand
)
Author
Lines
2018-11-20
squashed form of #54145
Nick Cameron
-151
/
+151
2018-10-29
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-14
[mir-inlining] Don't inline virtual calls
Wesley Wiser
-0
/
+31
2018-10-10
Use the span of the user type for `AscribeUserType`
Matthew Jasper
-1
/
+1
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-4
/
+0
2018-09-25
Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelix
bors
-81
/
+210
2018-09-24
Update mir opt tests
Matthew Jasper
-81
/
+88
2018-09-24
Add a MIR transform to remove fake reads
Matthew Jasper
-0
/
+122
2018-09-24
Auto merge of #54416 - christianpoveda:master, r=wesleywiser
bors
-0
/
+39
2018-09-23
Add test to check if inlining works for any operand
Christian Poveda
-0
/
+39
2018-09-18
Update mir-opt test suite
Rémy Rakic
-13
/
+48
2018-09-14
Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb
bors
-7
/
+7
2018-09-11
Change debug printing to print in the old concise style
Oliver Schneider
-7
/
+7
2018-09-10
optimize `let x: T = ..` to avoid a temporary
Niko Matsakis
-87
/
+32
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-1
/
+1
2018-09-08
Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis
bors
-6
/
+6
2018-09-06
Fix tests
Wesley Wiser
-1
/
+1
2018-09-06
Skip a shared borrow of a immutable local variables
Mikhail Modin
-6
/
+6
2018-08-31
Restrict most uses of `const_fn` to `min_const_fn`
Oliver Schneider
-2
/
+2
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-95
/
+57
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-23
Update mir-opt to promoted changes
Oliver Schneider
-10
/
+4
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-13
Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb
bors
-1
/
+149
2018-07-12
Ensure StorageDead is created even if variable initialization fails
Taylor Cramer
-1
/
+149
2018-07-09
bump minimum LLVM version to 5.0
gnzlbg
-3
/
+0
2018-07-05
Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakis
bors
-19
/
+8
2018-07-03
Fix various nll unused mut errors
Matthew Jasper
-19
/
+8
2018-07-01
update mir-opt tests
Niko Matsakis
-5
/
+7
2018-06-27
Update MIR opt tests
Matthew Jasper
-125
/
+83
2018-06-23
Fix codegen tests
varkor
-12
/
+12
2018-05-30
rustc: use syntactic (instead of visibility) source info where appropriate.
Eduard-Mihai Burtescu
-26
/
+28
2018-05-29
Test update: Fallout from ReadForMatch statements + changes to codegen under ...
Felix S. Klock II
-112
/
+125
2018-05-27
Make &Slice a thin pointer
John Kåre Alsaker
-1
/
+1
2018-05-19
Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis
bors
-3
/
+8
2018-05-16
rustc_mir: allow promotion of promotable temps indexed at runtime.
Eduard-Mihai Burtescu
-1
/
+2
2018-05-16
rustc_mir: generate an extra temporary during borrowed rvalue promotion.
Eduard-Mihai Burtescu
-2
/
+6
2018-05-10
"fix" test region-liveness-two-disjoint-uses
Niko Matsakis
-2
/
+5
2018-05-04
Update mir-opt test to reflect change to MIR code-generation.
Felix S. Klock II
-53
/
+61
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-13
/
+13
2018-04-12
Add some new tests + Fix failing tests
Vadim Petrochenkov
-39
/
+51
2018-04-05
Stabilize attributes on generic parameters
Vadim Petrochenkov
-1
/
+0
2018-03-26
Stabilize i128_type
Mark Mansi
-2
/
+0
2018-03-23
Updated MIR with UserAssertTy in mir-opt tests.
David Wood
-2
/
+5
2018-03-21
WIP fix mir-opt-end-region-8
Niko Matsakis
-2
/
+4
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+2
2018-03-08
Rebase fallout
Oliver Schneider
-1
/
+1
[next]