about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-09-13enum niche allocation grows toward zero if possibleAndreas Liljeqvist-0/+39
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-13Improve error message for type mismatch in generator argumentsFabian Wolff-0/+31
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-847/+1051
2021-09-13Add negative test in macro-braces-dot-question.rs.Mara Bos-0/+2
2021-09-13Add test for primitive in "jump to definition" featureGuillaume Gomez-1/+24
2021-09-13error formatting and fix buildGus Wynn-26/+39
2021-09-13Fix debuginfo for ScalarPair abi parametersWesley Wiser-9/+10
2021-09-13Add test to show issue with ScalarPair parametersWesley Wiser-0/+100
2021-09-13Highlight the const function if error happened because of a bound on the impl...Waffle-4/+23
2021-09-13Suggest replacing an inexisting field for an unmentioned fieldHirochika Matsumoto-2/+8
2021-09-13Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors-0/+7
2021-09-12chore: convert to a multi-part suggestionMichael Howell-4/+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-12Do not issue E0071 if a type error has already been reportedFabian Wolff-0/+26
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-12Use boxed slice instead of BTreeSet.Camille GILLOT-11/+11
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-12Fix suggestion for nested struct patternsFabian Wolff-0/+60
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-1096/+2532
2021-09-11array comment + test for referencesGus Wynn-0/+71
2021-09-11skip the uninhabitated check and commentsGus Wynn-9/+27
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-1/+1
2021-09-11must_not_suspend implGus Wynn-0/+249
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-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-18/+95
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-11In suggest_missing_return_type, erase late bound regions after normalizingjackh726-0/+39