about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-23Use `multipart_suggestions`Noah Lev-12/+0
2022-03-23Change temporary variable name if it would conflictNoah Lev-6/+6
2022-03-23Add heuristic to avoid treating `x + +2` as incrementNoah Lev-18/+10
2022-03-23Bless testsNoah Lev-10/+18
2022-03-23Improve handling of `tmp` variable name conflictsNoah Lev-5/+80
2022-03-23Emit both subexp and standalone sugg for postfixNoah Lev-0/+15
2022-03-23Emit structured suggestions for field accesses tooNoah Lev-2/+9
2022-03-23Refactor, handle fields better, add field testsNoah Lev-4/+48
2022-03-23Move increment checks to improve errorsNoah Lev-36/+76
2022-03-23Suggest `i += 1` when we see `i++` or `++i`Camelid-0/+79
2022-03-23Auto merge of #95250 - matthiaskrgr:rollup-ma4zl69, r=matthiaskrgrbors-27/+135
2022-03-23Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und...Matthias Krüger-0/+36
2022-03-23Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obkMatthias Krüger-18/+18
2022-03-23Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obkMatthias Krüger-9/+9
2022-03-23Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obkMatthias Krüger-0/+8
2022-03-23Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwcoMatthias Krüger-0/+64
2022-03-23Auto merge of #95247 - cuviper:llvm14, r=nikicbors-0/+0
2022-03-23Update to LLVM 14.0.0 finalJosh Stone-0/+0
2022-03-23Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPCbors-3/+1
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-71/+90
2022-03-23stop emitting E0026 for struct enums with underscoresTakayuki Maeda-0/+36
2022-03-23:arrow_up: rust-analyzerLaurențiu Nicola-19/+23
2022-03-22remove [async output] from impl FutureMichael Goulet-18/+18
2022-03-22bless 32bitRalf Jung-1/+1
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-2/+147
2022-03-22Fixup aarch64 smoke testJubilee Young-5/+4
2022-03-22better errors when a Copy impl is not coherentMichael Goulet-0/+64
2022-03-22interpret/memory: simplify check_and_deref_ptrRalf Jung-8/+8
2022-03-22Test SVE2 includes NEON and not vice versaJubilee Young-0/+58
2022-03-22diagnostics: do not suggest `fn foo({ <body> }`Michael Howell-3/+1
2022-03-22Test NEON compilesJubilee Young-0/+24
2022-03-22Filter for all features instead of anyJubilee Young-0/+64
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-2/+2
2022-03-22Modernize `alloc-no-oom-handling` testMiguel Ojeda-1/+1
2022-03-22Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi...Dylan DPC-0/+13
2022-03-22Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkovDylan DPC-2/+36
2022-03-22cancel a not emitted error after parsing const generic argsTakayuki Maeda-0/+13
2022-03-22suggest constraining param for unary ops when missing trait implFrank King-2/+36
2022-03-22Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat...bors-0/+24
2022-03-21Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPCMatthias Krüger-41/+3
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-1/+50
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-68/+80
2022-03-21Return err instead of ICEouz-a-1/+50
2022-03-21move `adt_const_params` to its own tracking issuelcnr-41/+3
2022-03-21Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3bors-54/+107
2022-03-21Don't run UB in test suiteSmitty-54/+107