| Age | Commit message (Expand) | Author | Lines |
| 2019-08-12 | fix cycle when looking up size and align of a static | Ralf Jung | -0/+11 |
| 2019-06-29 | Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov | Mazdak Farrokhzad | -30/+36 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -0/+48 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -0/+43 |
| 2019-06-25 | Auto merge of #62094 - oli-obk:zst_intern, r=eddyb | bors | -2/+8 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -0/+43 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -3/+3 |
| 2019-06-24 | Pacify tidy | Oliver Scherer | -2/+1 |
| 2019-06-24 | Add regression test | Oliver Scherer | -0/+6 |
| 2019-06-24 | Simplify vtable interning | Oliver Scherer | -2/+3 |
| 2019-06-24 | promoted_errors: warn -> deny. | Mazdak Farrokhzad | -30/+36 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -6/+1 |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -3/+3 |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -0/+48 |
| 2019-06-19 | Update ui test output | Oliver Scherer | -1/+1 |
| 2019-06-19 | Add and update more tests | Oliver Scherer | -1/+28 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -0/+160 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -5/+5 |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -6/+35 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -20/+42 |
| 2019-06-16 | compiletest: Remove `skip-codegen` | Vadim Petrochenkov | -4/+1 |
| 2019-06-16 | compiletest: Validate pass modes harder | Vadim Petrochenkov | -2/+0 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -20/+42 |
| 2019-06-12 | Handle index out of bound errors during const eval without panic | Esteban Küber | -0/+30 |
| 2019-06-11 | Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=Centril | Mazdak Farrokhzad | -13/+13 |
| 2019-06-10 | Stabilize underscore_const_names. | Mazdak Farrokhzad | -6/+35 |
| 2019-06-09 | Reword const fn conditional and loop error text | Chris Gregory | -13/+13 |
| 2019-06-07 | Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obk | Mazdak Farrokhzad | -0/+12 |
| 2019-06-06 | Bless test output | Wesley Wiser | -0/+12 |
| 2019-06-06 | Make constructors actually be const functions | Matthew Jasper | -0/+212 |
| 2019-06-05 | Rollup merge of #61536 - oli-obk:args_required_const_in_const_fn, r=eddyb | Mazdak Farrokhzad | -0/+26 |
| 2019-06-05 | Explain the existience of the regression test | Oliver Scherer | -2/+11 |
| 2019-06-05 | Don't allow using const fn arguments as "args_required_const" | Oliver Scherer | -0/+17 |
| 2019-06-04 | Remove unneeded feature attr from atomic integers doctests | Lzu Tao | -2/+0 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -9/+7 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -28/+28 |
| 2019-05-29 | bless you | Ralf Jung | -1/+1 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -28/+28 |
| 2019-05-28 | Make sure array length diagnostic doesn't regress | varkor | -3/+7 |
| 2019-05-28 | Correct pluralisation of tuple/array/associated type binding mismatch errors | varkor | -2/+2 |
| 2019-05-28 | Reintroduce `TypeError::FixedArraySize` | varkor | -2/+2 |
| 2019-05-28 | Use Display rather than Debug printing for const mismatch | varkor | -2/+2 |
| 2019-05-28 | Update tests after pretty printing | varkor | -2/+2 |
| 2019-05-28 | Eagerly evaluate in `super_relate_consts` | varkor | -2/+2 |
| 2019-05-25 | Update nll ui tests | Oliver Scherer | -1/+1 |
| 2019-05-25 | Update ui tests | Oliver Scherer | -1/+1 |
| 2019-05-21 | Add FAQ for NLL migration | Jethro Beekman | -0/+4 |
| 2019-05-19 | Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfackler | Mazdak Farrokhzad | -0/+21 |
| 2019-05-14 | Add ui test for const Layout::from_size_align_unchecked | Richard Wiedenhöft | -0/+21 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -12/+2 |