| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | Fix panic when emitting diagnostic for closure mutable binding error | Aaron Hill | -2/+2 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -6/+6 |
| 2021-01-29 | Add fixme for precise path diagnostics | Aman Arora | -0/+2 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -10/+33 |
| 2021-01-29 | Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011 | Yuki Okushi | -1/+55 |
| 2021-01-28 | Rename NLL* to Nll* accordingly to C-CASE | Hirochika Matsumoto | -6/+6 |
| 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 | -1/+3 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -13/+8 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -2/+2 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-16 | Review changes | Jack Huey | -2/+2 |
| 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 | -13/+8 |
| 2021-01-16 | PlaceRef::ty: use method call syntax | Ralf Jung | -1/+3 |
| 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 | -1/+1 |
| 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 | -28/+10 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -28/+10 |
| 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 | -1/+1 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -6/+6 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -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-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 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-05 | add RegionNameHighlight::Occluded | SNCPlay42 | -11/+27 |
| 2020-10-05 | don't refer to async as 'generators' | SNCPlay42 | -6/+24 |
| 2020-10-04 | Remove `DefId` from `MirBorrowckCtxt` | Dylan MacKenzie | -23/+27 |
| 2020-09-26 | rename functions | Bastian Kauschke | -3/+6 |
| 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-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -3/+3 |
| 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 |