about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-05Rollup merge of #65948 - danielhenrymantilla:doc/maybe_uninit_ref_mut, r=Ralf...Pietro Albini-8/+159
2019-11-05libstd: allow `improper_ctypes` in `sys/sgx`David Wood-0/+4
2019-11-05Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obkbors-11/+85
2019-11-05LinkedList: PhantomData<Box<Node<T>>> => PhantomData<T>Oleg Nosov-3/+3
2019-11-05tests: add `#[repr(C)]` to testDavid Wood-2/+1
2019-11-05improper ctypes: adjust lint msg for extern fnsDavid Wood-36/+49
2019-11-05codegen_llvm: remove unnecessary "extern C"David Wood-4/+1
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-22/+493
2019-11-05fix link to ptr docsRalf Jung-2/+2
2019-11-05Rename Constructor::Slice to FixedLenSliceNadrieril-13/+15
2019-11-05Add some slice-pattern exhaustiveness testsNadrieril-0/+213
2019-11-05Improve std::thread::Result documentationPyry Kontio-0/+12
2019-11-05expand comment explaining integer exceptionRalf Jung-2/+4
2019-11-05Auto merge of #66109 - pietroalbini:rollup-2npidna, r=pietroalbinibors-94/+468
2019-11-05also edit String::from_raw_parts while we are at itRalf Jung-1/+1
2019-11-05expand slice from_raw_part docsRalf Jung-18/+46
2019-11-05Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=CentrilPietro Albini-0/+118
2019-11-05Rollup merge of #66073 - Mark-Simulacrum:no-borrow-mut, r=CentrilPietro Albini-1/+1
2019-11-05Rollup merge of #66042 - ohadravid:suggest-correct-code-when-ref-current-trai...Pietro Albini-4/+60
2019-11-05Rollup merge of #66038 - jdxcode:char-len, r=alexcrichtonPietro Albini-4/+9
2019-11-05Rollup merge of #66019 - olegnn:fixed_std_iter_chain_docs, r=Mark-SimulacrumPietro Albini-1/+1
2019-11-05Rollup merge of #65962 - kevincox:patch-1, r=sfacklerPietro Albini-5/+5
2019-11-05Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPCPietro Albini-4/+4
2019-11-05Rollup merge of #65720 - icefoxen:LLVMgetInstructionCount, r=rkruppePietro Albini-0/+9
2019-11-05Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=CentrilPietro Albini-7/+7
2019-11-05Rollup merge of #65136 - ehuss:update-codegen-options, r=Dylan-DPCPietro Albini-68/+254
2019-11-05link from raw slice creation methods to safety requirementsRalf Jung-5/+14
2019-11-05Don't mutate node.nextPaul Dicker-36/+34
2019-11-05Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obkbors-311/+311
2019-11-05Fix typo in explanation of `E0080`Youngsuk Kim-1/+1
2019-11-04Add target thumbv7neon-unknown-linux-musleabihfSamuel Holland-0/+38
2019-11-05Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichtonbors-6/+10
2019-11-04Detect `::` -> `:` typo when involving turbofishEsteban Küber-1/+21
2019-11-04Add tests for loop constructs in constsDylan MacKenzie-0/+118
2019-11-04Improve wording in the documentation of `Iterator::count()`.Artur Kovacs-4/+4
2019-11-04Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkorbors-798/+1047
2019-11-04Fixed trailing whitespace.Artur Kovacs-1/+1
2019-11-04Minor style improvementsDaniel Henry-Mantilla-13/+7
2019-11-04Fix documentation for `Iterator::count()`.Artur Kovacs-2/+3
2019-11-04Use any() in code shared between FreeBSD and NetBSDnia-1/+1
2019-11-04Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD.nia-1/+2
2019-11-04Implemented the home_dir for VxWorksUmesh Kalappa-1/+2
2019-11-04Add warning annotations for issue-47094 testTomasz Miąsko-2/+2
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-268/+267
2019-11-04Use build-pass in ui tests where appropriateTomasz Miąsko-52/+52
2019-11-04bump smallvec to 1.0Ralf Jung-22/+22
2019-11-04Do not require extra LLVM backends for `x.py test` to passVadim Petrochenkov-5/+1
2019-11-04Use run-pass for ui tests where appropriateTomasz Miąsko-2/+2
2019-11-04Remove no longer useful ui testTomasz Miąsko-4/+0
2019-11-04also test different integersRalf Jung-1/+27