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
/
dataflow
/
move_paths
Age
Commit message (
Expand
)
Author
Lines
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
-3
/
+3
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-7
/
+7
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
-2
/
+2
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
-2
/
+2
2020-03-04
Make PlaceRef lifetimes of in_projection be both 'tcx
Santiago Pastorino
-1
/
+1
2020-02-27
Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk
bors
-10
/
+42
2020-02-19
Reorder yield visitation order to match call
Jonas Schievink
-1
/
+1
2020-02-13
Use an `Iterator` for `MovePath` traversal
Dylan MacKenzie
-10
/
+42
2020-02-10
Implement a `find_descendant` method for `MovePath`
Dylan MacKenzie
-0
/
+47
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
-2
/
+2
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-8
/
+6
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-12
/
+8
2020-01-10
Remove Static from PlaceBase
Santiago Pastorino
-7
/
+0
2020-01-06
Improve hygiene of `newtype_index`
Matthew Jasper
-1
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-37
/
+27
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-12-09
Make const index and subslice array projections more useful
Matthew Jasper
-4
/
+5
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-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-5
/
+5
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
-83
/
+81
2019-09-04
Rustfmt the files I touched
Albin Stjerna
-135
/
+147
2019-09-04
Polonius: emit initialization/move tracking facts
Albin Stjerna
-1
/
+8
2019-08-24
Allow lifetime parameters to be inferred
Santiago Pastorino
-1
/
+1
2019-07-22
Place::as_place_ref is now Place::as_ref
Santiago Pastorino
-5
/
+5
2019-07-20
Avoid unneeded else branches
Santiago Pastorino
-22
/
+13
2019-07-20
Avoid cloning Place in gather_init
Santiago Pastorino
-13
/
+13
2019-07-20
Avoid cloning Place in report_use_of_moved_or_uninitialized and friends
Santiago Pastorino
-3
/
+3
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-14
/
+34
2019-06-25
Implement From<Local> for Place and PlaceBase
Santiago Pastorino
-3
/
+3
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-2
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-15
/
+15
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-3
/
+5
[next]