about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-0/+22
2021-09-19Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f...Yuki Okushi-18/+18
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-37/+83
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-0/+36
2021-09-16Add a separate error for `dyn Trait` in `const fn`Waffle-18/+18
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-37/+83
2021-09-15Move some tests to more reasonable directoriesCaio-0/+36
2021-09-15Move tests to library/core/testsAlbin Hedman-20/+0
2021-09-15Add test for try operator with OptionAlbin Hedman-2/+9
2021-09-15Add test for try operator on ResultAlbin Hedman-0/+16
2021-09-15Add tests for feature(const_identity_convert)Albin Hedman-0/+20
2021-09-13Highlight the const function if error happened because of a bound on the impl...Waffle-4/+23
2021-09-06Add a regression test for https://github.com/rust-lang/rust/issues/88649hyd-dev-0/+18
2021-09-03Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obkbors-16/+12
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-16/+12
2021-09-01Stop sorting bodies by span.Camille GILLOT-14/+14
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-4/+4
2021-08-27Fix more testsDeadbeef-1/+1
2021-08-27Introduce `~const`Deadbeef-11/+2
2021-08-26Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwcoManish Goregaokar-4/+4
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-4/+4
2021-08-24Morph `layout_raw` query into `layout_of`.Eduard-Mihai Burtescu-0/+2
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-8/+1
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-1/+8
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-10/+9
2021-08-14Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obkbors-8/+1
2021-08-14Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obkbors-2/+4
2021-08-14Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkovbors-0/+17
2021-08-13Fix testsDeadbeef-2/+4
2021-08-11Modify structured suggestion outputEsteban Küber-6/+6
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-0/+17
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-8/+1
2021-08-04Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakisbors-11/+9
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-16/+16
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-11/+9
2021-08-02Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obkbors-0/+35
2021-07-31add a testRalf Jung-0/+35
2021-07-29Update testsJonas Schievink-8/+22
2021-07-29Add `const_for` testJonas Schievink-0/+25
2021-07-29Add feature gates for `for` and `?` in constsJonas Schievink-0/+78
2021-07-29Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitorbors-10/+2
2021-07-28Add test for const panic in Rust 2021.Mara Bos-0/+94
2021-07-28Add #[track_caller] for some function in core::mem.Mara Bos-10/+2
2021-07-27Update testsJacob Pratt-88/+40
2021-07-18miri: better ptr-out-of-bounds errorsRalf Jung-10/+25
2021-07-17Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obkbors-207/+189
2021-07-16Mark `const_trait_impl` as activeDeadbeef-2/+0
2021-07-15tweak pointer out-of-bounds error messageRalf Jung-19/+20
2021-07-14more precise message for the ptr access check on derefRalf Jung-3/+3