| Age | Commit message (Expand) | Author | Lines |
| 2019-11-05 | Rollup merge of #65948 - danielhenrymantilla:doc/maybe_uninit_ref_mut, r=Ralf... | Pietro Albini | -8/+159 |
| 2019-11-05 | libstd: allow `improper_ctypes` in `sys/sgx` | David Wood | -0/+4 |
| 2019-11-05 | Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obk | bors | -11/+85 |
| 2019-11-05 | LinkedList: PhantomData<Box<Node<T>>> => PhantomData<T> | Oleg Nosov | -3/+3 |
| 2019-11-05 | tests: add `#[repr(C)]` to test | David Wood | -2/+1 |
| 2019-11-05 | improper ctypes: adjust lint msg for extern fns | David Wood | -36/+49 |
| 2019-11-05 | codegen_llvm: remove unnecessary "extern C" | David Wood | -4/+1 |
| 2019-11-05 | improper_ctypes: `extern "C"` fns | David Wood | -22/+493 |
| 2019-11-05 | fix link to ptr docs | Ralf Jung | -2/+2 |
| 2019-11-05 | Rename Constructor::Slice to FixedLenSlice | Nadrieril | -13/+15 |
| 2019-11-05 | Add some slice-pattern exhaustiveness tests | Nadrieril | -0/+213 |
| 2019-11-05 | Improve std::thread::Result documentation | Pyry Kontio | -0/+12 |
| 2019-11-05 | expand comment explaining integer exception | Ralf Jung | -2/+4 |
| 2019-11-05 | Auto merge of #66109 - pietroalbini:rollup-2npidna, r=pietroalbini | bors | -94/+468 |
| 2019-11-05 | also edit String::from_raw_parts while we are at it | Ralf Jung | -1/+1 |
| 2019-11-05 | expand slice from_raw_part docs | Ralf Jung | -18/+46 |
| 2019-11-05 | Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=Centril | Pietro Albini | -0/+118 |
| 2019-11-05 | Rollup merge of #66073 - Mark-Simulacrum:no-borrow-mut, r=Centril | Pietro Albini | -1/+1 |
| 2019-11-05 | Rollup merge of #66042 - ohadravid:suggest-correct-code-when-ref-current-trai... | Pietro Albini | -4/+60 |
| 2019-11-05 | Rollup merge of #66038 - jdxcode:char-len, r=alexcrichton | Pietro Albini | -4/+9 |
| 2019-11-05 | Rollup merge of #66019 - olegnn:fixed_std_iter_chain_docs, r=Mark-Simulacrum | Pietro Albini | -1/+1 |
| 2019-11-05 | Rollup merge of #65962 - kevincox:patch-1, r=sfackler | Pietro Albini | -5/+5 |
| 2019-11-05 | Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC | Pietro Albini | -4/+4 |
| 2019-11-05 | Rollup merge of #65720 - icefoxen:LLVMgetInstructionCount, r=rkruppe | Pietro Albini | -0/+9 |
| 2019-11-05 | Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=Centril | Pietro Albini | -7/+7 |
| 2019-11-05 | Rollup merge of #65136 - ehuss:update-codegen-options, r=Dylan-DPC | Pietro Albini | -68/+254 |
| 2019-11-05 | link from raw slice creation methods to safety requirements | Ralf Jung | -5/+14 |
| 2019-11-05 | Don't mutate node.next | Paul Dicker | -36/+34 |
| 2019-11-05 | Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk | bors | -311/+311 |
| 2019-11-05 | Fix typo in explanation of `E0080` | Youngsuk Kim | -1/+1 |
| 2019-11-04 | Add target thumbv7neon-unknown-linux-musleabihf | Samuel Holland | -0/+38 |
| 2019-11-05 | Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichton | bors | -6/+10 |
| 2019-11-04 | Detect `::` -> `:` typo when involving turbofish | Esteban Küber | -1/+21 |
| 2019-11-04 | Add tests for loop constructs in consts | Dylan MacKenzie | -0/+118 |
| 2019-11-04 | Improve wording in the documentation of `Iterator::count()`. | Artur Kovacs | -4/+4 |
| 2019-11-04 | Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkor | bors | -798/+1047 |
| 2019-11-04 | Fixed trailing whitespace. | Artur Kovacs | -1/+1 |
| 2019-11-04 | Minor style improvements | Daniel Henry-Mantilla | -13/+7 |
| 2019-11-04 | Fix documentation for `Iterator::count()`. | Artur Kovacs | -2/+3 |
| 2019-11-04 | Use any() in code shared between FreeBSD and NetBSD | nia | -1/+1 |
| 2019-11-04 | Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD. | nia | -1/+2 |
| 2019-11-04 | Implemented the home_dir for VxWorks | Umesh Kalappa | -1/+2 |
| 2019-11-04 | Add warning annotations for issue-47094 test | Tomasz Miąsko | -2/+2 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -268/+267 |
| 2019-11-04 | Use build-pass in ui tests where appropriate | Tomasz Miąsko | -52/+52 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -22/+22 |
| 2019-11-04 | Do not require extra LLVM backends for `x.py test` to pass | Vadim Petrochenkov | -5/+1 |
| 2019-11-04 | Use run-pass for ui tests where appropriate | Tomasz Miąsko | -2/+2 |
| 2019-11-04 | Remove no longer useful ui test | Tomasz Miąsko | -4/+0 |
| 2019-11-04 | also test different integers | Ralf Jung | -1/+27 |