about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-11Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelixbors-0/+100
2019-03-11Auto merge of #58784 - oli-obk:accidental_promotion, r=eddybbors-0/+18
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-0/+100
2019-03-10Auto merge of #56732 - Zoxc:rustc-interface, r=oli-obkbors-122/+61
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-122/+61
2019-03-10Auto merge of #58498 - euclio:e0432-suggestions, r=estebankbors-48/+96
2019-03-09Rollup merge of #58762 - petrochenkov:unwind, r=Mark-SimulacrumMazdak Farrokhzad-0/+51
2019-03-09Rollup merge of #58750 - TimDiekmann:master, r=oli-obkMazdak Farrokhzad-0/+131
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-22/+127
2019-03-09Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichtonMazdak Farrokhzad-0/+35
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-0/+222
2019-03-09use structured suggestions for E0432Andy Russell-48/+96
2019-03-09Auto merge of #57882 - euclio:unused-doc-attributes, r=estebankbors-22/+113
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-8/+309
2019-03-08Auto merge of #58985 - dlrobertson:fix_58980, r=alexregbors-0/+19
2019-03-08expand unused doc comment diagnosticAndy Russell-29/+100
2019-03-08improve unused doc comment diagnostic reportingAndy Russell-6/+26
2019-03-08Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxcbors-3/+3
2019-03-08Rollup merge of #59007 - varkor:invalid-const-arg-test, r=petrochenkovPietro Albini-0/+12
2019-03-08Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obkPietro Albini-1/+1
2019-03-08Rollup merge of #58970 - pnkfelix:issue-58158-size-of-assoc-type-ice, r=petro...Pietro Albini-0/+40
2019-03-08Rollup merge of #58961 - estebank:issue-58462, r=varkorPietro Albini-4/+4
2019-03-08Rollup merge of #58931 - estebank:elide-receiver-tyerr, r=varkorPietro Albini-0/+30
2019-03-08Rollup merge of #58921 - cuviper:issue-50582, r=varkorPietro Albini-0/+15
2019-03-08Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkovPietro Albini-0/+28
2019-03-08Rollup merge of #58912 - pnkfelix:issue-58813-incr-comp-regress-test, r=petro...Pietro Albini-0/+14
2019-03-08Rollup merge of #58911 - pnkfelix:issue-58435-regression-test, r=alexcrichtonPietro Albini-0/+17
2019-03-08Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=ZoxcPietro Albini-0/+27
2019-03-08Rollup merge of #58883 - estebank:unused-closure-arg, r=varkorPietro Albini-0/+40
2019-03-08Rollup merge of #58877 - estebank:macro-borrow, r=davidtwcoPietro Albini-3/+45
2019-03-08Rollup merge of #58861 - estebank:fix-negative-traits, r=petrochenkovPietro Albini-0/+15
2019-03-08Rollup merge of #58369 - nox:sync-hash-map-entry, r=AmanieuPietro Albini-0/+1
2019-03-08Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavisPietro Albini-0/+20
2019-03-08Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkovbors-33/+130
2019-03-08Auto merge of #58013 - Zoxc:stable-hash-macro-simple, r=oli-obkbors-0/+63
2019-03-07Add a test for invalid const argumentsvarkor-0/+12
2019-03-07update treat-err-as-bug testEsteban Küber-1/+1
2019-03-07Fix segfaults in release build C-variadic fnsDan Robertson-0/+19
2019-03-07HirIdification: replace NodeId method callsljedrz-3/+3
2019-03-06Add regression test for #58886Esteban Küber-0/+53
2019-03-06Collect unclosed delimiters in parent parserEsteban Küber-31/+32
2019-03-06Emit missing unclosed delimiter errorsEsteban Küber-40/+37
2019-03-06Reduce test caseEsteban Küber-18/+4
2019-03-06Emit unclosed delimiters during recoveryEsteban Küber-1/+13
2019-03-06Bail when encountering a second unexpected token in the same spanEsteban Küber-74/+15
2019-03-06Do not panic on missing close parenEsteban Küber-0/+107
2019-03-06Surround found token with `Esteban Küber-2/+2
2019-03-06rust-lldb: fix crash when printing empty stringAndy Russell-0/+35
2019-03-06Regression test for issue #58158.Felix S. Klock II-0/+40
2019-03-06Regression test for #58813Felix S. Klock II-0/+14