| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-04 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -4/+6 | |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -0/+5 | |
| Add forever unstable attribute to allow specifying arbitrary scalar ranges r? @eddyb for the first commit and @nikomatsakis for the second one | ||||
| 2018-09-14 | Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obk | kennytm | -0/+55 | |
| Add a test that tries to modify static memory at compile-time Attempt to fix #53818 cc @oli-obk | ||||
| 2018-09-12 | Add a test that tries to modify static memory at compile-time | Andrew Xu | -0/+55 | |
| 2018-09-11 | Use assertion-like static assertions | Oliver Schneider | -1/+1 | |
| 2018-09-11 | Fix const eval of ZST index operations to make the static assertion work | Oliver Schneider | -0/+5 | |
| 2018-09-10 | WIP remove incorrect nll.stderr reference files | Niko Matsakis | -56/+0 | |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -1/+22 | |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -7/+6 | |
| 2018-09-03 | Add regression test for #52475 | Bruno Dutra | -0/+67 | |
| 2018-09-03 | Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obk | bors | -52/+343 | |
| Added pointer checking to sanity checks r? @oli-obk | ||||
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -2/+2 | |
| Implement the `min_const_fn` feature gate cc @RalfJung @eddyb r? @Centril implements the feature gate for #53555 I added a hack so the `const_fn` feature gate also enables the `min_const_fn` feature gate. This ensures that nightly users of `const_fn` don't have to touch their code at all. The `min_const_fn` checks are run first, and if they succeeded, the `const_fn` checks are run additionally to ensure we didn't miss anything. | ||||
| 2018-08-31 | Added pointer checking to sanity checks | thedarkula | -52/+343 | |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -1/+92 | |
| Fix promotion stability hole in old borrowck r? @nikomatsakis I screwed up the promotion stability checks. Big time. They were basically nonexistant. We had tests for it. I also screwed up said tests. This is in stable already :( Basically stability checks of promotion only worked if you tried to use a const fn defined in the same crate. cc @eddyb | ||||
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -2/+2 | |
| 2018-08-30 | Auto merge of #53535 - TheDarkula:master, r=oli-obk | bors | -0/+62 | |
| Made std::intrinsics::transmute() const fn. r? @oli-obk tracking issue: #53605 | ||||
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+62 | |
| 2018-08-30 | Auto merge of #53757 - oli-obk:validation, r=RalfJung | bors | -0/+21 | |
| Use partial but correct vtable layout r? @RalfJung who suggested to also do this change for nightly, not just beta | ||||
| 2018-08-28 | address nits | Ralf Jung | -3/+3 | |
| 2018-08-28 | Use partial but correct vtable layout | Oliver Schneider | -0/+21 | |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -3/+3 | |
| 2018-08-25 | Satisfy tidy | Oliver Schneider | -1/+1 | |
| 2018-08-25 | Check cross crate stability of const fn | Oliver Schneider | -1/+92 | |
| 2018-08-23 | fix new ui test | Jorge Aparicio | -2/+2 | |
| 2018-08-22 | Reexpose stability hole in the presence of feature gates | Oliver Schneider | -0/+230 | |
| 2018-08-22 | optimize sanity check path printing | Ralf Jung | -39/+77 | |
| During the sanity check, we keep track of the path we are below in a `Vec`. We avoid cloning that `Vec` unless we hit a pointer indirection. The `String` representation is only computed when validation actually fails. | ||||
| 2018-08-22 | fix UI tests | Ralf Jung | -1/+1 | |
| 2018-08-20 | Moved issue-53157.rs into src/test/ui/consts/const-eval/ | thedarkula | -0/+23 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+3033 | |
