summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger2023-05-0189-710/+459
|\
| * Make async removal span more resilient to macro expansionsMichael Goulet2023-04-274-7/+57
| * Don't call await a methodMichael Goulet2023-04-271-1/+1
| * tweak removal spanMichael Goulet2023-04-271-7/+5
| * Tweak await spanMichael Goulet2023-04-2773-330/+408
| * Remove a bunch of orphaned test filesMichael Goulet2023-04-2715-377/+0
* | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiaskoMatthias Krüger2023-04-3019-75/+79
|\ \
| * | Make some tests unit.Camille GILLOT2023-04-2319-75/+79
* | | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger2023-04-304-0/+71
|\ \ \
| * | | rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell2023-04-294-0/+71
* | | | Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrumbors2023-04-301-1/+1
|\ \ \ \
| * | | | Don't accidentally ignore all output in `tests/run-make/coverage-reports` diffsZalathar2023-04-281-1/+1
* | | | | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger2023-04-301-0/+20
|\ \ \ \ \
| * | | | | Do not force anonymous lifetimes in consts to be static.Camille GILLOT2023-04-291-0/+20
* | | | | | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger2023-04-302-5/+39
|\ \ \ \ \ \
| * | | | | | Extend foreign inlined item with `#[repr()]` testGuillaume Gomez2023-04-292-5/+39
* | | | | | | Rollup merge of #110981 - jyn514:rustdoc-tests, r=notriddleMatthias Krüger2023-04-30198-29/+40
|\ \ \ \ \ \ \
| * | | | | | | move lint tests into subdirectoriesjyn2023-04-2953-0/+0
| * | | | | | | Move some rustdoc-ui tests to subdirectoriesjyn2023-04-29145-29/+40
* | | | | | | | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger2023-04-307-25/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | improve error notes for packed struct reference diagnosticbindsdev2023-04-287-25/+50
* | | | | | | | | Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu...Matthias Krüger2023-04-301-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: add test for warning-free builds of `core` under `no_global_oom_handling`Miguel Ojeda2023-04-241-0/+6
* | | | | | | | | | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger2023-04-302-0/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Fix Unreadable non-UTF-8 output on localized MSVCChris Denton2023-04-272-0/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomezMatthias Krüger2023-04-2912-0/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rustdoc: fix weird margins between Deref impl itemsMichael Howell2023-04-281-0/+43
| * | | | | | | | | rustdoc: move deref tests into a directoryMichael Howell2023-04-2811-0/+0
* | | | | | | | | | Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul...Matthias Krüger2023-04-294-3/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bless line changes in tests-listing-format-json.run.stdoutJosh Stone2023-04-281-3/+3
| * | | | | | | | | | update tests for the test harness's json formattingPietro Albini2023-04-213-0/+20
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #105848 - lukas-code:backticks, r=GuillaumeGomez,jyn514,notri...Matthias Krüger2023-04-292-0/+1301
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add `rustdoc::unescaped_backtick` lintLukas Markeffsky2023-04-292-0/+1301
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors2023-04-2911-88/+140
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | layout-alignment-promotion logic should depend on the niche-biasThe 84722023-04-281-0/+19
| * | | | | | | | | fix codegen testThe 84722023-04-283-3/+6
| * | | | | | | | | bless testsThe 84722023-04-278-87/+71
| * | | | | | | | | don't promote large fields to higher alignments if that would affect niche pl...The 84722023-04-271-0/+18
| * | | | | | | | | try two different niche-placement strategies when layouting univariant structsThe 84722023-04-271-1/+29
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillotDylan DPC2023-04-295-3/+163
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't duplicate anonymous lifetimes for async fn in traitsMichael Goulet2023-04-285-3/+163
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errorsDylan DPC2023-04-291-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make drop_flags an IndexVec.Camille GILLOT2023-04-281-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnrDylan DPC2023-04-292-0/+43
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Clear response values for overflow in new solverMichael Goulet2023-04-262-0/+43
* | | | | | | | | Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors2023-04-293-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | handle cfg(bootstrap)Pietro Albini2023-04-283-4/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Auto merge of #110967 - matthiaskrgr:rollup-vfbl7gm, r=matthiaskrgrbors2023-04-2827-71/+184
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errorsMatthias Krüger2023-04-285-8/+24
| |\ \ \ \ \ \ \ \
| | * | | | | | | | remove unused `mut`sLukas Markeffsky2023-04-283-7/+7