about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-28fix futures aliasing mutable and shared refRalf Jung-2/+2
2018-11-28Check all substitution parameters for inference variablesAaron Hill-3/+8
2018-11-28Ensure that Rusdoc discovers all necessary auto trait boundsAaron Hill-17/+82
2018-11-28Move hir::Lit -> ty::Const conversion into its own fileOliver Scherer-101/+106
2018-11-28rustdoc: Fix inlining reexporting bang-macrosGeorg Semmler-0/+4
2018-11-28rustdoc: Fix inlining reexported custom derivesGeorg Semmler-5/+15
2018-11-28rustdoc: add margin-bottom spacing to nested listsLyndon Brown-1/+1
2018-11-28Update LLVMNikita Popov-1/+1
2018-11-28Deduplicate literal -> constant loweringOliver Scherer-113/+45
2018-11-28Don't use ReErased in deferred sizedness checking.Masaki Hara-2/+14
2018-11-28get_ref -> get_mutRalf Jung-8/+8
2018-11-28fix buildRalf Jung-5/+13
2018-11-28put the MaybeUninit inside the UnsafeCellRalf Jung-13/+7
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