| Age | Commit message (Expand) | Author | Lines |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+14 |
| 2022-03-23 | Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -2/+147 |
| 2022-03-22 | Fixup aarch64 smoke test | Jubilee Young | -5/+4 |
| 2022-03-22 | Test SVE2 includes NEON and not vice versa | Jubilee Young | -0/+58 |
| 2022-03-22 | Test NEON compiles | Jubilee Young | -0/+24 |
| 2022-03-22 | Filter for all features instead of any | Jubilee Young | -0/+64 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -2/+2 |
| 2022-03-22 | Modernize `alloc-no-oom-handling` test | Miguel Ojeda | -1/+1 |
| 2022-03-22 | Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi... | Dylan DPC | -0/+13 |
| 2022-03-22 | Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkov | Dylan DPC | -2/+36 |
| 2022-03-22 | cancel a not emitted error after parsing const generic args | Takayuki Maeda | -0/+13 |
| 2022-03-22 | suggest constraining param for unary ops when missing trait impl | Frank King | -2/+36 |
| 2022-03-22 | Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat... | bors | -0/+24 |
| 2022-03-21 | Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPC | Matthias Krüger | -41/+3 |
| 2022-03-21 | Rollup merge of #95166 - Urgau:check-cfg-values-unstable-book, r=petrochenkov | Matthias Krüger | -3/+5 |
| 2022-03-21 | Rollup merge of #95129 - GuillaumeGomez:rm-source-sidebar-animation, r=jsha | Matthias Krüger | -8/+0 |
| 2022-03-21 | Rollup merge of #95116 - bjorn3:cg_clif_test_fixes, r=Dylan-DPC | Matthias Krüger | -88/+107 |
| 2022-03-21 | Rollup merge of #95085 - ouz-a:master5, r=jackh726 | Matthias Krüger | -1/+50 |
| 2022-03-21 | Add needs-asm-support directive to tests where necessary | bjorn3 | -68/+80 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -1/+50 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -41/+3 |
| 2022-03-21 | Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3 | bors | -54/+107 |
| 2022-03-21 | Don't run UB in test suite | Smitty | -54/+107 |
| 2022-03-21 | Update unstable book with the new `values()` form for check-cfg | Loïc BRANSTETT | -3/+5 |
| 2022-03-21 | Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwco | bors | -0/+80 |
| 2022-03-20 | Auto merge of #95148 - matthiaskrgr:rollup-jsb1ld9, r=matthiaskrgr | bors | -1/+18 |
| 2022-03-20 | Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro... | Matthias Krüger | -0/+17 |
| 2022-03-20 | Rollup merge of #95131 - ehuss:fix-metadata-filename, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-03-20 | Auto merge of #95144 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-03-20 | update Miri | Ralf Jung | -8/+8 |
| 2022-03-20 | Add once_cell as allowed cg_clif dependency | bjorn3 | -0/+1 |
| 2022-03-20 | fix a not emitted unmatched angle bracket error | Takayuki Maeda | -0/+17 |
| 2022-03-20 | Rollup merge of #94948 - jhpratt:rustc_deprecated, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-20 | Auto merge of #95063 - tromey:fix-94458-gdb-char, r=Mark-Simulacrum | bors | -8/+25 |
| 2022-03-19 | Fix docs for default rmeta filename. | Eric Huss | -1/+1 |
| 2022-03-20 | Auto merge of #94976 - jclulow:solaris-festival, r=Mark-Simulacrum | bors | -8/+12 |
| 2022-03-19 | diagnostics: do not give Option::as_ref suggestion for complex match | Michael Howell | -0/+24 |
| 2022-03-19 | Auto merge of #95103 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-03-19 | Remove animation on source sidebar | Guillaume Gomez | -8/+0 |
| 2022-03-19 | Add needs-unwind directive to tests where necessary | bjorn3 | -20/+27 |
| 2022-03-19 | Rollup merge of #95109 - Urgau:check-cfg-all-any, r=petrochenkov | Dylan DPC | -1/+117 |
| 2022-03-19 | Rollup merge of #95072 - tromey:parallel-debug-tests, r=tmiasko | Dylan DPC | -5/+0 |
| 2022-03-19 | Extend --check-cfg tests to all predicate inside all/any | Loïc BRANSTETT | -1/+117 |
| 2022-03-18 | suggest removing type ascription in bad position | Michael Goulet | -0/+80 |
| 2022-03-18 | Update cargo | Eric Huss | -0/+0 |
| 2022-03-18 | Rollup merge of #94848 - GuillaumeGomez:browser-ui-test-version, r=Mark-Simul... | Matthias Krüger | -19/+51 |
| 2022-03-18 | Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkov | Matthias Krüger | -0/+45 |
| 2022-03-18 | Re-enable parallel debuginfo tests | Tom Tromey | -5/+0 |
| 2022-03-18 | Run rustdoc GUI tests when browser-ui-test version is updated | Guillaume Gomez | -0/+1 |