| Age | Commit message (Expand) | Author | Lines |
| 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 | -476/+229 |
| 2019-12-13 | Auto merge of #66405 - nnethercote:tweak-ObligForest-NodeStates, r=nikomatsakis | bors | -129/+153 |
| 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/+25 |
| 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 |
| 2019-12-12 | Rollup merge of #67237 - llogiq:improve-str, r=Dylan-DPC | Yuki Okushi | -16/+6 |
| 2019-12-12 | Rollup merge of #67236 - petrochenkov:docerr2, r=matthewjasper | Yuki Okushi | -12/+46 |
| 2019-12-12 | Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC | Yuki Okushi | -2/+0 |
| 2019-12-12 | Rollup merge of #67215 - nnethercote:fix-Zprint-type-size-zero-sized-fields, ... | Yuki Okushi | -3/+68 |
| 2019-12-12 | Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebank | Yuki Okushi | -30/+23 |
| 2019-12-12 | Rollup merge of #62514 - stephaneyfx:box-ffi, r=nikomatsakis | Yuki Okushi | -0/+53 |
| 2019-12-12 | LinkedList: drop remaining items when drop panics | Jonas Schievink | -1/+122 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -631/+1131 |
| 2019-12-11 | Make TinyList::remove iterate instead of recurse | Andre Bogus | -24/+16 |
| 2019-12-11 | Small Cow improvements | Andre Bogus | -13/+8 |
| 2019-12-11 | Some small readability improvements | Andre Bogus | -16/+6 |
| 2019-12-11 | Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen... | bors | -147/+502 |
| 2019-12-11 | resolve: Always resolve visibilities on impl items | Vadim Petrochenkov | -12/+46 |
| 2019-12-11 | erase regions instead of using `builtin_deref` | Nicholas Matsakis | -7/+18 |
| 2019-12-12 | Remove irelevant comment on `register_dtor` | chansuke | -2/+0 |
| 2019-12-11 | clarify that `Box<T>` should only be used when defined *in Rust* | Nicholas Matsakis | -7/+16 |
| 2019-12-11 | Add comment explaining original `maybe_install_llvm_dylib` call | Aaron Hill | -0/+3 |
| 2019-12-11 | Remove unused import | Aaron Hill | -1/+0 |
| 2019-12-11 | Fix missing libLLVM.so in stage0 sysroot. | Aaron Hill | -0/+38 |