about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-40/+35
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-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
2019-06-07Add `const`-ness tests for `i32::signum`Dylan MacKenzie-2/+12
2019-06-07tests: Add regression test for #61452.David Wood-0/+37
2019-06-07syntax: Treat error literals in more principled wayVadim Petrochenkov-1/+12
2019-06-07Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkorMazdak Farrokhzad-0/+12
2019-06-07Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obkMazdak Farrokhzad-18/+80
2019-06-07Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ...Mazdak Farrokhzad-47/+47
2019-06-07Stabilize Cell::from_mut and as_slice_of_cellsSimon Sapin-1/+0
2019-06-07Fix slice const generic length displayGuillaume Gomez-0/+12
2019-06-07Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obkbors-1/+341
2019-06-07Add test for deriving Debug for const genericsvarkor-0/+28
2019-06-07Add test for const generics struct constructorvarkor-0/+21
2019-06-06Add nested 'yield' expression to weird expressions testAaron Hill-0/+9
2019-06-06Bless test outputWesley Wiser-0/+12
2019-06-06Make sure constructors functions are type checked correctlyMatthew Jasper-0/+127
2019-06-06Make constructors actually be const functionsMatthew Jasper-0/+212
2019-06-06Don't run MIR passes on constructor shimsMatthew Jasper-1/+2
2019-06-06[const-prop] Handle Rvalue::LenWesley Wiser-18/+22
2019-06-06[const-prop] Handle ProjectionElem::DerefWesley Wiser-0/+21
2019-06-06[const-prop] Fix ICE when casting function pointersWesley Wiser-0/+25
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-10/+10
2019-06-06Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddybbors-0/+150
2019-06-06Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centrilbors-58/+3250
2019-06-06Reblessed tests with NLL compare mode on.Alexander Regueiro-4/+28
2019-06-05Test StorageDead statements explicitlyTyler Mandry-0/+106
2019-06-05Removed unnecessary nested-lifetime-bounds test.Alexander Regueiro-33/+0