about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-09-13Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelidGuillaume Gomez-0/+1
2021-09-13Rollup merge of #88894 - FabianWolff:issue-88818, r=estebankGuillaume Gomez-0/+38
2021-09-13Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelidGuillaume Gomez-0/+43
2021-09-13Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obkGuillaume Gomez-4/+9
2021-09-13 * Enable generate-link-to-def feature on a rustdoc GUI testGuillaume Gomez-0/+43
2021-09-13Add test for primitive in "jump to definition" featureGuillaume Gomez-1/+24
2021-09-13Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors-0/+7
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-151/+180
2021-09-13Add mir opt test for min_align_of -> AlignOf loweringGary Guo-151/+180
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-0/+54
2021-09-12Reduce possibility of flaky testsGuillaume Gomez-0/+1
2021-09-12Improve error message for missing trait in trait implFabian Wolff-0/+38
2021-09-12Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakisbors-0/+35
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-1/+1
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-22/+77
2021-09-12Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebankManish Goregaokar-17/+33
2021-09-12Auto merge of #87073 - jyn514:primitive-docs, r=GuillaumeGomez,jyn514bors-50/+78
2021-09-12Fix `no_core` and `no_std` rustdoc tests on WindowsGuillaume Gomez-1/+4
2021-09-12Fix linkcheck issuesJoshua Nelson-3/+14
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-46/+50
2021-09-12Add primitive documentation to libcoreJoshua Nelson-2/+12
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-1096/+2532
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-1/+1
2021-09-11Rebase fallout.Camille GILLOT-2/+2
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-82/+499
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-2/+34
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+25
2021-09-11Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisaJubilee-25/+49
2021-09-11Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726Jubilee-0/+31
2021-09-11Add test for -Z panic-in-drop=abortAmanieu d'Antras-0/+54
2021-09-11Fix duplicate bounds for const_trait_implDeadbeef-4/+9
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-1/+66
2021-09-11Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearthbors-14/+497
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-1096/+2532
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-0/+33
2021-09-10Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani...Manish Goregaokar-2/+71
2021-09-10Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomezManish Goregaokar-0/+34
2021-09-10Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo...Manish Goregaokar-2/+92
2021-09-10Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebankManish Goregaokar-0/+110
2021-09-10Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillotManish Goregaokar-0/+29
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+12
2021-09-10Add test for enum tuple variants and tuple struct doc countGuillaume Gomez-2/+71
2021-09-09In relate_tys, when creating new universes, insert missing universes as otherjackh726-0/+35
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-10/+128
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-0/+110
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+22
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-82/+499
2021-09-09Allow missing code examples in trait impls.Hans Niklas Jacob-0/+7
2021-09-08Fatal error for functions with more than 65535 argumentsNoble-Mushtak-0/+25
2021-09-09CI pleaseEllen-0/+1