| Age | Commit message (Expand) | Author | Lines |
| 2019-03-20 | Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton | bors | -140/+327 |
| 2019-03-20 | Fix whitespace | John Kåre Alsaker | -3/+3 |
| 2019-03-20 | Add eval_always to query macro and move a query over | John Kåre Alsaker | -13/+25 |
| 2019-03-20 | Add anon to query macro and move a query over | John Kåre Alsaker | -27/+44 |
| 2019-03-20 | Add no_force to query macro and move some queries over | John Kåre Alsaker | -65/+71 |
| 2019-03-20 | Allow itertools | John Kåre Alsaker | -0/+1 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -235/+240 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -25/+75 |
| 2019-03-20 | remove visit_static from librustc::mir | Saleem Jaffer | -32/+23 |
| 2019-03-20 | Add messages for different verbosity levels. | O01eg | -0/+12 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -21/+26 |
| 2019-03-20 | Auto merge of #59298 - kennytm:rollup, r=kennytm | bors | -15/+46 |
| 2019-03-20 | Move some bench tests back from libtest | gnzlbg | -0/+25 |
| 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 | review comments | Esteban Küber | -3/+5 |
| 2019-03-19 | rustc: Update linker flavor inference from filename | Alex Crichton | -8/+11 |
| 2019-03-19 | convert field/method confusion help to suggestions | Andy Russell | -53/+98 |
| 2019-03-19 | Do not encode gensymed imports in metadata | Vadim Petrochenkov | -4/+20 |
| 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 | Fix missing cfg for aarch64 + ios in ffi.rs | James Duley | -4/+6 |
| 2019-03-19 | Fix AArch64 typo in comments | James Duley | -3/+3 |
| 2019-03-19 | Fix aarch64 typo | James Duley | -2/+2 |
| 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 | Make Option<ThreadId> no larger than ThreadId, with NonZeroU64 | Simon Sapin | -3/+4 |
| 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 |