summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-18Rework the equivalent test to work with sidebar-items.jsLoïc BRANSTETT-3/+3
2021-10-18Add equivalent test in src/test/rustdocLoïc BRANSTETT-0/+14
2021-10-18Add regression test for #89852Loïc BRANSTETT-0/+17
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-8/+114
2021-10-14Add regression test for ice 89574Gary Guo-10/+41
2021-10-14Add tests for panic and [debug_]assert in Rust 2021.Mara Bos-0/+125
2021-10-13Add regression testGary Guo-0/+40
2021-10-13Turn tcx.vtable_allocation() into a query.Michael Woerister-1/+15
2021-10-13Remove untracked vtable-const-allocation cache from tcxMichael Woerister-0/+27
2021-10-13Fix unsound optimization with explicit variant discriminantsFabian Wolff-0/+18
2021-10-13Fix testRoxane-9/+5
2021-10-132229: Consume IfLet exprRoxane-0/+40
2021-10-04Bless src/test/rustdoc-ui/doctest-edition.stderrEric Huss-1/+1
2021-10-04Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-0/+38
2021-10-04Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakisJubilee-0/+413
2021-10-04Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-527/+240
2021-10-04Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-0/+1
2021-10-04Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-0/+34
2021-10-04Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obkbors-0/+16
2021-09-16Disable debuginfo test on Windows that fails in new cdb version.Eric Huss-0/+2
2021-09-16regression test for issue #88583.Felix S. Klock II-0/+15
2021-09-16Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-138/+0
2021-09-16Revert "Add test for restriction of anonymous types on validation"Felix S. Klock II-227/+0
2021-09-16Revert "Add test for pretty printing anonymous types"Felix S. Klock II-24/+0
2021-09-16Add a regression test for https://github.com/rust-lang/rust/issues/88649hyd-dev-0/+18
2021-09-16Change scope of temporaries in match guardsMatthew Jasper-19/+20
2021-09-14Fix 2021 `dyn` suggestion that used code as labelNoah Lev-0/+21
2021-09-14fix ICE on hidden tuple variant fieldsEmil Gardström-0/+34
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+12
2021-09-092229: Don't move out of drop typeAman Arora-0/+206
2021-09-04Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiserbors-0/+11
2021-09-03Auto merge of #88482 - athei:add-import-test, r=the8472bors-0/+30
2021-09-03Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obkbors-447/+401
2021-09-03Update coverage testsMatthew Jasper-5/+5
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-128/+128
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+11
2021-09-03Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011bors-0/+25
2021-09-03Auto merge of #88386 - estebank:unmatched-delims, r=jackh726bors-64/+64
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-0/+18
2021-09-02Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726bors-32/+33
2021-09-02Bless ast-json tests.Camille GILLOT-2/+2
2021-09-02Rollup merge of #88592 - b-naber:region_substs, r=oli-obkMara Bos-0/+26
2021-09-02Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomezMara Bos-0/+32
2021-09-02Rollup merge of #88565 - lqd:issue-83190, r=spastorinoMara Bos-0/+49
2021-09-02Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es...Mara Bos-0/+86
2021-09-02Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebankMara Bos-82/+31
2021-09-02Report cycle error using 'deepest' obligation in the cycleAaron Hill-19/+38
2021-09-02Preserve most sub-obligations in the projection cacheAaron Hill-33/+15
2021-09-02add testb-naber-0/+26
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-0/+25