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
/
librustc_mir
/
util
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-17
/
+0
2020-05-07
Remove old `util/liveness.rs` module
Dylan MacKenzie
-1
/
+0
2020-04-09
Add utility to find locals that don't use `Storage*` annotations
Dylan MacKenzie
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-5
/
+5
2019-07-14
Move suggest_ref_mut into rustc_mir::borrow_check
Matthew Jasper
-17
/
+0
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-4
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-06
Don't run MIR passes on constructor shims
Matthew Jasper
-0
/
+2
2019-04-28
Fix lint findings in librustc_mir
flip1995
-2
/
+2
2019-03-17
Use a valid name for graphviz graphs
Matthew Jasper
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-15
Suggest match ergonomics, not `ref`/`ref mut`
ashtneoi
-4
/
+4
2018-07-12
Factor out suggest_ref_mut; use it in rustc_borrowck
ashtneoi
-0
/
+20
2018-03-10
minor refactorings to fix trait import issue
gaurikholkar
-0
/
+1
2017-12-04
MIR dump: restructure pretty to be more extensible by other code
Niko Matsakis
-1
/
+1
2017-11-26
fix codegen of drops of fields of packed structs
Ariel Ben-Yehuda
-0
/
+2
2017-10-04
Expand mir dump in order to handle NLL pass
Christopher Vittal
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+1
2017-08-16
Move borrowck error msg construction to module in `rustc_mir` (for later reus...
Felix S. Klock II
-0
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
2017-05-02
retool MIR passes completely
Niko Matsakis
-1
/
+1
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-0
/
+20