| Age | Commit message (Expand) | Author | Lines |
| 2020-12-21 | Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obk | bors | -37/+41 |
| 2020-12-20 | use exhaustive match for checking Rvalue::Repeat | Ralf Jung | -37/+41 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -8/+8 |
| 2020-12-17 | Prefer regions with an `external_name` in `approx_universal_upper_bound` | Aaron Hill | -1/+17 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -12/+14 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -8/+14 |
| 2020-12-09 | Use closure_min_captures in borrow checker | Aman Arora | -8/+14 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -12/+14 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -13/+14 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -27/+27 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-10 | Initial work for doing minimum capture analysis for RFC-2229 | Aman Arora | -13/+14 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -43/+161 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -34/+118 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -1/+1 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 2020-10-30 | Add option to customize the nll-facts' folder location | Federico Poli | -2/+2 |
| 2020-10-27 | Use unsized_feature_enabled helper function | Santiago Pastorino | -6/+9 |
| 2020-10-27 | is -> are both | Santiago Pastorino | -1/+1 |
| 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 |