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
/
dataflow
/
move_paths
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-552
/
+0
2020-08-23
change offset from u32 to u64
DPC
-1
/
+1
2020-08-18
Moved coverage counter injection from BasicBlock to Statement.
Rich Kadel
-0
/
+1
2020-06-16
rename location field of Drop terminators to place
Ralf Jung
-5
/
+5
2020-06-12
Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk
Dylan DPC
-1
/
+1
2020-06-10
Track span of function in method calls, and use this in #[track_caller]
Aaron Hill
-0
/
+1
2020-06-07
rename FalseEdges -> FalseEdge
Ralf Jung
-1
/
+1
2020-06-06
Fix #[thread_local] statics as asm! sym operands
Amanieu d'Antras
-1
/
+1
2020-06-04
placate tidy.
Felix S. Klock II
-1
/
+1
2020-06-04
Revert "Reduce the number of drop-flag assignments in unwind paths"
Felix S. Klock II
-1
/
+4
2020-06-04
Revert "Address review comments"
Felix S. Klock II
-6
/
+2
2020-06-01
Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser
bors
-0
/
+1
2020-05-30
Make TLS accesses explicit in MIR
Oliver Scherer
-0
/
+1
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-1
/
+7
2020-05-23
take mir::PlaceElem by value
Bastian Kauschke
-3
/
+3
2020-05-23
iterate List by value
Bastian Kauschke
-1
/
+1
2020-05-18
Add asm! to MIR
Amanieu d'Antras
-0
/
+25
2020-05-09
Address review comments
Matthew Jasper
-2
/
+6
2020-05-09
Reduce the number of drop-flag assignments in unwind paths
Matthew Jasper
-4
/
+1
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-4
/
+3
2020-03-31
Use Place directly, it's Copy even more use cases
Santiago Pastorino
-19
/
+19
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-4
/
+5
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+1
2020-03-22
don't create variable bindings just to return the bound value immediately (cl...
Matthias Krüger
-3
/
+2
2020-03-10
Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-04
PlaceRef<'a, 'tcx> -> PlaceRef<'tcx>
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of in_projection be both 'tcx
Santiago Pastorino
-1
/
+1
2020-02-19
Reorder yield visitation order to match call
Jonas Schievink
-1
/
+1
2020-02-02
Add resume arg place to `Yield` MIR terminator
Jonas Schievink
-1
/
+3
2020-01-28
Place::ty_from takes local by value
Santiago Pastorino
-2
/
+2
2020-01-28
Local field on PlaceRef and RootPlace is not a reference anymore
Santiago Pastorino
-1
/
+1
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-6
/
+4
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-9
/
+7
2020-01-10
Remove Static from PlaceBase
Santiago Pastorino
-3
/
+0
2019-12-22
Format the world
Mark Rousskov
-36
/
+26
2019-12-20
Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakis
Mazdak Farrokhzad
-9
/
+22
2019-12-19
Don't suppress move errors for union fields
Matthew Jasper
-9
/
+22
2019-12-18
Add Rvalue::AddressOf to MIR
Matthew Jasper
-0
/
+1
2019-12-09
Remove `uniform_array_move_out` passes
Matthew Jasper
-38
/
+93
2019-10-22
Move Place::elem methods and friends to TyCtxt
Santiago Pastorino
-1
/
+1
2019-10-22
Intern place projection
Santiago Pastorino
-3
/
+3
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-2
/
+2
2019-09-11
Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes
Santiago Pastorino
-1
/
+1
2019-09-09
Use slice patterns to match projection base
Santiago Pastorino
-2
/
+1
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-67
/
+67
2019-09-04
Rustfmt the files I touched
Albin Stjerna
-98
/
+102
[next]