| Age | Commit message (Expand) | Author | Lines |
| 2020-05-09 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -114/+136 |
| 2020-04-18 | remove build warnings | Tshepang Lekhonkhobe | -5/+5 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -2/+2 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-14 | borrow_check/type_check: normalize `Aggregate` and `Call` operands. | Eduard-Mihai Burtescu | -0/+2 |
| 2020-04-11 | Pass the `PlaceElem::Index` local to `visit_local` | Jonas Schievink | -1/+5 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -17/+20 |
| 2020-04-09 | Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakis | bors | -3/+3 |
| 2020-04-08 | replace `has_local_value` with `needs_infer` | Bastian Kauschke | -3/+3 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -38/+20 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -17/+20 |
| 2020-04-05 | Use smaller span for suggestion restricting lifetime | Esteban Küber | -27/+16 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -2/+2 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -2/+2 |
| 2020-04-01 | Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -126/+119 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -26/+26 |
| 2020-03-31 | Use Place directly on remove_never_initialized_mut_locals, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on borrow_of_local_data, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on propagate_closure_used_mut_place, it's Copy | Santiago Pastorino | -4/+3 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -88/+82 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -88/+79 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -75/+75 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -132/+132 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -11/+11 |
| 2020-03-30 | Polonius fact generation: fix path access fact location | Remy Rakic | -1/+1 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -10/+10 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -2/+0 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -9/+9 |
| 2020-03-28 | `dump_enabled` takes a `DefId` instead of `MirSource` | Dylan MacKenzie | -1/+1 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -3/+3 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -7/+7 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-26 | borrowck diagnostics: address review comments. | Mazdak Farrokhzad | -22/+28 |
| 2020-03-25 | borrowck: prefer "value" over "`_`". | Mazdak Farrokhzad | -76/+55 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -36/+8 |
| 2020-03-24 | Rollup merge of #70264 - tirr-c:issue-69789-mut-suggestion, r=estebank | Mazdak Farrokhzad | -23/+59 |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -1/+5 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -36/+8 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -1/+5 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -37/+30 |
| 2020-03-22 | Fix invalid suggestion on `&mut` iterators yielding `&` references | Wonwoo Choi | -23/+59 |
| 2020-03-21 | make some let-if-bindings more idiomatic (clippy::useless_let_if_seq) | Matthias Krüger | -8/+4 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -37/+30 |
| 2020-03-21 | Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis | Mazdak Farrokhzad | -5/+3 |