| Age | Commit message (Expand) | Author | Lines |
| 2021-02-09 | Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkov | bors | -1528/+76 |
| 2021-02-09 | Fixing bad suggestion for `_` in `const` type when a function #81885 | Kevin Per | -136/+29 |
| 2021-02-09 | Tests for precise lint analysis | Aman Arora | -0/+232 |
| 2021-02-09 | Rollup merge of #81888 - ehuss:macro_rules-pp, r=petrochenkov | Dylan DPC | -0/+19 |
| 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 | -79/+268 |
| 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 | -1528/+16 |
| 2021-02-09 | Fix derived PartialOrd operators | Tomasz Miąsko | -0/+60 |
| 2021-02-08 | Fix `@has` checks "no closing quotation" error | Camelid | -3/+3 |
| 2021-02-08 | Add comment + move derive helper | Rune Tynan | -0/+4 |
| 2021-02-08 | Fix pretty printer macro_rules with semicolon. | Eric Huss | -0/+19 |
| 2021-02-08 | Anonymize late bound regions on transitive bounds that define assoc type | Santiago Pastorino | -0/+33 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -0/+49 |
| 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 | -14/+45 |
| 2021-02-08 | Add long explanation for E0547 | Jesus Rubio | -1/+1 |
| 2021-02-08 | Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514 | bors | -1/+1 |
| 2021-02-07 | HWASan support | Tri Vo | -1/+20 |
| 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-07 | Test that code does not get smart-punctuated | Camelid | -0/+17 |
| 2021-02-07 | Enable smart punctuation | Camelid | -1/+14 |
| 2021-02-08 | Add tests | 1000teslas | -1/+139 |
| 2021-02-08 | Point out implicit deref coercions in borrow | 1000teslas | -0/+342 |
| 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 | Fix SourceMap::start_point | Ömer Sinan Ağacan | -0/+21 |
| 2021-02-07 | Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011 | bors | -579/+917 |
| 2021-02-07 | Remove treat-err-as-bug delay_span_bug test from run-make-fulldeps | Santiago Pastorino | -11/+0 |
| 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/+808 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -12/+94 |
| 2021-02-07 | Bless tests with new error wording | Smitty | -0/+0 |
| 2021-02-07 | Add tests for new UTF-16 behavior | Smitty | -0/+0 |
| 2021-02-07 | Auto merge of #81853 - GuillaumeGomez:rollup-xzh1z4v, r=GuillaumeGomez | bors | -1/+20 |
| 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 #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+25 |
| 2021-02-07 | Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum | bors | -0/+20 |
| 2021-02-07 | Remove treat-err-as-bug err test from run-make-fulldeps | Santiago Pastorino | -3/+0 |
| 2021-02-07 | Create ui test for -Ztreat-err-as-bug err | Santiago Pastorino | -0/+23 |
| 2021-02-06 | Add note about encoding when null bytes found | Smitty | -0/+0 |
| 2021-02-06 | Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwco | bors | -3919/+3921 |