| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+27 |
| 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 | Rollup merge of #90949 - RalfJung:miri, r=RalfJung | Matthias Krüger | -12/+8 |
| 2021-11-16 | Rollup merge of #90935 - jhpratt:alphabetize-features, r=joshtriplett | Matthias Krüger | -7/+40 |
| 2021-11-16 | Rollup merge of #90933 - compiler-errors:master, r=estebank | Matthias Krüger | -1/+97 |
| 2021-11-16 | Rollup merge of #90920 - lnicola:rust-analyzer-2021-11-15, r=lnicola | Matthias Krüger | -16/+16 |
| 2021-11-16 | Rollup merge of #90733 - wesleywiser:musl_debuginfo, r=Mark-Simulacrum | Matthias Krüger | -1/+24 |
| 2021-11-16 | Fix await suggestion better | Michael Goulet | -1/+97 |
| 2021-11-16 | Update compiler/rustc_passes/src/check_attr.rs | Wesley Wiser | -2/+2 |
| 2021-11-16 | update miri | Ralf Jung | -12/+8 |
| 2021-11-16 | Increase tidy limit for parser by 1 | 5225225 | -1/+1 |
| 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 #90928 - Mark-Simulacrum:fix-date-logging, r=pietroalbini | Yuki Okushi | -1/+1 |
| 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-15 | Suggest where feature should be placed | Jacob Pratt | -6/+39 |
| 2021-11-15 | Alphabetize language features | Jacob Pratt | -7/+7 |
| 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 | -233/+9 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -17/+16 |
| 2021-11-15 | Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrum | bors | -0/+27 |
| 2021-11-15 | Use a different server for checking clock drift | Mark Rousskov | -1/+1 |
| 2021-11-15 | Auto merge of #90473 - joshtriplett:stabilize-format-args-capture, r=Mark-Sim... | bors | -131/+46 |
| 2021-11-15 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -17/+16 |
| 2021-11-15 | Update test output | Josh Triplett | -50/+46 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -81/+0 |
| 2021-11-15 | Auto merge of #90645 - terrarier2111:master, r=estebank | bors | -0/+24 |
| 2021-11-15 | suggest `&str.chars()` on attempt to `&str.iter()` | Takayuki Maeda | -0/+55 |
| 2021-11-15 | Auto merge of #90684 - jyn514:dist-aliases, r=Mark-Simulacrum | bors | -11/+12 |
| 2021-11-14 | Don't run the codegen test when `debug_assert` is enabled | Scott McMurray | -0/+1 |
| 2021-11-14 | expand comment | Ralf Jung | -0/+1 |
| 2021-11-14 | fix getting the discriminant of a zero-variant enum | Ralf Jung | -0/+6 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -233/+9 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -100/+61 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90867 - hi-rustin:rustin-patch-rustdoc, r=CraftSpider | bors | -31/+26 |
| 2021-11-13 | fix ICE on Miri/CTFE copy of half a pointer | Ralf Jung | -0/+38 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -15/+39 |