| Age | Commit message (Expand) | Author | Lines |
| 2021-04-13 | Auto merge of #84153 - Dylan-DPC:rollup-5jiqrwu, r=Dylan-DPC | bors | -3/+64 |
| 2021-04-13 | Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPC | Dylan DPC | -3/+6 |
| 2021-04-13 | Rollup merge of #84140 - b-naber:parser_past_eof, r=varkor | Dylan DPC | -0/+58 |
| 2021-04-13 | Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu | bors | -5/+7 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -1/+32 |
| 2021-04-13 | Check for asm support in UI tests that require it | Tomasz Miąsko | -5/+7 |
| 2021-04-12 | Fix typo in error message | Camelid | -3/+6 |
| 2021-04-12 | add test | b-naber | -0/+58 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -77/+84 |
| 2021-04-12 | Auto merge of #84068 - Amanieu:fix_lint, r=lcnr | bors | -12/+15 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -31/+155 |
| 2021-04-12 | Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor | Dylan DPC | -0/+43 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -1/+32 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -10/+34 |
| 2021-04-11 | Add test to allow bad_asm_style | Amanieu d'Antras | -12/+15 |
| 2021-04-11 | Auto merge of #82608 - Aaron1011:feature/final-preexp-tts, r=petrochenkov | bors | -713/+725 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -713/+725 |
| 2021-04-11 | Auto merge of #83806 - JohnTitor:issue-51446, r=estebank | bors | -0/+34 |
| 2021-04-10 | Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkov | bors | -62/+103 |
| 2021-04-10 | Expand derive invocations in left-to-right order | Aaron Hill | -62/+103 |
| 2021-04-10 | Auto merge of #84016 - Aaron1011:new-preexp-tests, r=petrochenkov | bors | -66/+1199 |
| 2021-04-10 | Add some proc-macro attribute token handling tests | Aaron Hill | -66/+1199 |
| 2021-04-10 | Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726 | bors | -3/+42 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -144/+18 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -5/+16 |
| 2021-04-09 | Auto merge of #83956 - estebank:issue-83892, r=varkor | bors | -0/+36 |
| 2021-04-09 | reduce threads spawned by ui-tests | The8472 | -5/+16 |
| 2021-04-08 | Add unclosed brace in use tree test | Esteban Küber | -0/+165 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -0/+14 |
| 2021-04-08 | Provide verbose suggestion for new output type | Esteban Küber | -4/+5 |
| 2021-04-08 | Suggest return type | Esteban Küber | -7/+40 |
| 2021-04-08 | Suggest changing impl parameter types to match trait | Esteban Küber | -18/+108 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -16/+16 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -77/+166 |
| 2021-04-08 | Rollup merge of #83952 - estebank:issue-83943, r=petrochenkov | Dylan DPC | -4/+40 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -128/+672 |
| 2021-04-07 | Added additional comments and minor edits | K | -2/+2 |
| 2021-04-07 | rebase and update tests | Esteban Küber | -10/+42 |
| 2021-04-07 | Rollup merge of #83954 - estebank:issue-83613, r=varkor | Dylan DPC | -81/+117 |
| 2021-04-07 | Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank | Dylan DPC | -0/+65 |
| 2021-04-07 | Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=Manishearth | Dylan DPC | -2/+57 |
| 2021-04-07 | Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkor | Dylan DPC | -59/+133 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -96/+147 |
| 2021-04-07 | Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkor | Dylan DPC | -0/+48 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -0/+68 |
| 2021-04-06 | Add spans to E0277 for impl/trait type/fn obligation disparity | Esteban Küber | -14/+44 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -0/+3 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -106/+585 |
| 2021-04-06 | Use a more appropriate span for `;` suggestion | Esteban Küber | -0/+36 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -2/+57 |