| Age | Commit message (Expand) | Author | Lines |
| 2019-02-06 | Rollup merge of #58141 - lukaslueg:patch-1, r=steveklabnik | kennytm | -2/+1 |
| 2019-02-06 | Rollup merge of #58139 - ljedrz:HirIdification_phase_2.5, r=Zoxc | kennytm | -0/+60 |
| 2019-02-06 | Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebank | kennytm | -1/+16 |
| 2019-02-06 | Rollup merge of #58128 - taiki-e:libunwind-2018, r=Centril | kennytm | -7/+8 |
| 2019-02-06 | Rollup merge of #58117 - h-michael:rustdoc-theme-2018, r=Centril | kennytm | -0/+3 |
| 2019-02-06 | Rollup merge of #58116 - topecongiro:wrong-span-assignment, r=petrochenkov | kennytm | -0/+8 |
| 2019-02-06 | Rollup merge of #58114 - h-michael:tidy-unstable-book-gen-2018, r=Centril | kennytm | -2/+5 |
| 2019-02-06 | Rollup merge of #58113 - h-michael:build-manifest-2018, r=alexcrichton | kennytm | -5/+7 |
| 2019-02-06 | Rollup merge of #58112 - Centril:libpanic_abort-2018, r=oli-obk | kennytm | -2/+3 |
| 2019-02-06 | Rollup merge of #58109 - Centril:librustc_privacy-2018, r=oli-obk | kennytm | -8/+6 |
| 2019-02-06 | Rollup merge of #58108 - denzp:nvptx-manifest, r=alexcrichton | kennytm | -0/+1 |
| 2019-02-06 | Rollup merge of #58107 - Centril:libgraphviz-2018, r=oli-obk | kennytm | -5/+7 |
| 2019-02-06 | Rollup merge of #58106 - Centril:libfmt_macros-2018, r=oli-obk | kennytm | -6/+8 |
| 2019-02-06 | Rollup merge of #58097 - h-michael:remote-test-2018, r=alexcrichton | kennytm | -0/+2 |
| 2019-02-06 | Rollup merge of #58096 - h-michael:linkchecker-2018, r=Centril | kennytm | -1/+4 |
| 2019-02-06 | Rollup merge of #58001 - pnkfelix:issue-57735-proc-macro-with-large-tokenstre... | kennytm | -1/+7 |
| 2019-02-05 | Add Rustlings to the doc index | liv | -0/+6 |
| 2019-02-05 | Transition rustdoc to 2018 edition | Hirokazu Hata | -2/+3 |
| 2019-02-05 | Add more tests | Oliver Scherer | -0/+92 |
| 2019-02-05 | Expose correct items in `os::fortanix_sgx::usercalls::alloc` | Jethro Beekman | -1/+1 |
| 2019-02-05 | SGX target: handle empty user buffers correctly | Jethro Beekman | -2/+8 |
| 2019-02-05 | Fix span for closure return type when annotated. | David Wood | -2/+39 |
| 2019-02-05 | review suggestions | Matthias Einwag | -2/+9 |
| 2019-02-05 | Apply more review suggestions | Matthias Einwag | -3/+11 |
| 2019-02-05 | add even more debugging code to track down appveyor 259 exit code | Pietro Albini | -0/+6 |
| 2019-02-05 | Auto merge of #57973 - davidtwco:issue-52891, r=estebank | bors | -111/+570 |
| 2019-02-05 | Various improvements in `Folder` impls. | Nicholas Nethercote | -46/+18 |
| 2019-02-05 | Streamline `Folder` some more. | Nicholas Nethercote | -43/+39 |
| 2019-02-05 | Neaten up `fold_crate`. | Nicholas Nethercote | -24/+15 |
| 2019-02-05 | Change `fold_qpath` to `fold_qself`. | Nicholas Nethercote | -14/+8 |
| 2019-02-05 | Simplify `fold_attribute`. | Nicholas Nethercote | -15/+9 |
| 2019-02-05 | Fold some overlooked spans. | Nicholas Nethercote | -11/+16 |
| 2019-02-05 | Streamline `Folder`. | Nicholas Nethercote | -77/+20 |
| 2019-02-05 | Remove some unnecessary `ast::` and `fold::` qualifiers. | Nicholas Nethercote | -46/+37 |
| 2019-02-05 | Remove unncessary return statement | Hirokazu Hata | -1/+1 |
| 2019-02-05 | Use derive feature of serde | Hirokazu Hata | -2/+2 |
| 2019-02-05 | Remove macro_use | Hirokazu Hata | -2/+1 |
| 2019-02-05 | Transition build-manifest to 2018 edition | Hirokazu Hata | -1/+4 |
| 2019-02-04 | update split docs | garyemerson | -14/+14 |
| 2019-02-04 | add more debugging code to track down appveyor 259 exit code | Pietro Albini | -1/+1 |
| 2019-02-05 | update rust-installer from 27dec6c to ccdc47b | Hirokazu Hata | -0/+0 |
| 2019-02-04 | Prevent automatic collapse of methods impl blocks | Guillaume Gomez | -2/+20 |
| 2019-02-04 | hir: more HirId methods | ljedrz | -0/+60 |
| 2019-02-04 | Add #[must_use] to core::task::Poll | Taiki Endo | -0/+1 |
| 2019-02-04 | libsyntax_ext => 2018 | Taiki Endo | -268/+269 |
| 2019-02-04 | sort elements in the sidebar | Guillaume Gomez | -72/+84 |
| 2019-02-04 | Update embedded book dependency | James Munns | -0/+0 |
| 2019-02-04 | Remove stray FIXME | Jethro Beekman | -3/+0 |
| 2019-02-04 | Add test | ishitatsuyuki | -0/+13 |
| 2019-02-04 | Remove weasel word in docs for iter's take_while() | lukaslueg | -2/+1 |