| Age | Commit message (Expand) | Author | Lines |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -10/+303 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -5/+70 |
| 2021-10-14 | Emit item no type error even if type inference fails | Gary Guo | -21/+23 |
| 2021-10-14 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -4/+22 |
| 2021-10-13 | Explicit `PlaceAncestryRelation::SamePlace` and handle like `Descendant` | Gary Guo | -5/+8 |
| 2021-10-13 | Ignore projection type when determining upvar ancestory | Gary Guo | -1/+1 |
| 2021-10-13 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -68/+83 |
| 2021-10-13 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -14/+2 |
| 2021-10-13 | Fix stabilization version for `bindings_after_at` | Noah Lev | -1/+1 |
| 2021-10-13 | Disable `SimplifyBranchSame` optimization for now | Fabian Wolff | -0/+6 |
| 2021-10-13 | Update comments | Fabian Wolff | -8/+18 |
| 2021-10-13 | Fix unsound optimization with explicit variant discriminants | Fabian Wolff | -4/+14 |
| 2021-10-13 | 2229: Consume IfLet expr | Roxane | -0/+2 |
| 2021-10-04 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -8/+8 |
| 2021-10-04 | Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -1/+72 |
| 2021-10-04 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -18/+58 |
| 2021-10-04 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+42 |
| 2021-10-04 | Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov | Yuki Okushi | -6/+9 |
| 2021-10-04 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-10-04 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+4 |
| 2021-09-16 | Re-add 71a7f8f1884b2c83eeb4a545eef16df1f2ea6476 post-revert. | Felix S. Klock II | -1/+4 |
| 2021-09-16 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -71/+14 |
| 2021-09-16 | Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 . | Felix S. Klock II | -68/+0 |
| 2021-09-16 | Revert "Fix ast expanded printing for anonymous types" | Felix S. Klock II | -6/+10 |
| 2021-09-16 | Change scope of temporaries in match guards | Matthew Jasper | -5/+5 |
| 2021-09-14 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -4/+4 |
| 2021-09-09 | 2229: Don't move out of drop type | Aman Arora | -1/+33 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -5/+55 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -115/+195 |
| 2021-09-03 | Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiser | bors | -2/+4 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -151/+103 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -5/+55 |
| 2021-09-03 | Auto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m-ou-se | bors | -31/+6 |
| 2021-09-03 | Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwU | Mara Bos | -31/+6 |
| 2021-09-03 | Auto merge of #86454 - tlyu:refactor-unsized-suggestions, r=davidtwco | bors | -67/+112 |
| 2021-09-03 | Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011 | bors | -55/+83 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -3/+18 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -36/+63 |
| 2021-09-02 | Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726 | bors | -50/+29 |
| 2021-09-02 | Rollup merge of #88592 - b-naber:region_substs, r=oli-obk | Mara Bos | -17/+19 |
| 2021-09-02 | Rollup merge of #88589 - xFrednet:00000-correct-comment-to-doc, r=petrochenkov | Mara Bos | -39/+39 |
| 2021-09-02 | Rollup merge of #88567 - camelid:query-job-info, r=cjgillot | Mara Bos | -11/+8 |
| 2021-09-02 | Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es... | Mara Bos | -9/+26 |
| 2021-09-02 | Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco | Mara Bos | -5/+2 |
| 2021-09-02 | Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank | Mara Bos | -24/+30 |
| 2021-09-02 | Report cycle error using 'deepest' obligation in the cycle | Aaron Hill | -1/+3 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -49/+26 |
| 2021-09-02 | do not resolve instances for trait fn ids | b-naber | -17/+19 |
| 2021-09-02 | Auto merge of #88530 - bjorn3:shrink_session, r=cjgillot | bors | -16/+8 |
| 2021-09-02 | Correct doc comments inside `use_expr_visitor.rs` | xFrednet | -39/+39 |