about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-11Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakisTyler Mandry-0/+142
2019-10-11Rollup merge of #65048 - Kixunil:patch-1, r=KodrAusTyler Mandry-0/+2
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-152/+389
2019-10-11Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPCTyler Mandry-4/+4
2019-10-11Remove painful test that is not pulling its weightMark Rousskov-39/+0
2019-10-11Add regression test for CONST_ERR lints in extern macrosmemoryruins-0/+38
2019-10-11don't assume we can *always* find a return type hint in async fnNiko Matsakis-3/+31
2019-10-11Report lint in external macrosmemoryruins-1/+2
2019-10-11InterpCx: make memory field publicRalf Jung-17/+6
2019-10-11rustdoc: forward -Z options to rustcTomasz Miąsko-15/+39
2019-10-11resolve: shorten wording on private constructor errorDan Aloni-56/+56
2019-10-11make File::try_clone produce non-inheritable handles on WindowsJack O'Connor-1/+1
2019-10-11Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapinbors-6/+1
2019-10-11improve performance of signed saturating_mulTrevor Spiteri-1/+1
2019-10-11resolve: fix error title regarding private constructorsDan Aloni-128/+140
2019-10-11Clarify comment about purpose of ReifyShim.Adam Perry-2/+2
2019-10-11resolve_for_fn_ptr checks that the instance is an Item before returning shim.Adam Perry-10/+12
2019-10-11test: extend derive_on_deprecated to include more derivationsDan Aloni-0/+6
2019-10-11deriving: avoid dummy Span on an artificial `type_ident` pathDan Aloni-2/+2
2019-10-11emcscripten: ignore another thread-using testRalf Jung-0/+1
2019-10-11Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapinbors-18/+1
2019-10-11Revert "Remove reference to Ubuntu 15.10 ARM toolchain"qtmlabs-3/+5
2019-10-11Update ui stderrOliver Scherer-15/+2
2019-10-11Ensure we do not treat all unions as not having any drop glue.Oliver Scherer-0/+47
2019-10-11Clarify a vague commentOliver Scherer-1/+2
2019-10-11Prefer `ManuallyDrop::{take,new}` over `ptr::{read,write}`Oliver Scherer-3/+4
2019-10-11Preserve originally intended test semanticsOliver Scherer-4/+6
2019-10-11rpass tests are now part of `ui` testsOliver Scherer-1/+1
2019-10-11Extend union-nodrop.rs testSimon Sapin-1/+5
2019-10-11More descriptive variable nameSimon Sapin-2/+2
2019-10-11Update src/test/run-pass/union/union-nodrop.rsSimon Sapin-1/+1
2019-10-11Update src/librustc_typeck/error_codes.rsSimon Sapin-1/+1
2019-10-11Update src/librustc_typeck/check/mod.rsSimon Sapin-1/+3
2019-10-11Update src/librustc_typeck/check/mod.rsSimon Sapin-1/+1
2019-10-11Fixes #41073, it is no longer an ICESimon Sapin-0/+39
2019-10-11Remove unions_with_drop_fields lintSimon Sapin-57/+0
2019-10-11Change untagged_unions to not allow union fields with dropUlrik Sverdrup-76/+222
2019-10-11Remove most uses of `allow(unions_with_drop_fields)` in testsSimon Sapin-121/+118
2019-10-11Remove uses of `allow(unions_with_drop_fields)` in the standard librarySimon Sapin-8/+7
2019-10-11Make <*const/mut T>::offset_from `const fn`Oliver Scherer-3/+276
2019-10-11Remove reference to Ubuntu 15.10 ARM toolchainqtmlabs-5/+3
2019-10-11Upgrade GCC to 8.3.0, glibc to 1.17.0 and crosstool-ng to 1.24.0 for dist-arm...qtmlabs-366/+509
2019-10-11ignore-emcscripten as it does not support threadsRalf Jung-0/+1
2019-10-11Print lifetimes with backticksYuki Okushi-260/+260
2019-10-10Override nth for VecDeque Iter and IterMutCharles Gleason-0/+20
2019-10-10Add tests for VecDeque clone_fromCharles Gleason-0/+23
2019-10-10Implement Clone::clone_from for VecDequeCharles Gleason-2/+79
2019-10-10Move diagnostics code out of the critical pathEsteban Küber-18/+19
2019-10-11Fix issue 65284varkor-21/+41
2019-10-10Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrumbors-33/+127