about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-06Abbreviate some stdout/stderr output in compiletest.kennytm-7/+302
2017-11-06If the linker segfaulted, don't emit it as a warning.kennytm-5/+6
2017-11-06Modify the script to allow for running docker images on Windows 7.kennytm-9/+60
2017-11-06dist-powerpc64le-linux: Use links from vault.centos.org instead.kennytm-3/+3
2017-11-06libtest: Force a newline every 100 dots when testing in quiet mode.kennytm-3/+14
2017-11-05Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1bors-169/+838
2017-11-05Auto merge of #45759 - alexcrichton:update-openssl, r=sfacklerbors-2/+2
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-625/+1791
2017-11-05Relax #[deny(warnings)] in some crate for cargotestLukas Kalbertodt-0/+2
2017-11-05Auto merge of #45754 - scottmcm:checked-npot, r=dtolnaybors-1/+63
2017-11-05Auto merge of #45748 - petrochenkov:short, r=alexcrichtonbors-4/+18
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-11/+74
2017-11-04Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks]Scott McMurray-2/+3
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-16/+231
2017-11-04Remove import of now unused AsciiExtLukas Kalbertodt-3/+1
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-9/+769
2017-11-04Ignoring pretty print for test due to #37199David Wood-0/+2
2017-11-04Auto merge of #45709 - nrc:rls-bugs-2, r=eddybbors-65/+112
2017-11-04rustbuild: Update the OpenSSL version to linkAlex Crichton-2/+2
2017-11-04Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavusbors-42/+112
2017-11-04Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakisbors-56/+255
2017-11-04Auto merge of #45755 - kennytm:rollup, r=kennytmbors-10/+98
2017-11-04Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnikkennytm-0/+30
2017-11-04Rollup merge of #45739 - rkarp:master, r=petrochenkovkennytm-2/+2
2017-11-04Rollup merge of #45722 - mikhail-m1:improve-mir-opt-error-output, r=alexcrichtonkennytm-3/+16
2017-11-04Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushikennytm-2/+2
2017-11-04Rollup merge of #45681 - Ljzn:patch-1, r=kennytmkennytm-1/+1
2017-11-04Rollup merge of #45669 - cardoe:metadata, r=kennytmkennytm-0/+3
2017-11-04Rollup merge of #45639 - LaurentMazare:master, r=petrochenkovkennytm-1/+30
2017-11-04Rollup merge of #45610 - strake:atomic_from, r=nagisakennytm-0/+12
2017-11-04Rollup merge of #45548 - ratmice:master, r=oli-obkkennytm-1/+2
2017-11-03Add overflow tests for next_power_of_twoScott McMurray-0/+60
2017-11-03Fix #18604: next_power_of_two should panic on overflowScott McMurray-0/+1
2017-11-04Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfacklerbors-3/+5
2017-11-04Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1bors-48/+447
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-40/+88
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-21/+10
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-5/+290
2017-11-03Copy `AsciiExt` methods to `[u8]` directlyLukas Kalbertodt-0/+219
2017-11-03Add a lang item to allow `impl [u8] {…}` in the standard librarySimon Sapin-0/+11
2017-11-03Fix lists in doc comments for ascii methods of u8 and charLukas Kalbertodt-4/+8
2017-11-03Add missing space in match armLukas Kalbertodt-2/+2
2017-11-03Tweak documentation for `u8::eq_ignore_ascii_case()`Lukas Kalbertodt-2/+1
2017-11-03Remove examples in doc-comments of `AsciiExt` methodsLukas Kalbertodt-319/+48
2017-11-03Use direct implementation on u8/char to implement AsciiExtLukas Kalbertodt-280/+41
2017-11-03Copy `AsciiExt` methods to `char` directlyLukas Kalbertodt-3/+501
2017-11-03Revert signature of eq_ignore_ascii_case() to originalLukas Kalbertodt-3/+3
2017-11-03Make ascii methods on u8 insta-stableLukas Kalbertodt-48/+16
2017-11-03Add all methods of AsciiExt to u8 directlyLukas Kalbertodt-1/+656
2017-11-03Shorten paths to auxiliary files created by testsVadim Petrochenkov-4/+18