| Age | Commit message (Expand) | Author | Lines |
| 2021-02-10 | Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebank | Yuki Okushi | -0/+3 |
| 2021-02-10 | Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG... | Yuki Okushi | -1/+1 |
| 2021-02-10 | Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o... | Yuki Okushi | -0/+32 |
| 2021-02-09 | add suggestion to use the `async_recursion` crate | Henry Boisdequin | -0/+3 |
| 2021-02-09 | Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkov | bors | -500/+76 |
| 2021-02-09 | Rollup merge of #81876 - osa1:issue81806, r=matthewjasper | Dylan DPC | -0/+22 |
| 2021-02-09 | Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakis | Dylan DPC | -74/+263 |
| 2021-02-09 | Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakis | Dylan DPC | -20/+113 |
| 2021-02-09 | ./x.py test --bless | Tomasz Miąsko | -500/+16 |
| 2021-02-09 | Fix derived PartialOrd operators | Tomasz Miąsko | -0/+60 |
| 2021-02-08 | Anonymize late bound regions on transitive bounds that define assoc type | Santiago Pastorino | -0/+33 |
| 2021-02-08 | Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebank | Mara Bos | -2/+13 |
| 2021-02-08 | Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnr | Mara Bos | -9/+36 |
| 2021-02-08 | Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se | Mara Bos | -0/+24 |
| 2021-02-08 | Rollup merge of #71531 - spastorino:move-treat-err-as-bug-tests-to-ui, r=oli-obk | Mara Bos | -0/+45 |
| 2021-02-08 | Add long explanation for E0547 | Jesus Rubio | -1/+1 |
| 2021-02-08 | parser: Fix panic in 'const impl' recovery | Ömer Sinan Ağacan | -0/+22 |
| 2021-02-08 | Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay | bors | -5/+0 |
| 2021-02-08 | Auto merge of #72603 - jsgf:extern-loc, r=nikomatsakis | bors | -0/+193 |
| 2021-02-07 | Implement Encoder for Diagnostic manually | Jeremy Fitzhardinge | -51/+47 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -38/+235 |
| 2021-02-07 | Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa | bors | -181/+182 |
| 2021-02-07 | Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011 | bors | -579/+912 |
| 2021-02-07 | Create ui test for -Ztreat-err-as-bug delay_span_bug | Santiago Pastorino | -0/+22 |
| 2021-02-07 | Address review comments | Vadim Petrochenkov | -0/+49 |
| 2021-02-07 | Feature gate macro attributes in `#[derive]` output | Vadim Petrochenkov | -29/+89 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -579/+803 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -12/+94 |
| 2021-02-07 | Rollup merge of #81843 - bstrie:issue-29821, r=lcnr | Guillaume Gomez | -0/+19 |
| 2021-02-07 | Rollup merge of #81830 - jesusprubio:add-log-explanation-e0542, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-02-07 | Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum | bors | -0/+20 |
| 2021-02-07 | Create ui test for -Ztreat-err-as-bug err | Santiago Pastorino | -0/+23 |
| 2021-02-06 | Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwco | bors | -127/+127 |
| 2021-02-06 | Add regression test for #29821 | bstrie | -0/+19 |
| 2021-02-06 | Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr | Jonas Schievink | -16/+16 |
| 2021-02-06 | Rollup merge of #81737 - camelid:typeck-structure-sugg, r=lcnr | Jonas Schievink | -3/+3 |
| 2021-02-06 | Add long error explanation for E0542 | Jesus Rubio | -1/+1 |
| 2021-02-06 | parse_format: treat r" as a literal | David Hewitt | -2/+13 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -127/+127 |
| 2021-02-05 | Add regression test for ICE that happened on incr comp | Santiago Pastorino | -0/+43 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -74/+187 |
| 2021-02-05 | fix ui tests referencing pointer-to-integer cast error message | Jeffrey Griffin | -9/+9 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -379/+257 |
| 2021-02-05 | Add test | Daiki Ihara | -0/+32 |
| 2021-02-05 | Rollup merge of #81730 - RustyYato:object-safe-allocator, r=Amanieu | Mara Bos | -0/+13 |
| 2021-02-05 | Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkov | Mara Bos | -103/+142 |
| 2021-02-05 | Rollup merge of #80726 - lcnr:unsize-query, r=oli-obk | Mara Bos | -0/+36 |
| 2021-02-05 | Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j... | Mara Bos | -37/+897 |
| 2021-02-05 | improve error message for disallowed ptr-to-int casts in const eval | Jeffrey Griffin | -0/+27 |
| 2021-02-05 | Move type size check tests to new dir ui/limits | Ömer Sinan Ağacan | -0/+0 |