about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-03-27Rollup merge of #93469 - compiler-errors:issue-93450, r=estebankDylan DPC-43/+17
2022-03-27Rollup merge of #91981 - estebank:tweakaroo, r=lcnrDylan DPC-56/+158
2022-03-27Change wording of missing return type suggestionEsteban Kuber-14/+19
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-30/+123
2022-03-27Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestionEsteban Kuber-12/+16
2022-03-26Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011bors-414/+21
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-12/+14
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-414/+21
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-103/+52
2022-03-25Replace wait-for instructions for rustdoc GUI tests with wait-for-cssGuillaume Gomez-36/+19
2022-03-25Bless rustdoc tests.Camille GILLOT-30/+0
2022-03-25Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoeristerbors-190/+19
2022-03-25Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakisbors-0/+47
2022-03-25Rollup merge of #95270 - michaelwoerister:fix-box-unsized-debuginfo, r=wesley...Dylan DPC-4/+15
2022-03-25Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnrDylan DPC-189/+114
2022-03-25Rollup merge of #94391 - light4:issue-90319, r=estebankDylan DPC-0/+26
2022-03-25resolve: Do not build expensive suggestions if they are not actually usedVadim Petrochenkov-190/+19
2022-03-24Where bounds are checked on inherent implsSantiago Pastorino-0/+25
2022-03-24Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obkbors-62/+238
2022-03-25Fix ice when error reporting recursion errorslightning1141-0/+26
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-12/+14
2022-03-24Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnrbors-0/+42
2022-03-24Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obkbors-47/+84
2022-03-24debuginfo: Fix debuginfo for Box<T> where T is unsized.Michael Woerister-4/+15
2022-03-24Properly track `ImplObligation`sEsteban Kuber-47/+84
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 #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPCbors-3/+1
2022-03-23Update allocation idOli Scherer-1/+1
2022-03-23Remove line instead of just commenting outCarl Scherer-1/+0
2022-03-23separate const prop lint from optimizationsCarl Scherer-61/+238
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-68/+69
2022-03-23stop emitting E0026 for struct enums with underscoresTakayuki Maeda-0/+36
2022-03-23add test for treating ExprKind::ConstParam as tempb-naber-0/+42
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