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
Age
Commit message (
Expand
)
Author
Lines
2018-09-10
propagate user-ascribes types down onto resulting bindings
Niko Matsakis
-0
/
+1
2018-09-06
rustfmt src/librustc_mir/build/expr
Mikhail Modin
-446
/
+656
2018-09-06
Skip a shared borrow of a immutable local variables
Mikhail Modin
-15
/
+45
2018-08-24
pacify the mercilous tidy: adt user-ty
Niko Matsakis
-2
/
+7
2018-08-24
support user-given types in adts
Niko Matsakis
-2
/
+2
2018-08-24
add a `user_ty` annotation to `Constant`
Niko Matsakis
-2
/
+5
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-07-26
Issue #51348: lower `match` so an ident gets a distinct temp *for each* candi...
Felix S. Klock II
-9
/
+6
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-12
/
+7
2018-07-20
MIR changes to improve NLL cannot mutate errors
Matthew Jasper
-1
/
+116
2018-07-13
Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb
bors
-2
/
+6
2018-07-12
Ensure StorageDead is created even if variable initialization fails
Taylor Cramer
-2
/
+6
2018-07-03
Fix various nll unused mut errors
Matthew Jasper
-4
/
+23
2018-06-27
Generate a direct assignment in MIR for `let x = y;`
Matthew Jasper
-26
/
+34
2018-06-19
Thread info about form of variable bindings, including spans of arg types, do...
Felix S. Klock II
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-29
Expand two-phase-borrows so that a case like this still compiles:
Felix S. Klock II
-2
/
+3
2018-05-24
`tcx.lift_to_global` > `tcx.global_tcx().lift`
Oliver Schneider
-6
/
+4
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-5
/
+9
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-2
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-14
/
+7
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-18
/
+22
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-3
/
+4
2018-05-03
When using NLL, implicitly borrow match bindings for any guard,
Felix S. Klock II
-2
/
+13
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-6
/
+6
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-16
/
+7
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-2
/
+1
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-1
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-08
Use clearer name for integer bit width helper function
Oliver Schneider
-2
/
+2
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-27
/
+11
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-47
/
+16
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-17
/
+5
2018-03-08
Produce instead of pointers
Oliver Schneider
-3
/
+18
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
2018-01-04
rustc: use {U,I}size instead of {U,I}s shorthands.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-21
fix debuginfo scoping of let-statements
Ariel Ben-Yehuda
-1
/
+1
2017-12-05
rustc_mir: don't move temporaries that are still used later.
Eduard-Mihai Burtescu
-4
/
+4
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/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-37
/
+37
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-25
/
+25
[next]