about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-14/+395
2018-08-02Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddybbors-4/+440
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-4/+1
2018-08-02When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...Felix S. Klock II-0/+32
2018-08-01Rollup merge of #52954 - cramertj:async-parse, r=petrochenkovPietro Albini-0/+23
2018-08-01Rollup merge of #52926 - alexcrichton:trim-idioms-lints, r=oli-obkPietro Albini-7/+6
2018-08-01Rollup merge of #52899 - draganmladjenovic:ui_tests64, r=alexcrichtonPietro Albini-10/+14
2018-08-01Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelixPietro Albini-0/+23
2018-08-01Rollup merge of #52809 - davidtwco:issue-49579, r=pnkfelixPietro Albini-0/+27
2018-08-01Rollup merge of #52793 - davidtwco:issue-49824, r=pnkfelixPietro Albini-0/+60
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-4/+1
2018-08-01async can begin expressionsTaylor Cramer-0/+23
2018-08-01Fix bug in test pointed out during review.Felix S. Klock II-2/+2
2018-08-01Expand long-live-borrows-in-boxes test to include simplier illustrative cases.Felix S. Klock II-5/+35
2018-08-01Test for (previously uncaught) infinite loop identified by matthewjasper.Felix S. Klock II-0/+66
2018-08-01Regression tests.Felix S. Klock II-0/+344
2018-08-01minor fallout from the change.Felix S. Klock II-4/+0
2018-08-01Added test for #49824.David Wood-0/+60
2018-08-01rustc: Trim down the `rust_2018_idioms` lint groupAlex Crichton-7/+6
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-14/+395
2018-08-01Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-...Pietro Albini-38/+75
2018-08-01Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkovPietro Albini-351/+351
2018-08-01Rollup merge of #52888 - estebank:shell-sugg, r=oli-obkPietro Albini-5/+24
2018-08-01Rollup merge of #52883 - estebank:nll-diag-mut, r=oli-obkPietro Albini-10/+10
2018-08-01Rollup merge of #52878 - mikhail-m1:master, r=kennytmPietro Albini-1/+1
2018-08-01Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelixPietro Albini-0/+9
2018-07-31Use suggestions for shell format argumentsEsteban Küber-5/+24
2018-07-31Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrumbors-8/+325
2018-07-31Allow borrow conflicts for promoted length 0 arraysMatthew Jasper-0/+23
2018-07-31NLL: On "cannot move out of type" error, print original source before rewrite.Felix S. Klock II-38/+75
2018-07-31tests/ui: Add missing mips{64} ignoresdragan.mladjenovic-10/+14
2018-07-31Update the `.nll.stderr` files under new sorted-by-span scheme.Felix S. Klock II-72/+72
2018-07-31Update tests that use `-Z borrowck=compare` or `#[feature(nll)]` to accmmodat...Felix S. Klock II-25/+25
2018-07-31Blindly update the `#[rustc_region]` tests which got touched by the NLL diagn...Felix S. Klock II-254/+254
2018-07-31add regression test for #52057Niko Matsakis-0/+35
2018-07-30Include lifetime in mutability suggestion in NLL messagesEsteban Küber-10/+10
2018-07-30Fix wrong issue number in the test nameMikhail Modin-1/+1
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-0/+38
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-132/+0
2018-07-29Sanity-check all constantsOliver Schneider-13/+549
2018-07-29resolve: Modularize crate-local `#[macro_export] macro_rules`Vadim Petrochenkov-8/+325
2018-07-29Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakisbors-46/+139
2018-07-29fix issues #51351 and #52133Mikhail Modin-46/+139
2018-07-28Don't make "fake" match variables mutableMatthew Jasper-0/+9
2018-07-28Added test for #49579.David Wood-0/+27
2018-07-28Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakisbors-0/+121
2018-07-28Auto merge of #52802 - kennytm:rollup, r=kennytmbors-0/+46
2018-07-28Rollup merge of #52740 - estebank:crate-name, r=petrochenkovkennytm-0/+34
2018-07-28Rollup merge of #52702 - csmoe:mut_diff, r=estebankkennytm-0/+12
2018-07-28Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakisbors-134/+272