| Age | Commit message (Expand) | Author | Lines |
| 2019-03-22 | Auto merge of #58995 - Centril:refactor-build-manifest, r=alexcrichton | bors | -204/+197 |
| 2019-03-22 | Auto merge of #59031 - estebank:recover-from-comaless, r=petrochenkov | bors | -43/+78 |
| 2019-03-21 | Auto merge of #58981 - estebank:elseless-if, r=davidtwco | bors | -3/+135 |
| 2019-03-21 | hygiene: Fix identifier comparison in impl overlap check | Vadim Petrochenkov | -1/+36 |
| 2019-03-21 | Auto merge of #58422 - LukasKalbertodt:seek-convenience, r=alexcrichton | bors | -2/+134 |
| 2019-03-21 | Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavus | bors | -7/+51 |
| 2019-03-21 | Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplett | bors | -2/+45 |
| 2019-03-21 | Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco | bors | -60/+129 |
| 2019-03-20 | Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton | bors | -62/+99 |
| 2019-03-20 | Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton | bors | -140/+327 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -25/+75 |
| 2019-03-20 | Auto merge of #59298 - kennytm:rollup, r=kennytm | bors | -15/+46 |
| 2019-03-20 | Rollup merge of #59257 - redox-os:upstream-redox, r=sanxiyn | kennytm | -10/+4 |
| 2019-03-20 | Rollup merge of #59253 - kennytm:precise-docker-cache-hash, r=pietroalbini | kennytm | -1/+12 |
| 2019-03-20 | Rollup merge of #59038 - kennytm:track-embedded-book, r=oli-obk | kennytm | -3/+9 |
| 2019-03-20 | Rollup merge of #58986 - cuviper:ppc64-binutils, r=alexcrichton | kennytm | -1/+21 |
| 2019-03-20 | Use `curl` instead of `wget` in install-x86_64-redox.sh | kennytm | -1/+1 |
| 2019-03-19 | Ignore test on Windows | Douglas Creager | -1/+6 |
| 2019-03-19 | Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg | bors | -5612/+25 |
| 2019-03-19 | Remove libterm from bootstrap | gnzlbg | -1/+0 |
| 2019-03-19 | Explicitly prefer dynamic linking in test case | Douglas Creager | -0/+1 |
| 2019-03-19 | Rollup merge of #59290 - oli-obk:trivial_move_prop, r=davidtwco | Mazdak Farrokhzad | -0/+23 |
| 2019-03-19 | Rollup merge of #59280 - joshlf:sandbox/joshlf/stabilize-refcell-map-split, r... | Mazdak Farrokhzad | -5/+2 |
| 2019-03-19 | Rollup merge of #59275 - regexident:docs-self, r=joshtriplett | Mazdak Farrokhzad | -44/+44 |
| 2019-03-19 | Rollup merge of #59116 - estebank:comma-sugg, r=petrochenkov | Mazdak Farrokhzad | -9/+27 |
| 2019-03-19 | Rollup merge of #58939 - taeguk:fix-doc-about-pin, r=rkruppe | Mazdak Farrokhzad | -1/+1 |
| 2019-03-19 | Rollup merge of #58812 - jonhoo:floor_v_trunc, r=alexcrichton | Mazdak Farrokhzad | -8/+16 |
| 2019-03-19 | Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin | Mazdak Farrokhzad | -0/+26 |
| 2019-03-19 | Rollup merge of #57847 - clarcharr:dbg_no_params, r=Centril | Mazdak Farrokhzad | -4/+15 |
| 2019-03-19 | Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bi... | Mazdak Farrokhzad | -0/+99 |
| 2019-03-19 | Rollup merge of #56348 - matklad:todo-macro, r=withoutboats | Mazdak Farrokhzad | -1/+61 |
| 2019-03-19 | Directly reference the roadmap upstream | gnzlbg | -18/+1 |
| 2019-03-19 | Export stats::Summary from libtest | gnzlbg | -1/+4 |
| 2019-03-19 | Add missing explicit imports | gnzlbg | -1/+6 |
| 2019-03-19 | Move black_box back to rust-lang/libtest and use explicit imports | gnzlbg | -1/+20 |
| 2019-03-19 | Add a README to libtest with a roadmap | gnzlbg | -0/+30 |
| 2019-03-19 | Allow the staged_api | gnzlbg | -0/+1 |
| 2019-03-19 | Use feature(test) | gnzlbg | -0/+1 |
| 2019-03-19 | Use libtest from crates.io | gnzlbg | -1/+1 |
| 2019-03-19 | Re-export libtest | gnzlbg | -0/+17 |
| 2019-03-19 | Move libtest out of rust-lang/rust | gnzlbg | -5646/+1 |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+23 |
| 2019-03-19 | Update since annotation for ExactSizeIterator for ToUppercase/Lowercase | Konrad Borowski | -2/+2 |
| 2019-03-19 | Auto merge of #59279 - mati865:clippy, r=Xanewok | bors | -13/+15 |
| 2019-03-18 | Stabilize refcell_map_split feature | Joshua Liebow-Feeser | -5/+2 |
| 2019-03-18 | Auto merge of #56462 - Zoxc:query-macro, r=oli-obk | bors | -320/+760 |
| 2019-03-18 | Update Clippy, RLS and Rustfmt | Mateusz Mikuła | -13/+15 |
| 2019-03-18 | Add todo!() macro | Aleksey Kladov | -1/+61 |
| 2019-03-18 | Preprocess query modifiers | John Kåre Alsaker | -31/+82 |
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` in... | Vincent Esche | -44/+44 |