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_build
Age
Commit message (
Expand
)
Author
Lines
2020-02-03
Apply suggestions from code review
matthewjasper
-3
/
+5
2020-02-03
Address review comments
Matthew Jasper
-96
/
+143
2020-02-03
Make `Candidate` private
Matthew Jasper
-7
/
+10
2020-02-02
move_ref_pattern: change pov in diagnostics & add binding names
Mazdak Farrokhzad
-32
/
+44
2020-02-02
move_ref_pattern: don't ICE on unreachable 2xby-move conflicts
Mazdak Farrokhzad
-3
/
+0
2020-02-02
introduce `#![feature(move_ref_pattern)]`
Mazdak Farrokhzad
-72
/
+105
2020-02-02
Change MIR building to fill in the resume place
Jonas Schievink
-26
/
+40
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-3
/
+6
2020-02-01
Implement general or-patterns in `let` statements
Matthew Jasper
-52
/
+55
2020-02-01
Implement general or-patterns in `match` expressions
Matthew Jasper
-88
/
+381
2020-02-01
Don't create unnecessary block
Matthew Jasper
-10
/
+3
2020-02-01
Generate prebinding blocks lazily
Matthew Jasper
-117
/
+100
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-4
/
+5
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-1
/
+0
2020-01-28
Fix some wrong dereferences after rebase
Santiago Pastorino
-1
/
+1
2020-01-28
Place::ty_from takes local by value
Santiago Pastorino
-3
/
+3
2020-01-28
Local field on PlaceRef and RootPlace is not a reference anymore
Santiago Pastorino
-6
/
+6
2020-01-28
Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor
bors
-5
/
+8
2020-01-27
check_match: extract common logic
Mazdak Farrokhzad
-5
/
+8
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-50
/
+35
2020-01-24
Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis
bors
-0
/
+1
2020-01-23
Make pointers to statics internal
Matthew Jasper
-0
/
+1
2020-01-23
unused-parens: implement for block return values
Tyler Lanphear
-1
/
+1
2020-01-20
check_match: simplify check_arm
Mazdak Farrokhzad
-62
/
+42
2020-01-20
check_match: unify some lowering code and fix some ICEs
Mazdak Farrokhzad
-19
/
+23
2020-01-20
generalize bindings_with_variant_name lint
Mazdak Farrokhzad
-13
/
+6
2020-01-20
Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov
Dylan DPC
-4
/
+0
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-4
/
+0
2020-01-18
slice_patterns: remove internal uses of gate
Mazdak Farrokhzad
-1
/
+1
2020-01-17
Auto merge of #68285 - oli-obk:specialization_regression, r=davidtwco
bors
-12
/
+15
2020-01-16
don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-01-16
Array repeat expression lengths must be monomorphic at MIR building time
Oliver Scherer
-12
/
+15
2020-01-14
Code review changes and fix rustdoc test.
Ben Lewis
-3
/
+2
2020-01-14
perf: eagerly convert literals to consts, this avoids creating loads on uneva...
Ben Lewis
-55
/
+61
2020-01-12
Split `rustc_mir::{build, hair, lints}` into their own crate
Matthew Jasper
-0
/
+14182
[prev]