about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-27fix testMark Mansi-2/+2
2018-11-28Fix alignment of stores to scalar pairNikita Popov-5/+33
2018-11-27Auto merge of #56293 - matthiaskrgr:clippy, r=oli-obkbors-14/+14
2018-11-27Fix a typo in the documentation of std::ffipolyfloyd-2/+2
2018-11-27Move feature enable in ptr::hash doc exampleDale Wijnand-1/+1
2018-11-27submodules: update clippy from 754b4c07 to b2601bebMatthias Krüger-14/+14
2018-11-27Try to fix ptr::hash's doc exampleDale Wijnand-2/+3
2018-11-27Re-enable lldbTom Tromey-0/+0
2018-11-27fix testMark Mansi-2/+2
2018-11-27remove uses of feature gateMark Mansi-16/+0
2018-11-27remove unstable book entryMark Mansi-22/+0
2018-11-27update testsMark Mansi-189/+16
2018-11-27remove some unused varsMark Mansi-6/+6
2018-11-27remove feature gateMark Mansi-42/+7
2018-11-27move feature gate to acceptedMark Mansi-3/+2
2018-11-27Auto merge of #56264 - petrochenkov:typonly, r=nikomatsakisbors-1/+11
2018-11-27Fix small typo in commentMarius Nuennerich-1/+1
2018-11-27Fix issue numberDale Wijnand-1/+1
2018-11-27Add an assert_eq in ptr::hash's doc exampleDale Wijnand-1/+7
2018-11-27Pick a better variable name for ptr::hashDale Wijnand-2/+2
2018-11-27Fix stability attribute for ptr::hashDale Wijnand-1/+1
2018-11-27Auto merge of #56251 - scalexm:root-universe, r=nikomatsakisbors-7/+13
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+12
2018-11-27add missing featureRalf Jung-0/+1
2018-11-27Normalize type before deferred sizedness checking.Masaki Hara-0/+12
2018-11-27avoid features_untrackedRalf Jung-10/+10
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