about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-08-02bless all the thingsRalf Jung-4/+4
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-1/+0
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-20/+25
2019-07-29Add a test for std::any::type_name() as a const fnTankhouseAle-0/+29
2019-07-28fix testsRalf Jung-15/+21
2019-07-27Auto merge of #63029 - petrochenkov:rpass, r=Centrilbors-0/+2430
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+263
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+2167
2019-07-27Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJungMazdak Farrokhzad-0/+11
2019-07-25Rollup merge of #62930 - iluuu1994:test-for-51559, r=oli-obkMazdak Farrokhzad-0/+18
2019-07-25Don't access a static just for its size and alignmentOliver Scherer-0/+11
2019-07-24Add test for #51559Ilija Tovilo-0/+18
2019-07-22Bless output of test consts/promote_const_let.rs for Poloniuslqd-0/+29
2019-07-18Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddybbors-0/+426
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-19/+19
2019-07-14miri validation: better error messages for dangling referencesRalf Jung-3/+3
2019-07-11rustc_mir: follow FalseUnwind's real_target edge in qualify_consts.Eduard-Mihai Burtescu-23/+48
2019-07-10Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelixMazdak Farrokhzad-10/+32
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-12/+12
2019-07-07tests: Add tests that use const fns.David Wood-0/+39
2019-07-07tests: Update and add tests for RFC 2203.David Wood-32/+96
2019-07-07rustc_mir: Re-use `report_selection_error`.David Wood-12/+22
2019-07-07syntax: Add feature gate.David Wood-3/+4
2019-07-07rustc/rustc_mir: Implement RFC 2203.David Wood-0/+312
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-97/+97
2019-07-06Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasperbors-35/+54
2019-07-06--bless --compare-mode=nllMazdak Farrokhzad-17/+17
2019-07-06while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet.Mazdak Farrokhzad-0/+18
2019-07-06min_const_fn: change error message due to changed desugaring.Mazdak Farrokhzad-18/+19
2019-07-06Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavisMazdak Farrokhzad-37/+88
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-4/+4
2019-07-04improve validity error range printing for singleton rangesRalf Jung-2/+2
2019-07-04turns out that dangling pointer branch is dead code; remove it and improve th...Ralf Jung-37/+88
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-46/+46
2019-07-02rustc_mir: treat DropAndReplace as Drop + Assign in qualify_consts.Eduard-Mihai Burtescu-10/+32
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-4/+4
2019-06-29Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkovMazdak Farrokhzad-30/+36
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-0/+48
2019-06-25Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obkMazdak Farrokhzad-0/+43
2019-06-25Auto merge of #62094 - oli-obk:zst_intern, r=eddybbors-2/+8
2019-06-25Fix an ICE with uninhabited constsvarkor-0/+43
2019-06-24Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obkbors-3/+3
2019-06-24Pacify tidyOliver Scherer-2/+1
2019-06-24Add regression testOliver Scherer-0/+6
2019-06-24Simplify vtable interningOliver Scherer-2/+3
2019-06-24promoted_errors: warn -> deny.Mazdak Farrokhzad-30/+36
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-6/+1
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-3/+3
2019-06-22Count all errors for `track_errors`Matthew Jasper-0/+48
2019-06-19Update ui test outputOliver Scherer-1/+1