about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-06Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomezMatthias Krüger-1/+0
2025-06-06Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-deadMatthias Krüger-4/+7
2025-06-06Rollup merge of #141982 - Kivooeo:tf5, r=jieyouxuMatthias Krüger-188/+135
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-406/+1183
2025-06-05Support middle::ty assoc const eq predicates againLeón Orell Valerian Liehr-1/+0
2025-06-05Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgrbors-172/+122
2025-06-05cleaned up some testsKivooeo-188/+135
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-4/+7
2025-06-05Rollup merge of #142032 - matthewjasper:frontmatter-lexing, r=fee1-deadMatthias Krüger-0/+21
2025-06-05Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJungMatthias Krüger-2/+3
2025-06-05Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxuMatthias Krüger-170/+98
2025-06-05Auto merge of #142070 - matthiaskrgr:rollup-e7lxtuo, r=matthiaskrgrbors-96/+112
2025-06-05Rollup merge of #141965 - Kivooeo:test-reform, r=jieyouxuMatthias Krüger-96/+112
2025-06-05Auto merge of #135054 - cramertj:file-cstr, r=m-ou-sebors-0/+25
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-353/+377
2025-06-04Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubileebors-24/+17
2025-06-04Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmannMatthias Krüger-3/+3
2025-06-04Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkovMatthias Krüger-4/+2
2025-06-04Rollup merge of #141985 - compiler-errors:cycle-in-dep-graph-print, r=oli-obkMatthias Krüger-1/+26
2025-06-04Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiserMatthias Krüger-53/+53
2025-06-04Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errorsMatthias Krüger-290/+290
2025-06-04Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o...Matthias Krüger-2/+3
2025-06-04Add Location::file_with_nulTaylor Cramer-0/+25
2025-06-04Fix parsing of frontmatters with inner hyphensMatthew Jasper-0/+21
2025-06-04Report the actual item that evaluation failed forOli Scherer-2/+3
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-443/+429
2025-06-04Introduce the `mismatched_lifetime_syntaxes` lintJake Goulding-0/+791
2025-06-04cleaned up some testsKivooeo-170/+98
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-46/+74
2025-06-04Don't refer to 'this tail expression' in expansion.Mara Bos-4/+2
2025-06-04Don't refer to 'local binding' in extern macro.Mara Bos-3/+3
2025-06-04cleaned up some testsKivooeo-96/+112
2025-06-04Fix for async drop inside async gen fnAndrew Zhogin-2/+3
2025-06-04x86 (32/64): go back to passing SIMD vectors by-ptrRalf Jung-24/+17
2025-06-04Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...Matthias Krüger-193/+194
2025-06-04Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubileeMatthias Krüger-0/+12
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-218/+60
2025-06-03Ensure query keys are printed with reduced queriesMichael Goulet-1/+1
2025-06-03Add a test to reproduce ICEMichael Goulet-0/+25
2025-06-03Rollup merge of #141957 - ferrocene:lw/missing-dyn-kw2, r=compiler-errorsMatthias Krüger-31/+26
2025-06-03Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-...Matthias Krüger-117/+60
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-4233/+4082
2025-06-03Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3Matthias Krüger-1/+3
2025-06-03Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error...Matthias Krüger-15/+630
2025-06-03Add `iter` macroOli Scherer-15/+630
2025-06-03bless test for CanonAbi::X86(SysV64) changeJubilee Young-1/+3
2025-06-03Run wfcheck in one big loop instead of per moduleOli Scherer-53/+53
2025-06-03Rollup merge of #141833 - Kivooeo:test-reform1, r=jieyouxuMatthias Krüger-32/+51
2025-06-03Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercoteMatthias Krüger-0/+195
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-290/+290