| Age | Commit message (Expand) | Author | Lines |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -15/+92 |
| 2022-03-23 | Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPC | bors | -21/+206 |
| 2022-03-23 | Rollup merge of #95222 - RalfJung:validity, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 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 #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot... | Dylan DPC | -2/+2 |
| 2022-03-23 | Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcm | Dylan DPC | -3/+30 |
| 2022-03-23 | Rollup merge of #92955 - llogiq:cloned-side-effect-doc, r=yaahc | Dylan DPC | -0/+16 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -12/+155 |
| 2022-03-22 | Fixup aarch64 smoke test | Jubilee Young | -5/+4 |
| 2022-03-23 | Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnay | bors | -26/+9 |
| 2022-03-22 | interpret/validity: improve clarity | Ralf Jung | -3/+2 |
| 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 | -3/+70 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -9/+4 |
| 2022-03-22 | Auto merge of #95159 - nnethercote:TtParser, r=petrochenkov | bors | -511/+421 |
| 2022-03-22 | Limit test_variadic_fnptr to unix | bjorn3 | -1/+1 |
| 2022-03-22 | Modernize `alloc-no-oom-handling` test | Miguel Ojeda | -1/+1 |
| 2022-03-23 | Eliminate `TokenTreeOrTokenTreeSlice`. | Nicholas Nethercote | -173/+146 |
| 2022-03-22 | Auto merge of #95215 - Dylan-DPC:rollup-l9f9t7l, r=Dylan-DPC | bors | -26/+107 |
| 2022-03-22 | Rollup merge of #95207 - ZHANGWENTAI:update_termination_doc, r=yaahc | Dylan DPC | -0/+5 |
| 2022-03-22 | Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi... | Dylan DPC | -4/+21 |
| 2022-03-22 | Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkov | Dylan DPC | -2/+57 |
| 2022-03-22 | Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obk | Dylan DPC | -16/+14 |
| 2022-03-22 | Rollup merge of #95188 - c410-f3r:aqui-vamos-nos, r=petrochenkov | Dylan DPC | -4/+10 |
| 2022-03-22 | add perf side effect docs to `Iterator::cloned()` | Andre Bogus | -0/+16 |
| 2022-03-23 | replace `this.clone()` with `this.create_snapshot_for_diagnostic()` | Takayuki Maeda | -2/+2 |
| 2022-03-22 | Auto merge of #94693 - nnethercote:parser-inlining, r=petrochenkov | bors | -12/+33 |
| 2022-03-22 | add some fix | ZHANGWENTAI | -3/+4 |
| 2022-03-22 | fix the lint problem | ZHANGWENTAI | -1/+1 |
| 2022-03-22 | update Termination trait docs | ZHANGWENTAI | -0/+4 |
| 2022-03-22 | Auto merge of #95107 - r00ster91:fmt, r=joshtriplett | bors | -3/+3 |
| 2022-03-22 | cancel a not emitted error after parsing const generic args | Takayuki Maeda | -4/+21 |
| 2022-03-22 | Auto merge of #95158 - sunfishcode:sunfishcode/windows-8, r=joshtriplett | bors | -2/+24 |
| 2022-03-22 | suggest constraining param for unary ops when missing trait impl | Frank King | -2/+57 |
| 2022-03-22 | Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat... | bors | -5/+43 |
| 2022-03-21 | Add u16::is_utf16_surrogate | ltdk | -3/+30 |
| 2022-03-21 | rename LocalState::Uninitialized to Unallocated | Ralf Jung | -16/+14 |
| 2022-03-22 | Auto merge of #95161 - JakobDegen:fix-early-otherwise-branch, r=wesleywiser | bors | -1/+32 |
| 2022-03-22 | Split `TokenCursor::{next,next_desugared}` into inlined and non-inlined halves. | Nicholas Nethercote | -10/+24 |
| 2022-03-22 | Split `Parser::bump_with` into inlined and non-inlined halves. | Nicholas Nethercote | -2/+9 |
| 2022-03-21 | Fix generated tokens hygiene | Caio | -4/+10 |
| 2022-03-21 | Auto merge of #95180 - matthiaskrgr:rollup-ai1ch2s, r=matthiaskrgr | bors | -222/+250 |
| 2022-03-21 | Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPC | Matthias Krüger | -42/+4 |
| 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 | -3/+73 |
| 2022-03-21 | Rollup merge of #95074 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa... | Matthias Krüger | -78/+61 |
| 2022-03-21 | Add needs-asm-support directive to tests where necessary | bjorn3 | -68/+80 |