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
/
build
/
expr
/
into.rs
Age
Commit message (
Expand
)
Author
Lines
2018-02-07
[ci skip] Generate false edges from loop_block
bobtwinkles
-24
/
+22
2018-02-05
mir: Add false edge cleanup out of infinite loops
bobtwinkles
-5
/
+17
2018-02-05
Fix comment in ExprKind::LogicalOp
bobtwinkles
-2
/
+2
2018-01-25
Fix never-type rvalue ICE
varkor
-1
/
+1
2017-12-21
fix debuginfo scoping of let-statements
Ariel Ben-Yehuda
-1
/
+1
2017-12-03
funnel all unwind paths through a single Resume block
Ariel Ben-Yehuda
-1
/
+1
2017-12-03
initialize the destination in unit statements
Ariel Ben-Yehuda
-1
/
+3
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-17
MIR: hide .rodata constants vs by-ref ABI clash in trans.
Eduard-Mihai Burtescu
-7
/
+1
2017-10-26
Add comments to clarify function argument ownership
Björn Steinbrink
-0
/
+2
2017-10-26
Avoid unnecessary copies of arguments that are simple bindings
Björn Steinbrink
-1
/
+5
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-3
/
+16
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-2
/
+3
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-1
/
+1
2017-09-03
rustc_mir: use Local in ProjectionElem::Index.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-3
/
+3
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-01
remove the span field from `diverge_cleanup`
Ariel Ben-Yehuda
-1
/
+1
2017-07-28
Remove support for `gen arg`
Alex Crichton
-1
/
+0
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+2
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-5
/
+8
2017-06-12
Pass span through diverge_cleanup down to build_diverge_scope where it
Felix S. Klock II
-1
/
+1
2017-06-12
Paired source_info with extent; thread both through to pts where EndRegion wi...
Felix S. Klock II
-0
/
+1
2017-06-01
rustc: replace TyFnDef in MethodCallee with just the FnSig.
Eduard-Mihai Burtescu
-7
/
+2
2017-04-18
lower `move_val_init` during MIR construction
Ariel Ben-Yehuda
-17
/
+43
2017-03-30
refactor the `targeted_by_break` field
Niko Matsakis
-13
/
+1
2017-03-17
Implement ? in catch expressions and add tests
Taylor Cramer
-3
/
+15
2017-03-03
make operands live to the end of their containing expression
Ariel Ben-Yehuda
-8
/
+8
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+1
2017-02-15
[MIR] Make InlineAsm a Statement
Simonas Kazlauskas
-1
/
+1
2017-02-10
Add TerminatorKind::if_ convenience constructor
Simonas Kazlauskas
-27
/
+11
2017-02-10
Prefer switching on false for boolean switches
Simonas Kazlauskas
-9
/
+9
2017-02-10
Only SwitchInt over integers, not all consts
Simonas Kazlauskas
-5
/
+4
2017-02-10
If is now always a SwitchInt in MIR
Simonas Kazlauskas
-13
/
+24
2017-01-29
Remove the workaround for gh32959
Simonas Kazlauskas
-1
/
+1
2017-01-16
Rename ExprKind::Vec to Array in HIR and HAIR.
Scott Olson
-1
/
+1
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-1
/
+1
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-33
/
+31
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-10-04
stop having identity casts be lexprs
Ariel Ben-Yehuda
-0
/
+1
2016-08-13
Rename empty/bang to never
Andrew Cann
-2
/
+3
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-2
/
+1
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-1
/
+1
2016-08-13
Switch on TyEmpty
Andrew Cann
-1
/
+1
2016-08-13
Small optimization
Andrew Cann
-4
/
+16
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-0
/
+8
[next]