about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-09Rollup merge of #50456 - alexcrichton:update-cargo, r=alexcrichtonkennytm-0/+0
2018-05-08Auto merge of #50530 - oli-obk:miri, r=kennytmbors-19/+46
2018-05-08Update the Cargo/stdsimd submodulesAlex Crichton-0/+0
2018-05-08Auto merge of #50497 - RalfJung:pinmut, r=withoutboatsbors-31/+34
2018-05-08Auto merge of #50490 - nrc:method-docs, r=eddybbors-36/+30
2018-05-08Fix thinning pointers to extern types in miriOliver Schneider-19/+46
2018-05-08Auto merge of #50503 - alexheretic:master, r=oli-obkbors-23/+27
2018-05-08Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakisbors-80/+42
2018-05-08Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakisbors-1/+189
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-9/+47
2018-05-07Update clippy 0.0.197Alex Butler-40/+22
2018-05-07Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichtonbors-24/+53
2018-05-07Update rls 1263f1fAlex Butler-4/+26
2018-05-07Auto merge of #50487 - nikic:heap-manually-drop, r=Gankrobors-6/+5
2018-05-07Unpin: Fix references to Pin typeRalf Jung-4/+4
2018-05-07Rename PinMut::borrow to PinMut::reborrow and make it a methodRalf Jung-3/+6
2018-05-07PinMut::get_mut can also preserve the lifetimeRalf Jung-1/+1
2018-05-07Change PinMut::map to be able to preserve the original reference's lifetimeRalf Jung-1/+1
2018-05-07Rename Pin to PinMutRalf Jung-27/+27
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-9/+47
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-17/+160
2018-05-07Fix Mac OS section name for LLVM bitcode.Michael Woerister-1/+1
2018-05-07Auto merge of #50437 - zackmdavis:must_note, r=estebankbors-10/+17
2018-05-06in which the must-use additional messaging is tucked into a noteZack M. Davis-10/+17
2018-05-07Auto merge of #50434 - nrc:tool-bustage-infra, r=alexcrichtonbors-1/+1
2018-05-07save-analysis: emit correct docs for methodsNick Cameron-36/+30
2018-05-06Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichtonbors-5/+8
2018-05-06Auto merge of #50309 - samWson:issue-49938, r=eddybbors-18/+18
2018-05-06Auto merge of #50474 - sinkuu:fix_assert_ice, r=alexcrichtonbors-58/+24
2018-05-06Use ManuallyDrop instead of Option in Hole implementationNikita Popov-6/+5
2018-05-06Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrumbors-221/+345
2018-05-06Auto merge of #50453 - alexcrichton:proc-macro-not-send, r=eddybbors-1/+46
2018-05-06Fix assertion message generationShotaro Yamada-58/+24
2018-05-06issue-49938: Reference tagged unions discr(iminant) as tagSamuel Wilson-18/+18
2018-05-05Auto merge of #50470 - frewsxcv:frewsxcv-update-books, r=Mark-Simulacrumbors-0/+0
2018-05-05Update books for the next release.Corey Farwell-0/+0
2018-05-05Auto merge of #50444 - michaelwoerister:check-parallel-queries-in-ci, r=alexc...bors-3/+4
2018-05-06Pass a test directory to rustfmtNick Cameron-5/+8
2018-05-06s/DocTestsOption/DocTests/gkennytm-16/+16
2018-05-06Added some simple documentation.kennytm-0/+12
2018-05-05Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichtonbors-12/+70
2018-05-05Misc tweaksJohn Kåre Alsaker-11/+69
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-2/+5
2018-05-06Added a tidy test to ensure libcore cannot contain any tests.kennytm-0/+36
2018-05-06Move the tests in src/libcore/slice/memchr.rs as well.kennytm-82/+86
2018-05-06Fix warning in `core::time` testsLukas Kalbertodt-4/+6
2018-05-06Move libcore/time tests from `time.rs` to `tests/time.rs`Lukas Kalbertodt-116/+123
2018-05-06Added test case.kennytm-8/+43
2018-05-06Added `./x.py test --no-doc` option.kennytm-13/+38
2018-05-05Auto merge of #50441 - kornelski:debughint, r=kornelskibors-9/+13