about summary refs log tree commit diff
path: root/src/test/run-pass/consts
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-268/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-2167/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+13
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-1/+1
2019-07-06while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet.Mazdak Farrokhzad-10/+0
2019-06-19Rollup merge of #61701 - RalfJung:const-tests, r=cramertjMazdak Farrokhzad-0/+930
2019-06-18Auto merge of #61864 - lzutao:ptr-null, r=sfacklerbors-2/+2
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-2/+2
2019-06-10test more variants of enum-int-castingRalf Jung-2/+11
2019-06-09move stray run-pass const tests into const/ folderRalf Jung-0/+930
2019-06-08extra paranoid modeRalf Jung-3/+5
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-13/+14
2019-05-29Update run-pass test suite to use dynmemoryruins-4/+4
2019-05-12Auto merge of #60244 - SimonSapin:dangling, r=oli-obkbors-2/+0
2019-04-28Add test case for labeled break in const assignmentAlexey Shmalko-0/+10
2019-04-25const-stabilize NonNull::dangling and NonNull::castSimon Sapin-2/+0
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-0/+32
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-2/+0
2018-12-25Remove licensesMark Rousskov-750/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-11-08Fix some tests for wasm32-unknown-emscriptenNikita Popov-1/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-12/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+31
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+2184