| Age | Commit message (Expand) | Author | Lines |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+231 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -8/+114 |
| 2021-10-14 | Add regression test for ice 89574 | Gary Guo | -10/+41 |
| 2021-10-14 | Add tests for panic and [debug_]assert in Rust 2021. | Mara Bos | -0/+125 |
| 2021-10-13 | Add regression test | Gary Guo | -0/+40 |
| 2021-10-13 | Fix unsound optimization with explicit variant discriminants | Fabian Wolff | -0/+18 |
| 2021-10-13 | Fix test | Roxane | -9/+5 |
| 2021-10-13 | 2229: Consume IfLet expr | Roxane | -0/+40 |
| 2021-10-04 | Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakis | Jubilee | -0/+413 |
| 2021-10-04 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -527/+240 |
| 2021-10-04 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -0/+1 |
| 2021-10-04 | Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov | Yuki Okushi | -0/+34 |
| 2021-10-04 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+16 |
| 2021-09-16 | regression test for issue #88583. | Felix S. Klock II | -0/+15 |
| 2021-09-16 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -138/+0 |
| 2021-09-16 | Revert "Add test for restriction of anonymous types on validation" | Felix S. Klock II | -227/+0 |
| 2021-09-16 | Add a regression test for https://github.com/rust-lang/rust/issues/88649 | hyd-dev | -0/+18 |
| 2021-09-14 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -0/+21 |
| 2021-09-09 | 2229: Don't move out of drop type | Aman Arora | -0/+206 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+10 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -16/+19 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -128/+128 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+10 |
| 2021-09-03 | Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011 | bors | -0/+25 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -64/+64 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -0/+18 |
| 2021-09-02 | Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726 | bors | -31/+31 |
| 2021-09-02 | Bless ast-json tests. | Camille GILLOT | -2/+2 |
| 2021-09-02 | Rollup merge of #88592 - b-naber:region_substs, r=oli-obk | Mara Bos | -0/+26 |
| 2021-09-02 | Rollup merge of #88565 - lqd:issue-83190, r=spastorino | Mara Bos | -0/+49 |
| 2021-09-02 | Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es... | Mara Bos | -0/+86 |
| 2021-09-02 | Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank | Mara Bos | -82/+31 |
| 2021-09-02 | Report cycle error using 'deepest' obligation in the cycle | Aaron Hill | -18/+36 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -33/+15 |
| 2021-09-02 | add test | b-naber | -0/+26 |
| 2021-09-02 | expand: Treat more macro calls as statement macro calls | Vadim Petrochenkov | -0/+25 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -16/+19 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -126/+126 |
| 2021-09-01 | add regression test for issue 83190 | Rémy Rakic | -0/+49 |
| 2021-09-01 | Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr... | Mara Bos | -0/+29 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+72 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -18/+113 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -45/+395 |
| 2021-08-31 | Add test for closure migration where body is a block fragment. | Mara Bos | -0/+86 |
| 2021-08-31 | Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obk | Mara Bos | -0/+81 |
| 2021-08-31 | Rollup merge of #88501 - m-ou-se:prelude-collusion-oh-no-macros-help, r=estebank | Mara Bos | -0/+115 |
| 2021-08-31 | Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk | Mara Bos | -6/+178 |
| 2021-08-31 | Rollup merge of #88399 - nagisa:nagisa/aapcs-on-aarch, r=petrochenkov | Mara Bos | -27/+99 |
| 2021-08-31 | Change wording to less jaron-y "non-auto trait" | Michael Howell | -2/+2 |
| 2021-08-31 | Add macro test for prelude collision suggestions. | Mara Bos | -0/+115 |