| Age | Commit message (Expand) | Author | Lines |
| 2018-06-19 | Do not consume semicolon twice while parsing local statement | Seiichi Uchida | -1/+1 |
| 2018-06-19 | Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n... | bors | -1/+62 |
| 2018-06-18 | Add ability to apply custom derive to union types. | Steve Pentland | -3/+56 |
| 2018-06-19 | Use MTRef and MTLock to avoid a RefCell | John Kåre Alsaker | -18/+24 |
| 2018-06-19 | Add MTRef and a lock_mut function to MTLock | John Kåre Alsaker | -8/+37 |
| 2018-06-19 | Parallelize trans item collection | John Kåre Alsaker | -18/+27 |
| 2018-06-19 | Save query results and the dep graph in parallel | John Kåre Alsaker | -8/+16 |
| 2018-06-19 | Parallel code | John Kåre Alsaker | -9/+11 |
| 2018-06-19 | Add par_body_owners | John Kåre Alsaker | -1/+7 |
| 2018-06-19 | Return a `SmallVec` from `place_elements`. | Nicholas Nethercote | -2/+3 |
| 2018-06-19 | Avoid allocations in `has_any_child_of`. | Nicholas Nethercote | -11/+18 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -56/+50 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -64/+72 |
| 2018-06-18 | Extend collision prevention to every type | Guillaume Gomez | -5/+1 |
| 2018-06-18 | Auto merge of #50894 - teiesti:stabilize_path_ancestors, r=dtolnay | bors | -8/+4 |
| 2018-06-18 | Stabilize std::path::Path:ancestors | Tobias Stolzmann | -8/+4 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -481/+685 |
| 2018-06-18 | Update books for next release | Mark Simulacrum | -0/+0 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -288/+646 |
| 2018-06-18 | Prefer use of owned values in examples | Kornel | -23/+37 |
| 2018-06-17 | fix test pub-use-extern-macros | QuietMisdreavus | -1/+1 |
| 2018-06-18 | Auto merge of #51605 - ericfindlay:master, r=kennytm | bors | -1/+1 |
| 2018-06-18 | Improve `Node::{parent,dependents}` interplay. | Nicholas Nethercote | -15/+9 |
| 2018-06-18 | Improve pushing to `Node::dependents`. | Nicholas Nethercote | -6/+9 |
| 2018-06-17 | Auto merge of #51404 - clarcharr:never_hash, r=KodrAus | bors | -0/+7 |
| 2018-06-17 | fix cross-crate-links test | QuietMisdreavus | -1/+1 |
| 2018-06-17 | Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk | bors | -69/+73 |
| 2018-06-17 | rustdoc: import cross-crate macros alongside everything else | QuietMisdreavus | -45/+116 |
| 2018-06-17 | Auto merge of #51555 - ccesare:remove_unused_variables_redox_os, r=kennytm | bors | -3/+0 |
| 2018-06-17 | Auto merge of #51549 - PSeitz:patch-1, r=kennytm | bors | -2/+2 |
| 2018-06-17 | Auto merge of #51392 - glaubitz:powerpc-tests, r=petrochenkov | bors | -8/+32 |
| 2018-06-17 | test: Ignore some problematic tests on powerpc and powerpc64* | John Paul Adrian Glaubitz | -8/+32 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -67/+220 |
| 2018-06-17 | Auto merge of #51466 - joshlf:ref-split, r=dtolnay | bors | -19/+185 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -69/+73 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -11/+133 |
| 2018-06-17 | Fixed minor error in Compiler Error Index, E0603. | Eric Findlay | -1/+1 |
| 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 | Optimize sum of Durations by using custom function | Pazzaz | -2/+46 |
| 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 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+8 |
| 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 | Fix macro missing from doc search | Guillaume Gomez | -2/+25 |
| 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 |