| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-19 | ASCII uppercase: add "subtract multiplied bool" benchmark | Simon Sapin | -0/+12 |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+23 |
| 2019-03-19 | tidy checks | Saleem Jaffer | -1/+2 |
| 2019-03-19 | Update since annotation for ExactSizeIterator for ToUppercase/Lowercase | Konrad Borowski | -2/+2 |
| 2019-03-19 | ASCII uppercase: add "subtract shifted bool" benchmark | Simon Sapin | -0/+12 |
| 2019-03-19 | Update src/librustc/hir/mod.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-03-19 | Auto merge of #59279 - mati865:clippy, r=Xanewok | bors | -13/+15 |
| 2019-03-19 | Simplify u8::to_ascii_{upp,low}ercase while keeping it fast | Simon Sapin | -43/+27 |
| 2019-03-19 | Benchmark more possibles impls of [u8]::make_ascii_uppercase | Simon Sapin | -1/+83 |
| 2019-03-18 | Rebase LLVM to 8.0.0 final | Josh Stone | -1/+1 |
| 2019-03-18 | Remove ASCII_CHARACTER_CLASS table, use `match` with range patterns instead. | Simon Sapin | -55/+20 |
| 2019-03-18 | Add benchmarks for `u8::is_ascii*` | Simon Sapin | -17/+32 |
| 2019-03-18 | Rename src/libcore/benches/ascii_case.rs to ascii.rs | Simon Sapin | -1/+7 |
| 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 | Tidy | Simon Sapin | -2/+4 |