| Age | Commit message (Expand) | Author | Lines |
| 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 | [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 #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-13 | docs: std::convert::From: Fix typo | Shaleen Jain | -1/+1 |
| 2019-12-13 | Auto merge of #62359 - euclio:remove-serialize, r=Dylan-DPC | bors | -69/+123 |
| 2019-12-13 | coerce_inner: use initial expected_ty | Mazdak Farrokhzad | -2/+63 |
| 2019-12-13 | be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu... | Ralf Jung | -1/+5 |
| 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 | replace serialize with serde in rustdoc | Andy Russell | -69/+123 |
| 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 | avoid more intermediate allocations in validation errors | Ralf Jung | -23/+16 |
| 2019-12-12 | validation: avoid some intermediate allocations | Ralf Jung | -6/+6 |
| 2019-12-12 | Auto merge of #66886 - mark-i-m:simplify-borrow_check-2, r=matthewjasper | bors | -148/+182 |
| 2019-12-12 | dont ICE in case of invalid drop fn | Ralf Jung | -1/+12 |
| 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 |