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_codegen_ssa
/
mir
/
statement.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-28
codegen_place and related functions can take PlaceRef by value
Santiago Pastorino
-3
/
+3
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-2
/
+0
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-4
/
+7
2019-12-22
Format the world
Mark Rousskov
-28
/
+36
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-10-31
rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo.
Eduard-Mihai Burtescu
-14
/
+1
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-7
/
+4
2019-09-11
Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes
Santiago Pastorino
-6
/
+6
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-1
/
+1
2019-09-06
rustc_codegen_llvm: give names to non-alloca variable values.
Eduard-Mihai Burtescu
-1
/
+15
2019-08-17
Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}
Matthew Jasper
-1
/
+6
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-3
/
+3
2019-07-20
Avoid cloning Place in codegen_place
Santiago Pastorino
-3
/
+3
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-1
/
+4
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-04-03
Shrink `mir::Statement`.
Nicholas Nethercote
-6
/
+6
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-1
/
+1
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-18
treat ref-to-raw cast like a reborrow: do a special kind of retag
Ralf Jung
-1
/
+0
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-2
/
+2
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-1
/
+0
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-2
/
+2
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-11
/
+11
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+115