| Age | Commit message (Expand) | Author | Lines |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -1/+55 |
| 2021-01-23 | Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk | Jonas Schievink | -6/+8 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -22/+15 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -6/+6 |
| 2021-01-17 | Rollup merge of #81084 - LingMan:map, r=oli-obk | Mara Bos | -16/+12 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-17 | Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasper | Mara Bos | -4/+4 |
| 2021-01-16 | Review changes | Jack Huey | -6/+6 |
| 2021-01-16 | Use Option::map instead of open-coding it | LingMan | -16/+12 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -4/+4 |
| 2021-01-16 | Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkor | Mara Bos | -1/+4 |
| 2021-01-16 | Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry | Mara Bos | -5/+14 |
| 2021-01-16 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -22/+15 |
| 2021-01-16 | PlaceRef::ty: use method call syntax | Ralf Jung | -6/+8 |
| 2021-01-16 | Update compiler/rustc_mir/src/borrow_check/diagnostics/conflict_errors.rs | 1000teslas | -3/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-13 | Move help link to error index | 1000teslas | -3/+1 |
| 2021-01-12 | Do not suggest invalid code in pattern with loop | Yuki Okushi | -1/+4 |
| 2021-01-10 | Remove trailing whitespace | 1000teslas | -3/+5 |
| 2021-01-10 | Revise async block error message | 1000teslas | -16/+15 |
| 2021-01-10 | Fix location of error message explanation | 1000teslas | -10/+12 |
| 2021-01-10 | Explain why borrows can't be held across yield point in async blocks | 1000teslas | -0/+10 |
| 2021-01-08 | Change wording of note | Aaron Hill | -1/+1 |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -74/+68 |
| 2021-01-04 | Auto merge of #80624 - RalfJung:place-ref, r=oli-obk | bors | -93/+45 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -93/+45 |
| 2021-01-02 | use hir::Place instead of Symbol in closure_kind_origin | Roxane | -4/+4 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -3/+3 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -6/+2 |
| 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 |