| Age | Commit message (Expand) | Author | Lines |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -38/+38 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Make sure we keep emitting a hard error | Oliver Scherer | -13/+1 |
| 2020-09-23 | Make sure we report a future incompat error in all cases | Oliver Scherer | -3/+3 |
| 2020-09-23 | Make sure we don't hide errors just because a lint has been emitted | Oliver Scherer | -15/+8 |
| 2020-09-23 | Deduplicate errors in const to pat conversion | Oliver Scherer | -113/+15 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -13/+7 |
| 2020-09-23 | revert const_type_id stabilization | Ashley Mannix | -4/+7 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -122/+142 |
| 2020-09-21 | Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obk | ecstatic-morse | -6/+63 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -13/+7 |
| 2020-09-20 | Move const tests for `Option` to `library\core` | Christiaan Dirkx | -12/+0 |
| 2020-09-20 | Stabilize some Option methods as const | CDirkx | -2/+0 |
| 2020-09-20 | Use precise errors during const to pat conversion instead of a catch-all on t... | Oliver Scherer | -48/+47 |
| 2020-09-20 | Implement destructuring for all aggregates and for references | Oliver Scherer | -24/+2 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -66/+45 |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -14/+54 |
| 2020-09-19 | Rollup merge of #76434 - RalfJung:black-box, r=Mark-Simulacrum | Ralf Jung | -18/+13 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -2/+2 |
| 2020-09-19 | Address review comments | Oliver Scherer | -16/+16 |
| 2020-09-19 | Fix rebase fallout and make the test work with debug info | Oliver Scherer | -3/+3 |
| 2020-09-19 | We can make const eval sound, it's just super expensive | Oliver Scherer | -7/+3 |
| 2020-09-19 | Clarify a statement in UB test | Oliver Scherer | -1/+3 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -22/+14 |
| 2020-09-19 | Validate constants during `const_eval_raw` | Oliver Scherer | -28/+17 |
| 2020-09-16 | Test that `const_precise_live_drops` can't be depended upon stably | Dylan MacKenzie | -0/+57 |
| 2020-09-16 | Bless `miri-unleashed` tests | Dylan MacKenzie | -6/+6 |
| 2020-09-12 | Make all methods of `Duration` const | Christiaan Dirkx | -67/+0 |
| 2020-09-12 | Rollup merge of #76114 - marmeladema:duration-saturating-ops, r=shepmaster | Ralf Jung | -16/+26 |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -0/+50 |
| 2020-09-08 | Add saturating methods for `Duration` | marmeladema | -16/+26 |
| 2020-09-07 | add missing feature flag | Ralf Jung | -0/+1 |
| 2020-09-07 | Separate feature flags | Ralf Jung | -1/+2 |
| 2020-09-07 | use black_box instead of local optimziation barriers in const tests where pos... | Ralf Jung | -19/+12 |
| 2020-09-07 | Rollup merge of #76305 - CDirkx:const-tests, r=matklad | Dylan DPC | -46/+0 |
| 2020-09-07 | Rollup merge of #76299 - CDirkx:ip-tests, r=matklad | Dylan DPC | -111/+0 |
| 2020-09-06 | add compile-fail test for &mut promotion | Ralf Jung | -1/+34 |
| 2020-09-06 | do not premote non-ZST mutable references ever | Ralf Jung | -0/+17 |
| 2020-09-04 | Move various ui const tests to `library` | Christiaan Dirkx | -46/+0 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -67/+64 |
| 2020-09-03 | Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library` | Christiaan Dirkx | -111/+0 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -0/+58 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -67/+64 |
| 2020-09-01 | Make all remaining methods of `std::net::Ipv4Addr` const | Christiaan Dirkx | -1/+18 |
| 2020-09-01 | Add test for `Ipv4Addr` methods in a const context | Christiaan Dirkx | -0/+41 |
| 2020-09-01 | Add trailing newline to `ipv6.rs` | CDirkx | -1/+1 |
| 2020-09-01 | Add test for `Ipv6Addr` methods in a const context | CDirkx | -0/+53 |
| 2020-08-31 | Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJung | Tyler Mandry | -15/+0 |
| 2020-08-31 | Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morse | Tyler Mandry | -0/+15 |
| 2020-09-01 | Add a test for const | CDirkx | -0/+15 |