about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-44/+44
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkovbors-32/+955
2019-06-12Auto merge of #60187 - tmandry:generator-optimization, r=eddybbors-0/+133
2019-06-11Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkorMazdak Farrokhzad-0/+60
2019-06-11Rollup merge of #61606 - petrochenkov:legclean, r=pnkfelixMazdak Farrokhzad-372/+8
2019-06-11Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakisMazdak Farrokhzad-2/+2
2019-06-11Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=CentrilMazdak Farrokhzad-13/+13
2019-06-11Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppebors-166/+433
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-166/+433
2019-06-11Auto merge of #61052 - jsgf:emit-save-analysis-notifications, r=alexcrichtonbors-0/+8
2019-06-10Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkovbors-7/+19
2019-06-10Add test suiteTyler Mandry-0/+133
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-5/+3
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-0/+5
2019-06-10syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator`Vadim Petrochenkov-367/+0
2019-06-10Emit artifact notifications for save-analysis outputJeremy Fitzhardinge-0/+8
2019-06-10typeck: Fix const generic in repeat param ICE.David Wood-0/+60
2019-06-10Don't suggest using \r in raw stringsIgor Matuszewski-4/+4
2019-06-10Rollup merge of #61570 - varkor:infer-const-arg, r=eddybMazdak Farrokhzad-0/+49
2019-06-10Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centrilbors-0/+9
2019-06-09Reword const fn conditional and loop error textChris Gregory-13/+13
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-40/+35
2019-06-09Add test for raw byte CRLF translationIgor Matuszewski-0/+3
2019-06-09Allow attributes in formal function parametersCaio-32/+955
2019-06-09Fix typo in comment.Mazdak Farrokhzad-1/+1
2019-06-09Fix inaccurate comments in '?' Kleene operator tests.Mazdak Farrokhzad-51/+87
2019-06-09Update tests since ? macro op is supported on 2015.Mazdak Farrokhzad-87/+185
2019-06-09Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obkMazdak Farrokhzad-2/+2
2019-06-09Rollup merge of #61666 - JohnTitor:add-test-for-ice, r=CentrilMazdak Farrokhzad-0/+22
2019-06-09Rollup merge of #61660 - petrochenkov:nocusta, r=CentrilMazdak Farrokhzad-695/+631
2019-06-09Rollup merge of #61658 - RalfJung:const-tests, r=oli-obkMazdak Farrokhzad-72/+59
2019-06-09Address review commentsVadim Petrochenkov-9/+7
2019-06-08Prohibit bare CRs in raw byte stringsIgor Matuszewski-4/+13
2019-06-08Validate and transcribe raw strings via unescape moduleIgor Matuszewski-4/+4
2019-06-08Move some run-pass attribute tests to uiVadim Petrochenkov-8/+10
2019-06-08Remove some more `#![feature(custom_attribute)]`sVadim Petrochenkov-57/+85
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-476/+448
2019-06-08Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...Vadim Petrochenkov-61/+2
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-9/+4
2019-06-08extra paranoid modeRalf Jung-3/+5
2019-06-09Add test for ICEYuki Okushi-0/+22
2019-06-08syntax: Keep full `Token`s for `macro_rules` separatorsVadim Petrochenkov-2/+2
2019-06-08black-box the fn ptr, not the resultRalf Jung-3/+3
2019-06-08remove useless ident() functions in const tests and replace the useful ones b...Ralf Jung-72/+57
2019-06-08Auto merge of #61620 - SimonSapin:as_cell, r=RalfJungbors-1/+0
2019-06-08Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obkbors-2/+12
2019-06-08Rollup merge of #61627 - davidtwco:ice-async-fn-lint, r=alexcrichtonMazdak Farrokhzad-0/+37
2019-06-08Rollup merge of #61615 - petrochenkov:errlit, r=matkladMazdak Farrokhzad-1/+12