about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-115/+1
2021-11-07Improve error when an .rlib can't be parsedJoshua Nelson-0/+19
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-82/+175
2021-11-07Restrict tests that use needs-asm-support to non-experimentalAmanieu d'Antras-3/+6
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-79/+169
2021-11-06Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebankMatthias Krüger-0/+44
2021-11-06Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwcoMatthias Krüger-0/+40
2021-11-06Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwcoMatthias Krüger-0/+28
2021-11-06Move some tests to more reasonable directoriesCaio-115/+1
2021-11-06Suggest dereference of `Box` when inner type is expectedNoah Lev-0/+40
2021-11-06type error go brrrrrrrrEllen-0/+44
2021-11-06Auto merge of #90297 - dtolnay:dotzero, r=petrochenkovbors-0/+10
2021-11-06Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakisbors-53/+306
2021-11-05Review commentsjackh726-8/+10
2021-11-06Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakisbors-75/+224
2021-11-05Rollup merge of #90626 - rusticstuff:be-more-accepting, r=jyn514Matthias Krüger-0/+9
2021-11-05Rollup merge of #90597 - nikomatsakis:issue-90465, r=wesleywiserMatthias Krüger-69/+175
2021-11-05Rollup merge of #90569 - wesleywiser:fix_only_i686_tests, r=Mark-SimulacrumMatthias Krüger-3/+3
2021-11-05Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+9
2021-11-05Add test to confirm fnn_unsuffixed does not emit exponent notationDavid Tolnay-0/+6
2021-11-05apply suggestions from code reviewNiko Matsakis-42/+42
2021-11-05Rollup merge of #90554 - ehuss:unstable-options-cleanup, r=joshtriplettYuki Okushi-32/+27
2021-11-05Rollup merge of #90507 - TaKO8Ki:suggest-extern-crate-alloc, r=jackh726Yuki Okushi-0/+16
2021-11-04handle case of a variable not capturedNiko Matsakis-0/+95
2021-11-04rework diagnostic reporting to be more structuredNiko Matsakis-45/+56
2021-11-04Auto merge of #90536 - crlf0710:fix_vtable_hrtb, r=jackh726bors-0/+32
2021-11-04Fix tests using `only-i686` to use the correct `only-x86` directiveWesley Wiser-3/+3
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-32/+27
2021-11-04Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebankbors-0/+134
2021-11-03Add beginner friendly lifetime elision hint to E0623Nilstrieb-0/+134
2021-11-04Erase regions within `vtable_trait_first_method_offset`.Charles Lew-0/+32
2021-11-03`addr_of!` grants mutable access, maybe?Tomasz Miąsko-6/+58
2021-11-03Remove `MaybeMutBorrowedLocals`Tomasz Miąsko-58/+0
2021-11-03fix messageTakayuki Maeda-1/+1
2021-11-02Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiserMatthias Krüger-25/+0
2021-11-02Apply adjustments for field expression even if inaccessibleGary Guo-0/+28
2021-11-03add a suggestion about undeclared `alloc` moduleTakayuki Maeda-0/+16
2021-11-01Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgrbors-23/+211
2021-11-01Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbinibors-0/+231
2021-11-01Rollup merge of #90441 - tmiasko:test-promotion-needs-drop, r=Mark-SimulacrumMatthias Krüger-9/+100
2021-10-31Add lint for region pairs toojackh726-1/+9
2021-10-31Review comments and more testsjackh726-8/+108
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-14/+111
2021-10-31Test that promotion follows references when looking for dropTomasz Miąsko-9/+100
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-14/+14
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-1/+1
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-0/+231
2021-10-31Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-14/+14
2021-10-30Add #[must_use] to mem/ptr functionsJohn Kugelman-0/+1