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
/
util
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-6
/
+6
2018-07-28
Don't format!() string literals
ljedrz
-6
/
+6
2018-07-28
Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis
bors
-1
/
+3
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-1
/
+3
2018-07-25
Improve readability in a few sorts
ljedrz
-1
/
+1
2018-07-24
Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa
bors
-3
/
+1
2018-07-23
Change single char str patterns to chars
ljedrz
-3
/
+3
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-3
/
+1
2018-07-21
Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis
bors
-79
/
+166
2018-07-21
remove unwanted tests and a reference to it in comments
dylan_DPC
-5
/
+3
2018-07-20
Improve NLL mutability errors
Matthew Jasper
-3
/
+14
2018-07-20
tidy up
dylan_DPC
-2
/
+0
2018-07-20
move NllLivenessMap and LocalWithRegion to liveness_map
dylan_DPC
-56
/
+17
2018-07-20
always get number of live variables from the map
Niko Matsakis
-7
/
+7
2018-07-20
tidy fixes
dylan_DPC
-2
/
+4
2018-07-19
convert LocalWithRegion to Local
dylan_DPC
-1
/
+1
2018-07-19
add LocalWithRegion NllLivenessMap
dylan_DPC
-2
/
+40
2018-07-19
make liveness generic over set of local variables
Niko Matsakis
-83
/
+139
2018-07-19
generic shuffle continues
dylan_DPC
-6
/
+6
2018-07-19
use LiveVariableMap as trait bound
dylan_DPC
-18
/
+18
2018-07-19
add trait structs and other changes from V to local
dylan_DPC
-20
/
+49
2018-07-19
add generic parameter
dylan_DPC
-29
/
+34
2018-07-12
Factor out suggest_ref_mut; use it in rustc_borrowck
ashtneoi
-0
/
+20
2018-07-04
Reuse the `DefsUsesVisitor` in `simulate_block()`.
Nicholas Nethercote
-24
/
+34
2018-07-02
improve comments
Niko Matsakis
-1
/
+4
2018-07-01
remove the `ins` set altogether
Niko Matsakis
-22
/
+12
2018-07-01
use `WorkQueue` to track dirty bits in liveness
Niko Matsakis
-17
/
+24
2018-06-29
Rename `IdxSet::clone_from`.
Nicholas Nethercote
-2
/
+2
2018-06-22
Run rustfmt
Santiago Pastorino
-313
/
+470
2018-06-22
Fix erroneous error note when using field after move
Santiago Pastorino
-2
/
+4
2018-06-21
Share code between gather_used_muts and find_assignments
Rémy Rakic
-19
/
+18
2018-06-06
When NLL has illegal move due to borrowed content, provide feedback about why...
Felix S. Klock II
-2
/
+6
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: use syntactic (instead of visibility) source info where appropriate.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-9
/
+9
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-3
/
+3
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-4
/
+4
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-9
/
+6
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-4
/
+6
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-2
/
+3
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-2
/
+2
2018-04-27
Auto merge of #50097 - glandium:box_free, r=nikomatsakis
bors
-13
/
+21
2018-04-26
use `reveal_all` during drop elaboration
Niko Matsakis
-0
/
+2
2018-04-25
Switch box_free to take the destructured contents of Box
Mike Hommey
-49
/
+12
2018-04-20
Support an alternative form for box_free
Mike Hommey
-24
/
+44
2018-04-20
Pass the right type to box_free() in MIR
Mike Hommey
-7
/
+32
2018-04-10
Add ok-wrapping to catch blocks, per RFC
Scott McMurray
-6
/
+4
2018-04-07
modify the error message- CR Comments
gaurikholkar
-10
/
+4
2018-04-06
reduce nested loops in the code
gaurikholkar
-2
/
+2
[next]