| Age | Commit message (Expand) | Author | Lines |
| 2019-02-03 | Update the future/task API | Matthias Einwag | -411/+111 |
| 2019-02-03 | hir: remove Definitions::hir_to_def_index | ljedrz | -27/+5 |
| 2019-02-03 | Auto merge of #58024 - h-michael:update-rls, r=Xanewok | bors | -14/+14 |
| 2019-02-03 | make set return a mutable reference | Ralf Jung | -1/+4 |
| 2019-02-03 | expand as_[mut_]ptr docs a bit | Ralf Jung | -4/+4 |
| 2019-02-03 | some type-level docs for MaybeUninit; rename into_inner -> into_initialized | Ralf Jung | -6/+47 |
| 2019-02-04 | libunwind => 2018 | Taiki Endo | -7/+8 |
| 2019-02-03 | hir: add HirId methods | ljedrz | -1/+138 |
| 2019-02-04 | libproc_macro => 2018 | Taiki Endo | -90/+100 |
| 2019-02-04 | libsyntax_pos => 2018 | Taiki Endo | -60/+51 |
| 2019-02-03 | Auto merge of #58081 - Centril:liballoc-2018, r=oli-obk | bors | -393/+360 |
| 2019-02-03 | Avoid some bounds checks in binary_heap::{PeekMut,Hole} | Laurențiu Nicola | -3/+8 |
| 2019-02-03 | Auto merge of #58093 - h-michael:clippy, r=Xanewok | bors | -10/+11 |
| 2019-02-04 | Transition build_helper to 2018 edition | Hirokazu Hata | -0/+3 |
| 2019-02-03 | RangeInclusive internal iteration performance improvement. | Matthieu M | -3/+50 |
| 2019-02-04 | Transition rustdoc-theme to 2018 edition | Hirokazu Hata | -0/+3 |
| 2019-02-04 | Add the span of attributes of the lhs to the span of the assignment expression | topecongiro | -0/+8 |
| 2019-02-04 | Transition tidy and unstable-book-gento 2018 edition | Hirokazu Hata | -2/+5 |
| 2019-02-03 | librustc_privacy => 2018 | Mazdak Farrokhzad | -8/+6 |
| 2019-02-03 | libpanic_abort => 2018 | Mazdak Farrokhzad | -2/+3 |
| 2019-02-03 | Add NVPTX target into `build-manifest` | Denys Zariaiev | -0/+1 |
| 2019-02-03 | libgraphviz => 2018 | Mazdak Farrokhzad | -5/+7 |
| 2019-02-03 | libfmt_macros => 2018 | Mazdak Farrokhzad | -6/+8 |
| 2019-02-03 | Transition linkchecker to 2018 edition | Hirokazu Hata | -1/+4 |
| 2019-02-03 | Use 2018 edition for cargotest | Hirokazu Hata | -0/+3 |
| 2019-02-03 | Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkov | bors | -9/+107 |
| 2019-02-03 | Transition remote-test-server to 2018 edition | Hirokazu Hata | -0/+1 |
| 2019-02-03 | Transition remote-test-client to 2018 edition | Hirokazu Hata | -0/+1 |
| 2019-02-03 | POSIX requires async signal safety for fork in signal handlers, not in general | Ralf Jung | -4/+2 |
| 2019-02-03 | more formatting | Ralf Jung | -4/+8 |
| 2019-02-03 | submodule: update clippy from 6ce78d1 to 3bda548 | Hirokazu Hata | -10/+11 |
| 2019-02-03 | Auto merge of #58062 - SimonSapin:iter_from_fn, r=alexcrichton | bors | -32/+25 |
| 2019-02-03 | cleanup: don't use node_to_hir_id where unneeded | ljedrz | -17/+10 |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -406/+305 |
| 2019-02-03 | Auto merge of #58043 - jethrogb:jb/sgx-usercallnrs, r=joshtriplett | bors | -20/+10 |
| 2019-02-03 | liballoc: alloc-extern-crates test needs --edition=2018 | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | Test behaviour | Clar Fon | -4/+9 |
| 2019-02-03 | submodule: update rls from c9d25b667a to f331ff7 | Hirokazu Hata | -14/+14 |
| 2019-02-03 | Auto merge of #58079 - ljedrz:HirIdification_phase_1, r=Zoxc | bors | -114/+257 |
| 2019-02-03 | Improve file list display | Guillaume Gomez | -2/+3 |
| 2019-02-02 | Auto merge of #58071 - Centril:adjust-stabilization-order, r=varkor | bors | -2/+2 |
| 2019-02-02 | liballoc: remove redundant extern crate. | Mazdak Farrokhzad | -2/+0 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -114/+257 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -9/+107 |
| 2019-02-02 | liballoc: fix some idiom lints. | Mazdak Farrokhzad | -87/+90 |
| 2019-02-02 | liballoc: elide &'static. | Mazdak Farrokhzad | -2/+2 |
| 2019-02-02 | liballoc: elide some lifetimes. | Mazdak Farrokhzad | -126/+119 |
| 2019-02-02 | rustfmt the test | Ralf Jung | -30/+62 |
| 2019-02-02 | pre_exec: expand docs | Ralf Jung | -6/+8 |
| 2019-02-02 | liballoc: apply uniform_paths. | Mazdak Farrokhzad | -19/+20 |