| Age | Commit message (Expand) | Author | Lines |
| 2018-06-17 | Auto merge of #51466 - joshlf:ref-split, r=dtolnay | bors | -19/+185 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -11/+133 |
| 2018-06-16 | Auto merge of #51596 - Mark-Simulacrum:bootstrap-racy-tests, r=petrochenkov | bors | -1/+5 |
| 2018-06-16 | Auto merge of #51594 - eddyb:issue-51582, r=nagisa | bors | -2/+37 |
| 2018-06-16 | Auto merge of #51558 - Manishearth:manish-is-stupid, r=oli-obk | bors | -1/+1 |
| 2018-06-16 | Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27 | bors | -0/+60 |
| 2018-06-16 | Prevent Windows filesystem races in bootstrap tests | Mark Simulacrum | -0/+3 |
| 2018-06-16 | Move bootstrap tests to the end of the default test run | Mark Simulacrum | -1/+2 |
| 2018-06-16 | rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums. | Eduard-Mihai Burtescu | -2/+37 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -237/+9 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -209/+247 |
| 2018-06-16 | Auto merge of #51581 - GuillaumeGomez:keyword-doc, r=QuietMisdreavus | bors | -2/+84 |
| 2018-06-16 | Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakis | bors | -307/+319 |
| 2018-06-15 | process cross-crate glob re-exports | QuietMisdreavus | -0/+60 |
| 2018-06-15 | Auto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis | bors | -3/+5 |
| 2018-06-16 | Add rustdoc-js tester should-fail option | Guillaume Gomez | -1/+46 |
| 2018-06-15 | Fix search fn keyword | Guillaume Gomez | -1/+5 |
| 2018-06-15 | Add doc for fn keyword | Guillaume Gomez | -0/+33 |
| 2018-06-15 | Auto merge of #50296 - cmdd:master, r=nikomatsakis | bors | -0/+14 |
| 2018-06-15 | Fix issue on unix | Guillaume Gomez | -0/+1 |
| 2018-06-15 | Fix checkregression breakage of toolstate builder on AppVeyor. | kennytm | -1/+1 |
| 2018-06-14 | Fix comment on editions | Manish Goregaokar | -1/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -209/+247 |
| 2018-06-13 | Auto merge of #51542 - ccesare:remove_update-reference, r=oli-obk | bors | -234/+0 |
| 2018-06-13 | Removed various update-reference and update-all-references scripts | Chris Cesare | -234/+0 |
| 2018-06-13 | Add missing allow_missing_docs | Guillaume Gomez | -0/+1 |
| 2018-06-13 | Rename intra-doc lint | Guillaume Gomez | -10/+10 |
| 2018-06-13 | Auto merge of #51532 - MajorBreakfast:task-future, r=cramertj | bors | -18/+19 |
| 2018-06-13 | Update help message to escape square brackets | Guillaume Gomez | -15/+15 |
| 2018-06-13 | Fix rustdoc test failure | Guillaume Gomez | -2/+2 |
| 2018-06-13 | Add help for intra-link lint | Guillaume Gomez | -3/+25 |
| 2018-06-13 | Fix options issues | Guillaume Gomez | -18/+49 |
| 2018-06-13 | Add Ref/RefMut map_split method | Joshua Liebow-Feeser | -19/+185 |
| 2018-06-13 | Auto merge of #51531 - Havvy:patch-1, r=kennytm | bors | -1/+0 |
| 2018-06-13 | Don't auto-hide inherent impls even if `rustdoc-collapse == true`. | kennytm | -24/+25 |
| 2018-06-13 | Improve core::task::TaskObj | Josef Reinhard Brandl | -18/+19 |
| 2018-06-13 | Remove stray commented one use statement | Ryan Scheel | -1/+0 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -19/+4 |
| 2018-06-12 | Auto merge of #51521 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+32 |
| 2018-06-12 | Rollup merge of #51510 - Havvy:diagnostic-list, r=GuillaumeGomez | Mark Rousskov | -1/+30 |
| 2018-06-12 | Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum | Mark Rousskov | -2/+2 |
| 2018-06-12 | Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov | bors | -32/+147 |
| 2018-06-12 | fix issue #51331 by updating qself.position | Michael Lamparski | -3/+22 |
| 2018-06-12 | add fold::Folder::fold_qpath | Michael Lamparski | -25/+24 |
| 2018-06-12 | add tests for $crate in QSelf paths | Michael Lamparski | -4/+101 |
| 2018-06-12 | Auto merge of #51508 - PSeitz:master, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-06-12 | Auto merge of #51505 - cuviper:these-go-to-11, r=estebank | bors | -1120/+1214 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -237/+9 |
| 2018-06-12 | Auto merge of #51498 - topecongiro:pub-parse_ident, r=petrochenkov | bors | -1/+1 |
| 2018-06-12 | Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapin | bors | -629/+566 |