| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Doc typo | Alex Kapranoff | -1/+1 |
| 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-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 | The constness of 128 bit atomics will be stabilized together with the atomics | Oliver Scherer | -2/+2 |
| 2019-12-13 | be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu... | Ralf Jung | -1/+5 |
| 2019-12-13 | Address review comments | Oliver Scherer | -66/+1 |
| 2019-12-13 | Consistently name `min_const_fn` | Oliver Scherer | -2/+2 |
| 2019-12-13 | Change the const stab default for internal const fns | Oliver Scherer | -4/+7 |
| 2019-12-13 | Fix rustdoc test | Oliver Scherer | -2/+4 |
| 2019-12-13 | Elaborate internal const fn comment | Oliver Scherer | -1/+3 |
| 2019-12-13 | Compiler internal error codes need no documentation | Oliver Scherer | -0/+3 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -155/+754 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -27/+19 |
| 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 |