about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-22Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errorsbors-2/+2
2023-12-22Rollup merge of #119215 - mu001999:fix/119209, r=NilstriebMatthias Krüger-0/+12
2023-12-22Rollup merge of #119201 - durin42:overaligned-constant, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-12-23Update testr0cky-18/+6
2023-12-22Emits error if has bound regionsr0cky-0/+24
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-0/+157
2023-12-22Auto merge of #116821 - Nadrieril:fix-opaque-ice, r=compiler-errorsbors-0/+247
2023-12-22Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...bors-17/+17
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-13/+31
2023-12-21tests: fix overaligned-constant to not over-specify getelementptr instrAugie Fackler-1/+1
2023-12-21Rollup merge of #119154 - surechen:fix_119067, r=fmeaseMatthias Krüger-32/+82
2023-12-21Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiserbors-0/+36
2023-12-21Simple modification of diagnostic informationsurechen-32/+82
2023-12-20Rollup merge of #119168 - petrochenkov:feedvis4, r=compiler-errorsMatthias Krüger-0/+14
2023-12-20Add `ItemKind::Ctor` to stable mirCelina G. Val-2/+8
2023-12-20Add a small test for the case that was crashingCelina G. Val-0/+78
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-17/+17
2023-12-20resolve: Stop feeding visibilities for import list stemsVadim Petrochenkov-0/+14
2023-12-20Rollup merge of #119155 - Zalathar:async-fn, r=compiler-errorsGuillaume Gomez-0/+104
2023-12-20Reveal opaque types in exhaustiveness checkingNadrieril-9/+39
2023-12-20Add testsNadrieril-0/+217
2023-12-20Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errorsbors-0/+37
2023-12-20Rollup merge of #119094 - celinval:smir-layout, r=compiler-errorsMatthias Krüger-4/+146
2023-12-20Rollup merge of #119071 - lcnr:overflowo, r=compiler-errorsMatthias Krüger-1/+34
2023-12-20Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoeristerMatthias Krüger-10/+14
2023-12-20Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmeaseMatthias Krüger-0/+129
2023-12-20coverage: Add a test for `async` blocksZalathar-0/+104
2023-12-20Auto merge of #106790 - the8472:rawvec-niche, r=scottmcmbors-9/+21
2023-12-19Add additional tests and update existing testsEric Holk-1/+109
2023-12-19Improve compiler error for c-strings in pre-2021Carter Hunt Fogelman-0/+129
2023-12-19Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasperbors-21/+21
2023-12-19Desugar for await loopsEric Holk-0/+24
2023-12-19Plumb awaitness of for loopsEric Holk-0/+25
2023-12-19resolve: Feed visibilities for unresolved trait impl itemsVadim Petrochenkov-0/+37
2023-12-19rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lostMartin Nordholts-10/+14
2023-12-19Fix c_variadic flag and add opaque info to PassModeCelina G. Val-4/+30
2023-12-19Remove the `make_target_blocks` hackNadrieril-21/+21
2023-12-19De-weirdify `fatally_break_rust`.Nicholas Nethercote-2/+20
2023-12-19Rollup merge of #119098 - compiler-errors:hangs, r=lcnrMatthias Krüger-13/+18
2023-12-19Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r...Matthias Krüger-19/+18
2023-12-19Auto merge of #119047 - mu001999:fix/118772, r=wesleywiserbors-0/+15
2023-12-19Auto merge of #119061 - compiler-errors:async-gen-abi, r=wesleywiserbors-0/+89
2023-12-18Add a test demonstrating that RFC's note on diverging returns is subsumed by ...Michael Goulet-0/+20
2023-12-18Adjust the ignore-compare-mode-next-solver for hangsMichael Goulet-13/+18
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-11/+11
2023-12-18Check const_eval_select intrinsic correctlyMichael Goulet-17/+22
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-2/+13
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-4/+120
2023-12-18Use alias-eq in structural normalizationMichael Goulet-19/+18
2023-12-18Check generic params after sigature for main-fn-tyr0cky-0/+15