about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-23Update syntax tree definitionGrisha Vartanyan-3/+3
2022-03-23Reduce max hash in raw strings from u16 to u8Grisha Vartanyan-11/+11
2022-03-23Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPCbors-1/+8
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-60/+99
2022-03-23Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPCbors-14/+12
2022-03-23Rollup merge of #95222 - RalfJung:validity, r=Dylan-DPCDylan DPC-3/+2
2022-03-23Rollup merge of #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot...Dylan DPC-2/+2
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-9/+8
2022-03-23Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnaybors-20/+0
2022-03-22interpret/validity: improve clarityRalf Jung-3/+2
2022-03-22diagnostics: do not suggest `fn foo({ <body> }`Michael Howell-1/+8
2022-03-22Filter for all features instead of anyJubilee Young-3/+6
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-6/+2
2022-03-22Auto merge of #95159 - nnethercote:TtParser, r=petrochenkovbors-511/+421
2022-03-23Eliminate `TokenTreeOrTokenTreeSlice`.Nicholas Nethercote-173/+146
2022-03-22Auto merge of #95215 - Dylan-DPC:rollup-l9f9t7l, r=Dylan-DPCbors-24/+53
2022-03-22Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi...Dylan DPC-4/+8
2022-03-22Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkovDylan DPC-0/+21
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-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-22cancel a not emitted error after parsing const generic argsTakayuki Maeda-4/+8
2022-03-22suggest constraining param for unary ops when missing trait implFrank King-0/+21
2022-03-22Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat...bors-5/+19
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-21Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-21Rollup merge of #95085 - ouz-a:master5, r=jackh726Matthias Krüger-2/+23
2022-03-21Rollup merge of #95074 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa...Matthias Krüger-78/+61
2022-03-21Return err instead of ICEouz-a-2/+23
2022-03-21move `adt_const_params` to its own tracking issuelcnr-1/+1
2022-03-22use `format-args-capture` and remove unnecessary nested if blocks in some par...Takayuki Maeda-78/+61
2022-03-21Tidy upDeadbeef-4/+8
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-62/+95
2022-03-21Add `Destructible` for replacing `~const Drop`Deadbeef-0/+2
2022-03-20Disable early otherwise branch MIR optJakob Degen-1/+32
2022-03-21Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwcobors-6/+35
2022-03-21Auto merge of #95156 - audunhalland:fix-rustc_const_eval_transform-comments, ...bors-2/+2
2022-03-21Move items into `TtParser` as `Vec`s.Nicholas Nethercote-58/+43
2022-03-21Remove `MatcherPosHandle`.Nicholas Nethercote-88/+23
2022-03-20fix two comments referring to moved code (rustc_mir_transform::generator)Audun Halland-2/+2
2022-03-20Don't declare test_variadic_fnptr with two conflicting signaturesbjorn3-20/+0
2022-03-20Rollup merge of #95145 - ChayimFriedman2:patch-1, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-20Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro...Matthias Krüger-1/+1
2022-03-20Fix typo interator->iteratorChayim Refael Friedman-1/+1
2022-03-20Auto merge of #95142 - bjorn3:sync_cg_clif-2022-03-20, r=bjorn3bors-506/+453