| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -4/+4 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -4/+4 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -16/+16 |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-28 | Update src/test/ui/consts/const-nonzero.rs | Oliver Scherer | -1/+1 |
| 2018-12-28 | Make the getter for NonZero types into a const fn | dylan_DPC | -0/+9 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1639/+429 |
| 2018-12-23 | Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk | Mazdak Farrokhzad | -146/+75 |
| 2018-12-23 | Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwco | Mazdak Farrokhzad | -0/+49 |
| 2018-12-23 | stabilize min_const_unsafe_fn -- revert const-size_of-cycle changes | Mazdak Farrokhzad | -0/+4 |
| 2018-12-23 | stabilize min_const_unsafe_fn --bless tests. | Mazdak Farrokhzad | -16/+12 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -139/+68 |
| 2018-12-23 | Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelix | kennytm | -6/+4 |
| 2018-12-23 | Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung | kennytm | -0/+9 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -6/+4 |
| 2018-12-21 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-21 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-21 | Fix a recently introduces regression | Oliver Scherer | -0/+24 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -22/+16 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -37/+898 |
| 2018-12-18 | Explain that lack of short circuiting support in constants is temporary | Oliver Scherer | -2/+2 |
| 2018-12-18 | Properly worded diagnostic message | Oliver Scherer | -2/+2 |
| 2018-12-17 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -0/+9 |
| 2018-12-11 | Update tests | varkor | -1/+1 |
| 2018-12-11 | Fix some misbehaving tests | varkor | -3/+3 |
| 2018-12-11 | Update ub-uninhabit tests | varkor | -5/+5 |
| 2018-12-11 | Use unions for uninhabitedness checking rather than mem::transmute | varkor | -25/+17 |
| 2018-12-11 | Update const eval uninhabited messages | varkor | -5/+7 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -98/+26 |
| 2018-12-08 | Fixed nll stderr file. | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -6/+6 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -21/+21 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -36/+337 |
| 2018-12-06 | Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko... | Pietro Albini | -21/+21 |
| 2018-12-04 | Intrinsic checks are just needed for `qualify_min_const_fn` | Oliver Scherer | -0/+8 |
| 2018-12-04 | Add and update tests | Oliver Scherer | -31/+52 |
| 2018-12-04 | Emit feature gate suggestion | Oliver Scherer | -15/+15 |
| 2018-12-04 | Make sure the initialization of constrained int range newtypes is unsafe | Oliver Scherer | -0/+136 |
| 2018-12-04 | Add test for dereferencing raw pointers and immediately referencing again | Oliver Scherer | -3/+22 |
| 2018-12-04 | Allow calling `const unsafe fn` in `const fn` behind a feature gate | Oliver Scherer | -7/+124 |
| 2018-12-04 | Update tests | Oliver Scherer | -2/+3 |
| 2018-11-30 | Update existing tests with more precise error messages | varkor | -21/+21 |
| 2018-11-30 | Test float assign ops | Oliver Scherer | -0/+279 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -33/+21 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -179/+378 |
| 2018-11-30 | Add a test for single variant matches | Oliver Scherer | -2/+23 |
| 2018-11-30 | Improve the error around short circuiting and let bindings | Oliver Scherer | -0/+54 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -246/+181 |
| 2018-11-30 | Add tests for mutable borrows | Oliver Scherer | -1/+32 |