about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-05-19Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfacklerMazdak Farrokhzad-0/+21
2019-05-14Add ui test for const Layout::from_size_align_uncheckedRichard Wiedenhöft-0/+21
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-12/+2
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+390
2019-05-07compiletest: only use `make_exe_name` for tests that end up being executed.Eduard-Mihai Burtescu-2/+0
2019-05-02Fix failing testWesley Wiser-0/+1
2019-05-02Remove the `self.mir` field from `ConstPropagator`Wesley Wiser-3/+9
2019-04-23Stabilize futures_apiTaylor Cramer-1/+2
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+62
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-3/+1
2019-04-23Update ui testsvarkor-1/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-69/+176
2019-04-22Fix ICE related to #53708Esteban Küber-13/+21
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-65/+164
2019-04-22Update ui testsvarkor-2/+2
2019-04-22Remove double trailing newlinesvarkor-9/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1152/+349
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-23/+21
2019-04-17Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obkMazdak Farrokhzad-18/+19
2019-04-16Fix testsYuki OKUSHI-18/+19
2019-04-11Reword tracking issue noteEsteban Küber-12/+12
2019-04-10Tweak unstable diagnostic outputEsteban Küber-14/+27
2019-04-07Only run SIMD tests on x86Oliver Scherer-3/+9
2019-04-07Add more regression tests for accidental promotionOliver Scherer-0/+37
2019-04-07Function arguments should never get promotedOliver Scherer-0/+18
2019-04-03Improve wordingYuki OKUSHI-17/+17
2019-03-23Deduplicate const eval error spans for better outputEsteban Küber-28/+12
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-296/+336
2019-03-16Rollup merge of #59139 - oli-obk:unions_are_a_good_thing, r=RalfJungkennytm-0/+11
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-4/+4
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-1/+1
2019-03-12Unregress using scalar unions in constants.Oliver Scherer-0/+11
2019-03-11Update NLL testsVadim Petrochenkov-51/+51
2019-03-11Update testsVadim Petrochenkov-163/+163
2019-03-11Auto merge of #58784 - oli-obk:accidental_promotion, r=eddybbors-0/+18
2019-03-09Rollup merge of #58750 - TimDiekmann:master, r=oli-obkMazdak Farrokhzad-0/+99
2019-03-03Add .nll.stderr outputTim-0/+39
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-0/+2
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-0/+60
2019-02-27Don't promote function calls to nonpromotable thingsOliver Scherer-0/+18
2019-02-23Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasperMazdak Farrokhzad-6/+8
2019-02-22#58658 bless after line split for tidyPatrick McCarter-5/+5
2019-02-22tidy line length override #58617Patrick McCarter-0/+1
2019-02-22Change byte align message wording #58617Patrick McCarter-2/+2
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-5/+6
2019-02-22Switch from error patterns to `//~ ERROR` markers.Felix S. Klock II-8/+11
2019-02-17Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_result, ...kennytm-0/+8
2019-02-15compile-pass test for #53606Saleem Jaffer-0/+8
2019-02-14Add updated NLL testsvarkor-37/+108