about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-15/+92
2022-03-23Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPCbors-21/+206
2022-03-23Rollup merge of #95222 - RalfJung:validity, r=Dylan-DPCDylan DPC-3/+2
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-23Rollup merge of #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot...Dylan DPC-2/+2
2022-03-23Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcmDylan DPC-3/+30
2022-03-23Rollup merge of #92955 - llogiq:cloned-side-effect-doc, r=yaahcDylan DPC-0/+16
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-12/+155
2022-03-22Fixup aarch64 smoke testJubilee Young-5/+4
2022-03-23Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnaybors-26/+9
2022-03-22interpret/validity: improve clarityRalf Jung-3/+2
2022-03-22Test SVE2 includes NEON and not vice versaJubilee Young-0/+58
2022-03-22Test NEON compilesJubilee Young-0/+24
2022-03-22Filter for all features instead of anyJubilee Young-3/+70
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-9/+4
2022-03-22Auto merge of #95159 - nnethercote:TtParser, r=petrochenkovbors-511/+421
2022-03-22Limit test_variadic_fnptr to unixbjorn3-1/+1
2022-03-22Modernize `alloc-no-oom-handling` testMiguel Ojeda-1/+1
2022-03-23Eliminate `TokenTreeOrTokenTreeSlice`.Nicholas Nethercote-173/+146
2022-03-22Auto merge of #95215 - Dylan-DPC:rollup-l9f9t7l, r=Dylan-DPCbors-26/+107
2022-03-22Rollup merge of #95207 - ZHANGWENTAI:update_termination_doc, r=yaahcDylan DPC-0/+5
2022-03-22Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi...Dylan DPC-4/+21
2022-03-22Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkovDylan DPC-2/+57
2022-03-22Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obkDylan DPC-16/+14
2022-03-22Rollup merge of #95188 - c410-f3r:aqui-vamos-nos, r=petrochenkovDylan DPC-4/+10
2022-03-22add perf side effect docs to `Iterator::cloned()`Andre Bogus-0/+16
2022-03-23replace `this.clone()` with `this.create_snapshot_for_diagnostic()`Takayuki Maeda-2/+2
2022-03-22Auto merge of #94693 - nnethercote:parser-inlining, r=petrochenkovbors-12/+33
2022-03-22add some fixZHANGWENTAI-3/+4
2022-03-22fix the lint problemZHANGWENTAI-1/+1
2022-03-22update Termination trait docsZHANGWENTAI-0/+4
2022-03-22Auto merge of #95107 - r00ster91:fmt, r=joshtriplettbors-3/+3
2022-03-22cancel a not emitted error after parsing const generic argsTakayuki Maeda-4/+21
2022-03-22Auto merge of #95158 - sunfishcode:sunfishcode/windows-8, r=joshtriplettbors-2/+24
2022-03-22suggest constraining param for unary ops when missing trait implFrank King-2/+57
2022-03-22Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat...bors-5/+43
2022-03-21Add u16::is_utf16_surrogateltdk-3/+30
2022-03-21rename LocalState::Uninitialized to UnallocatedRalf Jung-16/+14
2022-03-22Auto merge of #95161 - JakobDegen:fix-early-otherwise-branch, r=wesleywiserbors-1/+32
2022-03-22Split `TokenCursor::{next,next_desugared}` into inlined and non-inlined halves.Nicholas Nethercote-10/+24
2022-03-22Split `Parser::bump_with` into inlined and non-inlined halves.Nicholas Nethercote-2/+9
2022-03-21Fix generated tokens hygieneCaio-4/+10
2022-03-21Auto merge of #95180 - matthiaskrgr:rollup-ai1ch2s, r=matthiaskrgrbors-222/+250
2022-03-21Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPCMatthias Krüger-42/+4
2022-03-21Rollup merge of #95166 - Urgau:check-cfg-values-unstable-book, r=petrochenkovMatthias Krüger-3/+5
2022-03-21Rollup merge of #95129 - GuillaumeGomez:rm-source-sidebar-animation, r=jshaMatthias Krüger-8/+0
2022-03-21Rollup merge of #95116 - bjorn3:cg_clif_test_fixes, r=Dylan-DPCMatthias Krüger-88/+107
2022-03-21Rollup merge of #95085 - ouz-a:master5, r=jackh726Matthias Krüger-3/+73
2022-03-21Rollup merge of #95074 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa...Matthias Krüger-78/+61
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-68/+80