| Age | Commit message (Expand) | Author | Lines |
| 2021-04-17 | Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebank | bors | -0/+31 |
| 2021-04-17 | Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkov | bors | -0/+14 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -0/+39 |
| 2021-04-16 | Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514 | bors | -0/+17 |
| 2021-04-16 | Auto merge of #83416 - alexcrichton:const-thread-local, r=sfackler | bors | -0/+17 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -0/+17 |
| 2021-04-16 | fix reporting return type in some cases | Aliénore Bouttefeux | -0/+31 |
| 2021-04-16 | builtin derive macros: fix error with const generics default | Soveu | -0/+14 |
| 2021-04-16 | Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe... | Dylan DPC | -35/+35 |
| 2021-04-16 | Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr | Dylan DPC | -0/+41 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -8/+163 |
| 2021-04-16 | Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov | bors | -183/+35 |
| 2021-04-16 | Auto merge of #84228 - SkiFire13:fix-84213, r=estebank | bors | -0/+55 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -183/+35 |
| 2021-04-15 | Add regression test | Giacomo Stevanato | -0/+55 |
| 2021-04-15 | Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3 | bors | -8/+19 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+34 |
| 2021-04-15 | Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper | Dylan DPC | -0/+5 |
| 2021-04-15 | Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakis | Dylan DPC | -0/+113 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -8/+19 |
| 2021-04-14 | Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkov | bors | -0/+15 |
| 2021-04-14 | rustdoc: Note that forbidding anchors in links to primitives is a bug | Joshua Nelson | -0/+5 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+109 |
| 2021-04-14 | test: add reasonable case | hi-rustin | -2/+2 |
| 2021-04-14 | test: add more cases | hi-rustin | -3/+69 |
| 2021-04-14 | Auto merge of #83068 - mockersf:method-trait-foreign-impl, r=GuillaumeGomez | bors | -0/+65 |
| 2021-04-14 | Merge branch 'master' into compiler/E0384-reduce-assertiveness | James Addison | -86/+221 |
| 2021-04-14 | add macro-or-patterns-2021 test | hi-rustin | -0/+47 |
| 2021-04-14 | Auto merge of #83762 - camelid:bare-urls-note, r=jyn514 | bors | -0/+34 |
| 2021-04-13 | remove line length ignore | François Mockers | -2/+0 |
| 2021-04-13 | forgot test assertions for default method | François Mockers | -0/+2 |
| 2021-04-13 | add test | François Mockers | -0/+65 |
| 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-12 | Update attribute tests | Manish Goregaokar | -8/+8 |
| 2021-04-12 | Add explanatory note to `bare_urls` lint | Camelid | -0/+34 |
| 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 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -35/+35 |
| 2021-04-12 | Fix typo in error message | Camelid | -3/+6 |
| 2021-04-12 | Add test for item hiding | Manish Goregaokar | -0/+155 |
| 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 | Fix lookahead with None-delimited group | Aaron Hill | -0/+15 |
| 2021-04-12 | Auto merge of #84068 - Amanieu:fix_lint, r=lcnr | bors | -12/+15 |
| 2021-04-12 | Rollup merge of #84101 - jyn514:early-pass, r=Manishearth | Dylan DPC | -1/+14 |
| 2021-04-12 | Rollup merge of #84079 - camelid:improve-bare-urls-test, r=jyn514 | Dylan DPC | -18/+80 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -31/+155 |