about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-06Add some testsMichael Goulet-4/+386
2024-02-06Bless tests, add commentsMichael Goulet-97/+94
2024-02-06Construct body for by-move coroutine closure outputMichael Goulet-0/+2
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-15/+22
2024-02-06Make sure that async closures (and fns) only capture their parent callable's ...Michael Goulet-32/+71
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-2/+2
2024-02-05Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-SimulacrumMatthias Krüger-6/+6
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-371/+257
2024-02-05Rollup merge of #120569 - Zalathar:fn-sig, r=oli-obkMatthias Krüger-32/+218
2024-02-05coverage: Make unexpansion of closure bodies more preciseZalathar-32/+48
2024-02-05coverage: Add a test for `#[coverage(..)]` on closuresZalathar-0/+119
2024-02-05coverage: Test for closure body that is a single bang-macroZalathar-0/+51
2024-02-04Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgrbors-411/+908
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-29/+162
2024-02-04Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obkMatthias Krüger-114/+246
2024-02-04Rollup merge of #120552 - GuillaumeGomez:never-type-feature-gate, r=compiler-...Matthias Krüger-1/+47
2024-02-04Rollup merge of #120547 - matthewjasper:complete-inline-const-pat, r=compiler...Matthias Krüger-52/+27
2024-02-04Rollup merge of #120540 - Fishrock123:test-try-block-in-match-arm, r=compiler...Matthias Krüger-0/+11
2024-02-04Rollup merge of #120473 - estebank:issue-114329, r=TaKO8KiMatthias Krüger-0/+46
2024-02-04Rollup merge of #120323 - estebank:issue-120178, r=fmeaseMatthias Krüger-157/+137
2024-02-04Rollup merge of #119759 - sfzhu93:master, r=cjgillotMatthias Krüger-87/+394
2024-02-03Rollup merge of #120531 - oli-obk:track_errors7, r=estebankMatthias Krüger-25/+120
2024-02-03Rollup merge of #120529 - nikic:llvm-18-datalayout-fixes, r=cuviperMatthias Krüger-4/+4
2024-02-03Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errorsMatthias Krüger-0/+38
2024-02-03Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ...Matthias Krüger-0/+22
2024-02-03Rollup merge of #120571 - nnethercote:misc-diagnostics, r=oli-obkMatthias Krüger-2/+2
2024-02-03Rollup merge of #120570 - fmease:change-ty-to-ct-param-sugg, r=compiler-errorsMatthias Krüger-0/+93
2024-02-03Rollup merge of #120566 - Zalathar:edition, r=compiler-errorsMatthias Krüger-40/+40
2024-02-03Rollup merge of #120562 - oli-obk:revert_stuff, r=cuviperMatthias Krüger-55/+0
2024-02-03Rollup merge of #119543 - usamoi:avx512fp16, r=oli-obkMatthias Krüger-1/+1
2024-02-03Check for presence of field in typeck results before visiting itLeón Orell Valerian Liehr-0/+22
2024-02-02Suggest changing ty to const params if appropriateLeón Orell Valerian Liehr-0/+93
2024-02-02coverage: Use normal `edition:` headers in coverage testsZalathar-40/+40
2024-02-01Revert unsound libcore changes of #119911Oli Scherer-55/+0
2024-02-01fix rebaseEsteban Küber-1/+1
2024-02-01Update `never_type` feature gate ui testGuillaume Gomez-1/+47
2024-02-01add test for try-block-in-match-armJeremiah Senkpiel-0/+11
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-114/+246
2024-02-01`#![feature(inline_const_pat)]` is no longer incompleteMatthew Jasper-52/+27
2024-02-01A small fix in `enforce_slug_naming.rs`.Nicholas Nethercote-2/+2
2024-02-01review comment: change wordingEsteban Küber-52/+52
2024-02-01Change incr comp test when adding explicit `Sized` boundEsteban Küber-2/+2
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-151/+131
2024-01-31Remove a has_errors check that doesn't actually prevent noisy follow up errorsOli Scherer-2/+10
2024-01-31Remove a has_errors check that does not prevent follow up error noiseOli Scherer-4/+21
2024-01-31Remove a has_errors check that only hides errors after unrelated items have e...Oli Scherer-19/+89
2024-01-31Update data layouts in custom target tests for LLVM 18Nikita Popov-4/+4
2024-01-31Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n...Nadrieril-0/+32
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-226/+53
2024-01-31Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebankNadrieril-5/+0