| Age | Commit message (Expand) | Author | Lines |
| 2019-12-15 | make htons const fn | Lzu Tao | -22/+11 |
| 2019-12-15 | Rollup merge of #67305 - kappa:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Rollup merge of #67300 - aloucks:issue-65970, r=rkruppe | Mazdak Farrokhzad | -1/+16 |
| 2019-12-15 | Rollup merge of #67289 - estebank:unnamed-closure, r=Centril | Mazdak Farrokhzad | -4/+57 |
| 2019-12-15 | Rollup merge of #67282 - pjw91:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Rollup merge of #67267 - alexcrichton:update-wasi-libc, r=Dylan-DPC | Mazdak Farrokhzad | -14/+21 |
| 2019-12-15 | Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton | Mazdak Farrokhzad | -24/+0 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -127/+559 |
| 2019-12-14 | Doc typo | Alex Kapranoff | -1/+1 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -4/+57 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -170/+454 |
| 2019-12-14 | update reference | Niko Matsakis | -0/+0 |
| 2019-12-14 | update clippy to the rustc-pr-67224 branch | Niko Matsakis | -13/+5 |
| 2019-12-14 | Restore original implementation of Vec::retain | Aaron Loucks | -1/+16 |
| 2019-12-14 | [WIP] fix tests after rebase | Niko Matsakis | -47/+15 |
| 2019-12-14 | add `#![feature(never_type)]` to tests as needed | Niko Matsakis | -11/+16 |
| 2019-12-14 | Add regression test for #66757 | Niko Matsakis | -0/+29 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -23/+44 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -98/+268 |
| 2019-12-14 | Revert "Redefine `core::convert::Infallible` as `!`." | Niko Matsakis | -7/+106 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -181/+717 |
| 2019-12-14 | Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, r=Amanieu | bors | -1/+31 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -135/+470 |
| 2019-12-13 | Auto merge of #67284 - Centril:rollup-ghiukob, r=Centril | bors | -217/+1039 |
| 2019-12-13 | Rollup merge of #67280 - shalzz:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-13 | Rollup merge of #67278 - Centril:67273, r=oli-obk | Mazdak Farrokhzad | -2/+63 |
| 2019-12-13 | Rollup merge of #67274 - RalfJung:uninit, r=Centril | Mazdak Farrokhzad | -1/+5 |
| 2019-12-13 | Rollup merge of #67256 - RalfJung:reduce-allocs, r=oli-obk | Mazdak Farrokhzad | -29/+22 |
| 2019-12-13 | Rollup merge of #67254 - RalfJung:vtable-ice, r=oli-obk | Mazdak Farrokhzad | -1/+12 |
| 2019-12-13 | Rollup merge of #67235 - jonas-schievink:vecdeque-leak, r=KodrAus | Mazdak Farrokhzad | -1/+47 |
| 2019-12-13 | Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril... | Mazdak Farrokhzad | -182/+889 |
| 2019-12-14 | Fix incorrect example code of OpenOptions::open | Patrick Wang | -1/+1 |
| 2019-12-13 | Correctly mark things as `min_const_fn` | Dylan MacKenzie | -4/+6 |
| 2019-12-13 | Document `Features::enabled` | ecstatic-morse | -0/+3 |
| 2019-12-13 | Use correct nightly version for feature | Dylan MacKenzie | -1/+1 |
| 2019-12-13 | Ensure test actually uses dataflow, not simulation | Dylan MacKenzie | -3/+7 |
| 2019-12-13 | Use better name for local containing required feature gates | Dylan MacKenzie | -5/+5 |
| 2019-12-13 | Replace `Index` impl with `enabled` method | Dylan MacKenzie | -8/+4 |
| 2019-12-13 | Apply suggestions from review | Dylan MacKenzie | -5/+7 |
| 2019-12-13 | Fix grammar in test description | ecstatic-morse | -1/+1 |
| 2019-12-13 | Look for "unstable feature" error code in test | Dylan MacKenzie | -1/+1 |
| 2019-12-13 | Improve comment | Dylan MacKenzie | -2/+2 |
| 2019-12-13 | Improve message when active feature indexing panics | Dylan MacKenzie | -1/+1 |
| 2019-12-13 | Bless modified tests | Dylan MacKenzie | -80/+298 |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -17/+48 |
| 2019-12-13 | Add qualif smoke tests for const loops | Dylan MacKenzie | -0/+61 |
| 2019-12-13 | Extend control flow basics tests with loops | Dylan MacKenzie | -9/+52 |
| 2019-12-13 | Restructue HIR const-checker to handle features with multiple gates | Dylan MacKenzie | -19/+69 |
| 2019-12-13 | Put MIR checks for loops behind the feature flag | Dylan MacKenzie | -1/+7 |
| 2019-12-13 | Add feature gate for `const_loop` | Dylan MacKenzie | -0/+4 |