| Age | Commit message (Expand) | Author | Lines |
| 2018-05-09 | Rollup merge of #50456 - alexcrichton:update-cargo, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-08 | Auto merge of #50530 - oli-obk:miri, r=kennytm | bors | -19/+46 |
| 2018-05-08 | Update the Cargo/stdsimd submodules | Alex Crichton | -0/+0 |
| 2018-05-08 | Auto merge of #50497 - RalfJung:pinmut, r=withoutboats | bors | -31/+34 |
| 2018-05-08 | Auto merge of #50490 - nrc:method-docs, r=eddyb | bors | -36/+30 |
| 2018-05-08 | Fix thinning pointers to extern types in miri | Oliver Schneider | -19/+46 |
| 2018-05-08 | Auto merge of #50503 - alexheretic:master, r=oli-obk | bors | -23/+27 |
| 2018-05-08 | Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis | bors | -80/+42 |
| 2018-05-08 | Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakis | bors | -1/+189 |
| 2018-05-07 | Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavus | bors | -9/+47 |
| 2018-05-07 | Update clippy 0.0.197 | Alex Butler | -40/+22 |
| 2018-05-07 | Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton | bors | -24/+53 |
| 2018-05-07 | Update rls 1263f1f | Alex Butler | -4/+26 |
| 2018-05-07 | Auto merge of #50487 - nikic:heap-manually-drop, r=Gankro | bors | -6/+5 |
| 2018-05-07 | Unpin: Fix references to Pin type | Ralf Jung | -4/+4 |
| 2018-05-07 | Rename PinMut::borrow to PinMut::reborrow and make it a method | Ralf Jung | -3/+6 |
| 2018-05-07 | PinMut::get_mut can also preserve the lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Change PinMut::map to be able to preserve the original reference's lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Rename Pin to PinMut | Ralf Jung | -27/+27 |
| 2018-05-07 | Prevent infinite recursion of modules | Guillaume Gomez | -9/+47 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -17/+160 |
| 2018-05-07 | Fix Mac OS section name for LLVM bitcode. | Michael Woerister | -1/+1 |
| 2018-05-07 | Auto merge of #50437 - zackmdavis:must_note, r=estebank | bors | -10/+17 |
| 2018-05-06 | in which the must-use additional messaging is tucked into a note | Zack M. Davis | -10/+17 |
| 2018-05-07 | Auto merge of #50434 - nrc:tool-bustage-infra, r=alexcrichton | bors | -1/+1 |
| 2018-05-07 | save-analysis: emit correct docs for methods | Nick Cameron | -36/+30 |
| 2018-05-06 | Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichton | bors | -5/+8 |
| 2018-05-06 | Auto merge of #50309 - samWson:issue-49938, r=eddyb | bors | -18/+18 |
| 2018-05-06 | Auto merge of #50474 - sinkuu:fix_assert_ice, r=alexcrichton | bors | -58/+24 |
| 2018-05-06 | Use ManuallyDrop instead of Option in Hole implementation | Nikita Popov | -6/+5 |
| 2018-05-06 | Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrum | bors | -221/+345 |
| 2018-05-06 | Auto merge of #50453 - alexcrichton:proc-macro-not-send, r=eddyb | bors | -1/+46 |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -58/+24 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -18/+18 |
| 2018-05-05 | Auto merge of #50470 - frewsxcv:frewsxcv-update-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-05-05 | Update books for the next release. | Corey Farwell | -0/+0 |
| 2018-05-05 | Auto merge of #50444 - michaelwoerister:check-parallel-queries-in-ci, r=alexc... | bors | -3/+4 |
| 2018-05-06 | Pass a test directory to rustfmt | Nick Cameron | -5/+8 |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -16/+16 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+12 |
| 2018-05-05 | Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton | bors | -12/+70 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -11/+69 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -2/+5 |
| 2018-05-06 | Added a tidy test to ensure libcore cannot contain any tests. | kennytm | -0/+36 |
| 2018-05-06 | Move the tests in src/libcore/slice/memchr.rs as well. | kennytm | -82/+86 |
| 2018-05-06 | Fix warning in `core::time` tests | Lukas Kalbertodt | -4/+6 |
| 2018-05-06 | Move libcore/time tests from `time.rs` to `tests/time.rs` | Lukas Kalbertodt | -116/+123 |
| 2018-05-06 | Added test case. | kennytm | -8/+43 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -13/+38 |
| 2018-05-05 | Auto merge of #50441 - kornelski:debughint, r=kornelski | bors | -9/+13 |