summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-04Auto merge of #50433 - nrc:update, r=alexcrichtonbors-8/+9
2018-05-04Update RLS and Rustfmt (and Cargo)Nick Cameron-8/+9
2018-05-04Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakisbors-156/+168
2018-05-03Remove the deprecated std::net::{lookup_host,LookupHost}Josh Stone-72/+3
2018-05-03rustfmtNiko Matsakis-11/+13
2018-05-03fix commentsNiko Matsakis-18/+19
2018-05-04Ping infra team on all tool bustageNick Cameron-1/+1
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-60/+161
2018-05-04Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi...kennytm-5/+7
2018-05-03Fix invalid path generation in rustdoc searchGuillaume Gomez-5/+7
2018-05-04Rollup merge of #50416 - rleungx:non-lifetime, r=estebankkennytm-2/+28
2018-05-04Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnaykennytm-4/+32
2018-05-04Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive...kennytm-13/+34
2018-05-04Rollup merge of #50417 - matklad:pr-50379, r=alexcrichtonkennytm-0/+0
2018-05-04Rollup merge of #50407 - nnethercote:inline-BytePos, r=michaelwoeristerkennytm-0/+10
2018-05-04Rollup merge of #50401 - alexcrichton:remove-path-from-str, r=sfacklerkennytm-27/+0
2018-05-04Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddybkennytm-4/+30
2018-05-04Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko...kennytm-5/+6
2018-05-04Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r...kennytm-3/+3
2018-05-04Rollup merge of #50349 - GuillaumeGomez:rename-type-declaration-label, r=este...kennytm-1/+1
2018-05-03Add armv5te-unknown-linux-musl targetHarm Berntsen-0/+89
2018-05-03Fix issue #50415.kennytm-2/+29
2018-05-03Update CargoAleksey Kladov-0/+0
2018-05-03rustdoc: Resolve nested `impl Trait`sShotaro Yamada-31/+39
2018-05-03Avoid many `cmt` allocations.Nicholas Nethercote-209/+208
2018-05-03Unit test for the new implicit borrow and deref within theFelix S. Klock II-0/+61
2018-05-03When using NLL, implicitly borrow match bindings for any guard,Felix S. Klock II-38/+373
2018-05-03Instrument `statement_effect_on_borrows` for the `lhs = &place` case.Felix S. Klock II-0/+6
2018-05-03Improve instrumentation for the bug reported during `fn report_borrowed_value...Felix S. Klock II-1/+2
2018-05-03Include the test name when reporting that an expected line was not found in a...Felix S. Klock II-0/+2
2018-05-03Auto merge of #50030 - flip1995:rfc2103, r=petrochenkovbors-302/+391
2018-05-03check if the token is a lifetime before parsingrleungx-2/+28
2018-05-03update concat_idents doc stubsMichael Lamparski-4/+4
2018-05-03run-make/cross-lang-lto: Make output artifact names consistent across platforms.Michael Woerister-2/+3
2018-05-03Don't run LTO passes in rustc when cross-lang LTO is enabled.Michael Woerister-0/+4
2018-05-03Make run-make host_test!().Michael Woerister-1/+1
2018-05-03Ignore cross-lang-lto test for LLVM versions without ThinLTO.Michael Woerister-2/+5
2018-05-03Support test header directives in run-make mode too.Michael Woerister-7/+22
2018-05-03Use correct section name for embedded LLVM bitcode on OSX.Michael Woerister-2/+6
2018-05-03Add LLVM bin directory to PATH for running run-make tests.Michael Woerister-4/+15
2018-05-03Add tests for -Z cross-lang-lto.Michael Woerister-0/+76
2018-05-03Add -Z cross-lang-lto flag in order to support linker-based LTO.Michael Woerister-1/+4
2018-05-03Declare embedded LLVM bitcode section readonly.Michael Woerister-0/+1
2018-05-03Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet...kennytm-7/+15
2018-05-03Auto merge of #50391 - nnethercote:escape_unicode, r=eddybbors-11/+5
2018-05-03Auto merge of #50378 - varkor:repr-align-max-29, r=eddybbors-9/+23
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-3/+37
2018-05-03add missing output for ui testMichael Lamparski-0/+8
2018-05-03Always inline simple BytePos and CharPos methods.Nicholas Nethercote-0/+10
2018-05-02forbid empty identifiers from concat_identsMichael Lamparski-0/+20