| Age | Commit message (Expand) | Author | Lines |
| 2021-04-19 | Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov | Dylan DPC | -7/+6 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -3/+11 |
| 2021-04-19 | Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwco | Dylan DPC | -1/+3 |
| 2021-04-19 | Rollup merge of #84123 - bjorn3:compile_mono_item_dep_node, r=wesleywiser | Dylan DPC | -9/+39 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -7/+6 |
| 2021-04-19 | Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petro... | bors | -6/+6 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -48/+14 |
| 2021-04-18 | Improve an error message. | teymour-aldridge | -6/+6 |
| 2021-04-18 | Auto merge of #84274 - nagisa:fix-simd, r=nikic | bors | -33/+33 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -43/+38 |
| 2021-04-17 | Don't set `fast`(-math) for certain simd ops | Simonas Kazlauskas | -33/+33 |
| 2021-04-17 | Auto merge of #84260 - Aaron1011:global-alloc-eval-always, r=cjgillot | bors | -0/+2 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -43/+38 |
| 2021-04-17 | Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebank | bors | -22/+29 |
| 2021-04-17 | Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkov | bors | -2/+13 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -11/+7 |
| 2021-04-16 | Mark `has_global_allocator` query as `eval_always` | Aaron Hill | -0/+2 |
| 2021-04-16 | Add comment | bjorn3 | -0/+1 |
| 2021-04-16 | fix reporting return type in some cases | AliƩnore Bouttefeux | -22/+29 |
| 2021-04-16 | builtin derive macros: fix error with const generics default | Soveu | -2/+13 |
| 2021-04-16 | Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe... | Dylan DPC | -1/+1 |
| 2021-04-16 | Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr | Dylan DPC | -1/+15 |
| 2021-04-16 | Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov | bors | -29/+22 |
| 2021-04-16 | Auto merge of #84228 - SkiFire13:fix-84213, r=estebank | bors | -0/+15 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -29/+22 |
| 2021-04-16 | Auto merge of #84226 - Aaron1011:track-link-dead-code, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-04-15 | Add suggestion to borrow when casting T to *const/mut T | Giacomo Stevanato | -0/+15 |
| 2021-04-15 | Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3 | bors | -5/+15 |
| 2021-04-15 | Track `-C link-dead-code` during incremental compilation | Aaron Hill | -2/+2 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+1 |
| 2021-04-15 | Auto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn-docs, r=RalfJung | bors | -3/+4 |
| 2021-04-15 | Rollup merge of #84192 - vext01:backend-write-typos, r=wesleywiser | Dylan DPC | -2/+2 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -5/+15 |
| 2021-04-14 | Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkov | bors | -8/+31 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+90 |
| 2021-04-14 | Auto merge of #84158 - cratelyn:patch-extern-c-unwind-behavior, r=nikomatsakis | bors | -1/+5 |
| 2021-04-14 | Update docs for unsafe_op_in_unsafe_fn stability. | Eric Huss | -3/+4 |
| 2021-04-14 | Fix typos in rustc_codegen_ssa/src/back/write.rs. | Edd Barrett | -2/+2 |
| 2021-04-14 | Merge branch 'master' into compiler/E0384-reduce-assertiveness | James Addison | -22/+27 |
| 2021-04-13 | Lower async fn in traits. | Camille GILLOT | -3/+11 |
| 2021-04-13 | Auto merge of #84164 - LingMan:option_option, r=estebank | bors | -2/+2 |
| 2021-04-13 | Avoid an `Option<Option<_>>` | LingMan | -2/+2 |
| 2021-04-13 | move new c abi abort behavior behind feature gate | katelyn a. martin | -1/+5 |
| 2021-04-13 | Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2021-04-13 | Rollup merge of #84140 - b-naber:parser_past_eof, r=varkor | Dylan DPC | -15/+17 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -1/+1 |
| 2021-04-12 | Add fast path when None delimiters are not involved | Aaron Hill | -0/+19 |
| 2021-04-12 | Fix typo in error message | Camelid | -1/+1 |
| 2021-04-12 | don't bump in check_mistyped_turbofish_with_multiple_type_params | b-naber | -15/+17 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -4/+7 |