| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-13 | Get active features dynamically by their `Symbol` | Dylan MacKenzie | -0/+12 |
| 2019-12-13 | Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichton | bors | -479/+251 |
| 2019-12-13 | Auto merge of #66405 - nnethercote:tweak-ObligForest-NodeStates, r=nikomatsakis | bors | -129/+153 |
| 2019-12-13 | Auto merge of #67271 - Centril:rollup-i71iqkv, r=Centril | bors | -67/+287 |
| 2019-12-13 | Rollup merge of #67269 - Centril:recover-lt-deref-pat, r=estebank | Mazdak Farrokhzad | -9/+55 |
| 2019-12-13 | Rollup merge of #67251 - oli-obk:stability_sieve, r=Centril | Mazdak Farrokhzad | -32/+37 |
| 2019-12-13 | Rollup merge of #67250 - nnethercote:rm-DelimSpan-from-NamedMatch-MatchedSeq,... | Mazdak Farrokhzad | -20/+11 |
| 2019-12-13 | Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebank | Mazdak Farrokhzad | -4/+46 |
| 2019-12-13 | Rollup merge of #67243 - jonas-schievink:linkedlist-drop, r=KodrAus | Mazdak Farrokhzad | -1/+122 |
| 2019-12-13 | Rollup merge of #66341 - crgl:vec-deque-extend, r=Amanieu | Mazdak Farrokhzad | -1/+16 |
| 2019-12-13 | parser: recover on `&'lifetime mut $pat`. | Mazdak Farrokhzad | -9/+55 |
| 2019-12-13 | Avoid re-processing nodes in `find_cycles_from_node`. | Nicholas Nethercote | -4/+8 |
| 2019-12-13 | Remove an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2019-12-13 | Remove some `debug!` statements. | Nicholas Nethercote | -19/+1 |
| 2019-12-13 | Move functions around. | Nicholas Nethercote | -59/+59 |
| 2019-12-13 | Remove `NodeState::{Waiting,Done}`. | Nicholas Nethercote | -87/+126 |
| 2019-12-12 | Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichton | bors | -11/+17 |
| 2019-12-12 | Fix weird implicit dependency between rustllvm and rustc_codegen_llvm | Aaron Hill | -17/+26 |
| 2019-12-12 | Auto merge of #66886 - mark-i-m:simplify-borrow_check-2, r=matthewjasper | bors | -148/+182 |
| 2019-12-12 | Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikoma... | bors | -28/+36 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -32/+37 |
| 2019-12-12 | Remove the `DelimSpan` from `NamedMatch::MatchedSeq`. | Nicholas Nethercote | -20/+11 |
| 2019-12-11 | fix imports after rebase | Mark Mansi | -3/+2 |
| 2019-12-11 | more private | Mark Mansi | -19/+18 |
| 2019-12-11 | fix imports | Mark Mansi | -21/+0 |
| 2019-12-11 | tidy | Mark Mansi | -1/+0 |
| 2019-12-11 | fix imports | Mark Mansi | -129/+187 |
| 2019-12-11 | get rid of nll submod | Mark Mansi | -0/+0 |
| 2019-12-12 | Don't suggest wrong snippet in closure | Yuki Okushi | -4/+46 |
| 2019-12-12 | Auto merge of #67246 - JohnTitor:rollup-nfa7skn, r=JohnTitor | bors | -100/+220 |
| 2019-12-12 | Rollup merge of #67239 - llogiq:tiny-list-iterative-remove, r=Mark-Simulacrum | Yuki Okushi | -24/+16 |
| 2019-12-12 | Rollup merge of #67238 - llogiq:moo-and-improved, r=Dylan-DPC | Yuki Okushi | -13/+8 |