| Age | Commit message (Expand) | Author | Lines |
| 2019-02-06 | librustc_allocator => 2018 | Taiki Endo | -15/+7 |
| 2019-02-06 | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | -2/+155 |
| 2019-02-06 | Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkov | bors | -2004/+1791 |
| 2019-02-06 | Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomez | bors | -6/+18 |
| 2019-02-06 | Rename `fold.rs` as `mut_visit.rs`. | Nicholas Nethercote | -1/+1 |
| 2019-02-05 | Auto merge of #58131 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -1516/+1417 |
| 2019-02-05 | Update cargo | Eric Huss | -0/+0 |
| 2019-02-05 | Auto merge of #57851 - Aaron1011:fix/clean-lifetime, r=GuillaumeGomez | bors | -15/+37 |
| 2019-02-06 | Rollup merge of #58186 - komaeda:docs/integrate-rustlings, r=steveklabnik | kennytm | -0/+6 |
| 2019-02-06 | Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplett | kennytm | -3/+9 |
| 2019-02-06 | Rollup merge of #58172 - garyemerson:patch-1, r=steveklabnik | kennytm | -14/+14 |
| 2019-02-06 | Rollup merge of #58162 - pietroalbini:track-259, r=alexcrichton | kennytm | -1/+7 |
| 2019-02-06 | Rollup merge of #58145 - taiki-e:poll, r=cramertj | kennytm | -0/+1 |
| 2019-02-06 | Rollup merge of #58142 - jethrogb:jb/sgx-rwlock, r=joshtriplett | kennytm | -3/+0 |
| 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 | 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 | 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 |