summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-19Do not consume semicolon twice while parsing local statementSeiichi Uchida-1/+1
2018-06-19Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n...bors-1/+62
2018-06-18Add ability to apply custom derive to union types.Steve Pentland-3/+56
2018-06-19Use MTRef and MTLock to avoid a RefCellJohn Kåre Alsaker-18/+24
2018-06-19Add MTRef and a lock_mut function to MTLockJohn Kåre Alsaker-8/+37
2018-06-19Parallelize trans item collectionJohn Kåre Alsaker-18/+27
2018-06-19Save query results and the dep graph in parallelJohn Kåre Alsaker-8/+16
2018-06-19Parallel codeJohn Kåre Alsaker-9/+11
2018-06-19Add par_body_ownersJohn Kåre Alsaker-1/+7
2018-06-19Return a `SmallVec` from `place_elements`.Nicholas Nethercote-2/+3
2018-06-19Avoid allocations in `has_any_child_of`.Nicholas Nethercote-11/+18
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-56/+50
2018-06-18Rename OOM to allocation errorSimon Sapin-64/+72
2018-06-18Extend collision prevention to every typeGuillaume Gomez-5/+1
2018-06-18Auto merge of #50894 - teiesti:stabilize_path_ancestors, r=dtolnaybors-8/+4
2018-06-18Stabilize std::path::Path:ancestorsTobias Stolzmann-8/+4
2018-06-18Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelixbors-481/+685
2018-06-18Update books for next releaseMark Simulacrum-0/+0
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-288/+646
2018-06-18Prefer use of owned values in examplesKornel-23/+37
2018-06-17fix test pub-use-extern-macrosQuietMisdreavus-1/+1
2018-06-18Auto merge of #51605 - ericfindlay:master, r=kennytmbors-1/+1
2018-06-18Improve `Node::{parent,dependents}` interplay.Nicholas Nethercote-15/+9
2018-06-18Improve pushing to `Node::dependents`.Nicholas Nethercote-6/+9
2018-06-17Auto merge of #51404 - clarcharr:never_hash, r=KodrAusbors-0/+7
2018-06-17fix cross-crate-links testQuietMisdreavus-1/+1
2018-06-17Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obkbors-69/+73
2018-06-17rustdoc: import cross-crate macros alongside everything elseQuietMisdreavus-45/+116
2018-06-17Auto merge of #51555 - ccesare:remove_unused_variables_redox_os, r=kennytmbors-3/+0
2018-06-17Auto merge of #51549 - PSeitz:patch-1, r=kennytmbors-2/+2
2018-06-17Auto merge of #51392 - glaubitz:powerpc-tests, r=petrochenkovbors-8/+32
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-8/+32
2018-06-17Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch...bors-67/+220
2018-06-17Auto merge of #51466 - joshlf:ref-split, r=dtolnaybors-19/+185
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-69/+73
2018-06-17Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavusbors-11/+133
2018-06-17Fixed minor error in Compiler Error Index, E0603.Eric Findlay-1/+1
2018-06-16Auto merge of #51596 - Mark-Simulacrum:bootstrap-racy-tests, r=petrochenkovbors-1/+5
2018-06-16Auto merge of #51594 - eddyb:issue-51582, r=nagisabors-2/+37
2018-06-16Auto merge of #51558 - Manishearth:manish-is-stupid, r=oli-obkbors-1/+1
2018-06-16Optimize sum of Durations by using custom functionPazzaz-2/+46
2018-06-16Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27bors-0/+60
2018-06-16Prevent Windows filesystem races in bootstrap testsMark Simulacrum-0/+3
2018-06-16Move bootstrap tests to the end of the default test runMark Simulacrum-1/+2
2018-06-16Add #[repr(transparent)] to some libcore typesSimon Sapin-0/+8
2018-06-16rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums.Eduard-Mihai Burtescu-2/+37
2018-06-16Fix macro missing from doc searchGuillaume Gomez-2/+25
2018-06-16Auto merge of #51562 - SimonSapin:transparent, r=cramertjbors-237/+9
2018-06-16Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakisbors-209/+247
2018-06-16Auto merge of #51581 - GuillaumeGomez:keyword-doc, r=QuietMisdreavusbors-2/+84