| Age | Commit message (Expand) | Author | Lines |
| 2021-11-20 | Rollup merge of #91026 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | Matthias Krüger | -0/+42 |
| 2021-11-20 | Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk | Matthias Krüger | -6/+16 |
| 2021-11-20 | Rollup merge of #90956 - JohnTitor:issue-87573, r=Mark-Simulacrum | Matthias Krüger | -0/+49 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -22/+62 |
| 2021-11-19 | Auto merge of #91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitor | bors | -200/+106 |
| 2021-11-19 | Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisa | Yuki Okushi | -14/+21 |
| 2021-11-19 | Rollup merge of #90947 - c410-f3r:testsssssss, r=petrochenkov | Yuki Okushi | -186/+0 |
| 2021-11-19 | Rollup merge of #90578 - lcnr:add-test, r=Mark-Simulacrum | Yuki Okushi | -0/+85 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -2/+75 |
| 2021-11-18 | rustdoc doctest: detect `fn main` after an unexpected semicolon | Michael Howell | -0/+42 |
| 2021-11-18 | Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitor | bors | -60/+20 |
| 2021-11-18 | bless nll | lcnr | -0/+26 |
| 2021-11-19 | Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwco | Yuki Okushi | -58/+0 |
| 2021-11-19 | Rollup merge of #90989 - notriddle:notriddle/rustc-suggest-float-ending-in-do... | Yuki Okushi | -0/+17 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -2/+3 |
| 2021-11-18 | Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett | bors | -7/+4 |
| 2021-11-18 | CTFE SIMD: also test 1-element array | Ralf Jung | -1/+10 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -186/+0 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -6/+7 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -58/+0 |
| 2021-11-17 | Avoid suggesting literal formatting that turns into member access | Michael Howell | -0/+17 |
| 2021-11-17 | Fix emscripten tests | Alex Crichton | -7/+4 |
| 2021-11-17 | add const generics test | lcnr | -0/+59 |
| 2021-11-17 | Rollup merge of #90901 - rukai:improve_manuallydrop_help, r=estebank | Matthias Krüger | -40/+30 |
| 2021-11-17 | Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebank | Matthias Krüger | -100/+61 |
| 2021-11-17 | Rollup merge of #90861 - 5225225:nonprinting-char, r=davidtwco | Matthias Krüger | -0/+26 |
| 2021-11-17 | Rollup merge of #90687 - jhpratt:const_panic, r=oli-obk | Matthias Krüger | -0/+46 |
| 2021-11-17 | Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebank | Matthias Krüger | -135/+245 |
| 2021-11-17 | Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiser | Matthias Krüger | -0/+69 |
| 2021-11-16 | Fix await suggestion better | Michael Goulet | -1/+97 |
| 2021-11-16 | Suggest removal of arguments for unit variant, not replacement | Esteban Kuber | -14/+21 |
| 2021-11-17 | Add a regression test for #87573 | Yuki Okushi | -0/+49 |
| 2021-11-16 | Update compiler/rustc_passes/src/check_attr.rs | Wesley Wiser | -2/+2 |
| 2021-11-16 | Remove debug output from test stderr | 5225225 | -1/+0 |
| 2021-11-16 | Suggest removing the non-printing characters | 5225225 | -8/+8 |
| 2021-11-16 | Print full char literal on error if any are non-printing | 5225225 | -0/+27 |
| 2021-11-16 | Rollup merge of #90936 - JohnTitor:issue-80772, r=Mark-Simulacrum | Yuki Okushi | -0/+21 |
| 2021-11-16 | Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkov | Yuki Okushi | -0/+7 |
| 2021-11-16 | Rollup merge of #90819 - JakobDegen:issue-90804, r=petrochenkov | Yuki Okushi | -12/+34 |
| 2021-11-16 | Rollup merge of #90803 - TaKO8Ki:suggest-chars-on-attempt-to-iter, r=estebank | Yuki Okushi | -0/+55 |
| 2021-11-16 | Rollup merge of #90801 - b-naber:missing_normalization_equate_inputs_output, ... | Yuki Okushi | -0/+80 |
| 2021-11-16 | Rollup merge of #86455 - tlyu:check-where-before-suggesting-unsized, r=estebank | Yuki Okushi | -0/+26 |
| 2021-11-15 | check where clause before suggesting unsized | Taylor Yu | -0/+26 |
| 2021-11-16 | Add a regression test for #80772 | Yuki Okushi | -0/+21 |
| 2021-11-16 | Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obk | Yuki Okushi | -0/+38 |
| 2021-11-16 | Rollup merge of #90837 - c410-f3r:testsssssss, r=petrochenkov | Yuki Okushi | -232/+4 |
| 2021-11-15 | Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrum | bors | -0/+27 |
| 2021-11-15 | Auto merge of #90473 - joshtriplett:stabilize-format-args-capture, r=Mark-Sim... | bors | -84/+46 |
| 2021-11-15 | Update test output | Josh Triplett | -50/+46 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -34/+0 |