| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | or -> and | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -6/+8 |
| 2020-10-21 | review | Bastian Kauschke | -17/+4 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -1/+1 |
| 2020-10-18 | Zip -> Enumerate | Dániel Buga | -3/+3 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -3/+3 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -32/+36 |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -4/+5 |
| 2020-10-06 | Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=... | Yuki Okushi | -1/+3 |
| 2020-10-05 | Fixup | Camelid | -1/+1 |
| 2020-10-05 | add RegionNameHighlight::Occluded | SNCPlay42 | -11/+27 |
| 2020-10-05 | don't refer to async as 'generators' | SNCPlay42 | -6/+24 |
| 2020-10-04 | Fix rustdoc warnings about invalid Rust syntax | Camelid | -1/+3 |
| 2020-10-04 | Remove `DefId` from `MirBorrowckCtxt` | Dylan MacKenzie | -26/+27 |
| 2020-10-04 | nll: solve | Dylan MacKenzie | -2/+2 |
| 2020-10-04 | Replace `(Body, WithOptConstParam)` with `Body` where possible | Dylan MacKenzie | -5/+7 |
| 2020-10-04 | Replace `(Body, DefId)` with `Body` where possible | Dylan MacKenzie | -68/+46 |
| 2020-10-04 | Remember the `MirSource` for each `Body` | Dylan MacKenzie | -18/+8 |
| 2020-09-30 | Rollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPC | Jonas Schievink | -2/+1 |
| 2020-09-28 | Auto merge of #77236 - matthewjasper:defer-typeof-impl-trait, r=davidtwco | bors | -10/+19 |
| 2020-09-26 | Delay bug for non-universal regions in member constraints | Matthew Jasper | -10/+19 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -1/+0 |
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -4/+6 |
| 2020-09-26 | rename functions | Bastian Kauschke | -3/+6 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 |
| 2020-09-25 | Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr | Jonas Schievink | -0/+4 |
| 2020-09-24 | nit | Bastian Kauschke | -1/+0 |
| 2020-09-24 | the two hardest things in programming, names and... | Bastian Kauschke | -3/+3 |
| 2020-09-24 | use std::mem::take(x) instead of std::mem::replace(x, Default::default()) (cl... | Matthias Krüger | -2/+1 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -3/+3 |
| 2020-09-21 | fix typo in docs and comments | yuk1ty | -1/+1 |
| 2020-09-20 | Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr | Ralf Jung | -3/+4 |
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -3/+4 |
| 2020-09-17 | use strip_prefix over starts_with and manual slicing based on pattern length ... | Matthias Krüger | -5/+4 |
| 2020-09-16 | Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2020-09-15 | fix a couple of stylistic clippy warnings | Matthias Krüger | -1/+1 |
| 2020-09-14 | Add pass names to some common dataflow analyses | Dylan MacKenzie | -0/+4 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -25/+88 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -12/+14 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -57/+40 |
| 2020-09-09 | Remove unused PlaceContext::NonUse(NonUseContext::Coverage) | Tomasz Miąsko | -2/+1 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -57/+40 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -93/+96 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+21578 |