summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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
2018-05-05Auto merge of #50370 - nikomatsakis:nll-alias-analysis-flat, r=pnkfelixbors-106/+689
2018-05-05Suggest more helpful formatting stringKornel-9/+13
2018-05-05add a comment about Locations::AllNiko Matsakis-0/+36
2018-05-05remove `#[allow(dead_code)]`Niko Matsakis-1/+0
2018-05-05add `-Znll-facts` switch that dumps facts for new analysisNiko Matsakis-54/+441
2018-05-05add location tableNiko Matsakis-0/+132
2018-05-05add `Locations::All` as a conceptNiko Matsakis-50/+74
2018-05-05use `crate` visibility modifierNiko Matsakis-2/+2
2018-05-05add `Location::START` constNiko Matsakis-4/+9
2018-05-05Auto merge of #50418 - nnethercote:cmt, r=eddybbors-209/+208
2018-05-05Auto merge of #50423 - hberntsen:armv5te_unknown_linux_musl, r=alexcrichtonbors-1/+51
2018-05-05Fix libtest-json testJohn Kåre Alsaker-1/+1
2018-05-05Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavusbors-31/+39
2018-05-04Fold rustfix tests back into the UI test suiteAlex Crichton-80/+223
2018-05-04Use published rustfix 0.2 versionPascal Hertleif-7/+5
2018-05-04test: Make a dedicated testsuite for rustfixAlex Crichton-44/+471
2018-05-04tidyPascal Hertleif-3/+6
2018-05-04Skip NLL compiletest in rustfix mode for nowPascal Hertleif-3/+6
2018-05-04Use rustfix' suggestion fixing APIPascal Hertleif-74/+6
2018-05-04First step towards rustfix compiletest modePascal Hertleif-2/+110