| Age | Commit message (Expand) | Author | Lines |
| 2021-02-09 | Tests for precise lint analysis | Aman Arora | -0/+232 |
| 2021-02-08 | Use `log --author=bors` instead of `merge-base` | Joshua Nelson | -25/+9 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -18/+132 |
| 2021-02-08 | Use format string in bootstrap panic instead of a string directly | Joshua Nelson | -1/+1 |
| 2021-02-09 | Rollup merge of #81888 - ehuss:macro_rules-pp, r=petrochenkov | Dylan DPC | -0/+19 |
| 2021-02-09 | Rollup merge of #81882 - lnicola:rust-analyzer-2021-02-08, r=jonas-schievink | Dylan DPC | -16/+17 |
| 2021-02-09 | Rollup merge of #81876 - osa1:issue81806, r=matthewjasper | Dylan DPC | -0/+22 |
| 2021-02-09 | Rollup merge of #81841 - aDotInTheVoid:rdj_docs, r=jyn514 | Dylan DPC | -0/+1 |
| 2021-02-09 | Rollup merge of #81834 - ortem:fix-LLDB-hashmap-pretty-printers, r=Mark-Simul... | Dylan DPC | -1/+3 |
| 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 | Allow default hash types in conversion | Rune Tynan | -0/+2 |
| 2021-02-08 | Vec -> HashSet | Rune Tynan | -12/+15 |
| 2021-02-08 | Add comment + move derive helper | Rune Tynan | -1/+5 |
| 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 | -16/+85 |
| 2021-02-08 | Revert "Get rid of custom pretty-printing in rustdoc" | LeSeulArtichaut | -1/+71 |
| 2021-02-08 | Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebank | Mara Bos | -2/+13 |
| 2021-02-08 | Rollup merge of #81817 - hameerabbasi:mcp-635, r=oli-obk | Mara Bos | -1/+17 |
| 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 | -5/+29 |
| 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 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 |
| 2021-02-08 | Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514 | bors | -51/+9 |
| 2021-02-08 | HWASan documentation | Tri Vo | -2/+87 |
| 2021-02-07 | HWASan support | Tri Vo | -3/+30 |
| 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 | Document smart punctuation | Camelid | -5/+21 |
| 2021-02-07 | Test that code does not get smart-punctuated | Camelid | -0/+17 |
| 2021-02-07 | Enable smart punctuation | Camelid | -2/+16 |
| 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/+224 |
| 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/+266 |
| 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 | -594/+932 |
| 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 | -594/+823 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -12/+94 |