| Age | Commit message (Expand) | Author | Lines |
| 2021-04-19 | Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov | Dylan DPC | -28/+56 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -1/+21 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -28/+56 |
| 2021-04-19 | Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petro... | bors | -2/+6 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -448/+149 |
| 2021-04-18 | Improve an error message. | teymour-aldridge | -2/+6 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -1/+3 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+0 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -0/+46 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+0 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -0/+46 |
| 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 #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 | 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 | Add test. | Camille GILLOT | -1/+21 |
| 2021-04-15 | Allow use of deprecated std::raw in a test for that feature | Simon Sapin | -1/+3 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+34 |
| 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 | 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 | Merge branch 'master' into compiler/E0384-reduce-assertiveness | James Addison | -86/+187 |
| 2021-04-14 | add macro-or-patterns-2021 test | hi-rustin | -0/+47 |
| 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 | 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 | 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 #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 |