about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-11-27fix run-make-fulldeps/libtest-jsonRalf Jung-1/+1
2018-11-27fix libtest test suiteRalf Jung-6/+6
2018-11-27Do not spawn a thread if we do not use concurrencyRalf Jung-5/+8
2018-11-27use deterministic HashMap in libtestRalf Jung-4/+8
2018-11-27fix buildRalf Jung-1/+1
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-65/+130
2018-11-27resolve: Extern prelude is for type namespace onlyVadim Petrochenkov-1/+11
2018-11-27Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obkbors-135/+258
2018-11-27Add missing doc linkGuillaume Gomez-1/+2
2018-11-27use MaybeUninit instead of mem::uninitialized for Windows MutexRalf Jung-9/+9
2018-11-27Use sort_by_cached_key when key the function is not trivial/freeljedrz-3/+3
2018-11-26rustc-guide has movedWho? Me?!-1/+1
2018-11-27Auto merge of #56262 - petrochenkov:nabsedihyg, r=petrochenkovbors-539/+645
2018-11-26test: Add basic test for VaListDan Robertson-0/+243
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-13/+468
2018-11-26Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapinbors-52/+53
2018-11-26Specify suggestion applicabilityEsteban Küber-1/+2
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-50/+111
2018-11-27resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...Vadim Petrochenkov-25/+86
2018-11-27resolve: Generalize `early_resolve_ident_in_lexical_scope` slightlyVadim Petrochenkov-82/+78
2018-11-27resolve: Fallback to uniform paths in 2015 imports used from global 2018 editionVadim Petrochenkov-37/+186
2018-11-27resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-75/+226
2018-11-26Fix ptr::hex doc exampleDale Wijnand-1/+1
2018-11-27Remove duplicate tests for uniform pathsVadim Petrochenkov-312/+0
2018-11-26rustc-guide has movedMark Mansi-48/+48
2018-11-26Add rustc-guide as a submoduleMark Mansi-0/+3
2018-11-26Update outdated code comments in StringReaderJason Langenauer-3/+2
2018-11-26Put all existential ty vars in the `ROOT` universescalexm-7/+13
2018-11-26FIXME is the new TODODale Wijnand-1/+1
2018-11-26Introduce ptr::hash for referencesDale Wijnand-0/+23
2018-11-26add test for issue #21335Andy Russell-0/+5
2018-11-26Emit one diagnostic for multiple misplaced lifetimesEsteban Küber-15/+38
2018-11-26Add missing link in docsGuillaume Gomez-1/+1
2018-11-26Remove unsafe `unsafe` inner function.Corey Farwell-5/+2
2018-11-26Auto merge of #55835 - alexcrichton:llvm-upgrade, r=nikomatsakisbors-4/+27
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-43/+382
2018-11-25Temporarily disable LLDBAlex Crichton-3/+3
2018-11-25Pass `--export-dynamic` to LLD for wasmAlex Crichton-0/+6
2018-11-25wasm: Pass `--no-demangle` to LLDAlex Crichton-0/+5
2018-11-25Conditionally compile in only the extra argument.Edd Barrett-7/+4
2018-11-25Make Rustc build with LLVM trunk.Edd Barrett-0/+7
2018-11-25Handle some renamed ThinLTO functionsAlex Crichton-0/+8
2018-11-25Upgrade to LLVM trunkAlex Crichton-0/+0
2018-11-26Auto merge of #55705 - ethanboxx:master, r=SimonSapinbors-1/+24
2018-11-25Make JSON output from -Zprofile-json validMark Rousskov-1/+1
2018-11-25Auto merge of #56194 - eddyb:top-unhack, r=alexcrichtonbors-22/+14
2018-11-25Add TryFrom<&[T]> for [T; $N] where T: CopySimon Sapin-0/+87
2018-11-25HACK(eddyb) Cargo.toml: also exclude the `obj` directory from the workspace.Eduard-Mihai Burtescu-0/+2
2018-11-25Cargo.toml: exclude the `build` directory from the workspace.Eduard-Mihai Burtescu-0/+1
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-22/+11