summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify stdin behavior of `Command::output`.frewsxcv-issue-44929Corey Farwell2017-11-221-2/+4
* Auto merge of #45759 - alexcrichton:update-openssl, r=sfacklerbors2017-11-051-2/+2
|\
| * rustbuild: Update the OpenSSL version to linkAlex Crichton2017-11-041-2/+2
* | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors2017-11-0528-625/+1791
|\ \
| * | Relax #[deny(warnings)] in some crate for cargotestLukas Kalbertodt2017-11-051-0/+2
| * | Remove import of now unused AsciiExtLukas Kalbertodt2017-11-042-3/+1
| * | Mark several ascii methods as unstable againLukas Kalbertodt2017-11-038-40/+88
| * | Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt2017-11-0312-21/+10
| * | Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt2017-11-034-5/+290
| * | Copy `AsciiExt` methods to `[u8]` directlyLukas Kalbertodt2017-11-032-0/+219
| * | Add a lang item to allow `impl [u8] {…}` in the standard librarySimon Sapin2017-11-033-0/+11
| * | Fix lists in doc comments for ascii methods of u8 and charLukas Kalbertodt2017-11-032-4/+8
| * | Add missing space in match armLukas Kalbertodt2017-11-031-2/+2
| * | Tweak documentation for `u8::eq_ignore_ascii_case()`Lukas Kalbertodt2017-11-031-2/+1
| * | Remove examples in doc-comments of `AsciiExt` methodsLukas Kalbertodt2017-11-031-319/+48
| * | Use direct implementation on u8/char to implement AsciiExtLukas Kalbertodt2017-11-031-280/+41
| * | Copy `AsciiExt` methods to `char` directlyLukas Kalbertodt2017-11-034-3/+501
| * | Revert signature of eq_ignore_ascii_case() to originalLukas Kalbertodt2017-11-032-3/+3
| * | Make ascii methods on u8 insta-stableLukas Kalbertodt2017-11-031-48/+16
| * | Add all methods of AsciiExt to u8 directlyLukas Kalbertodt2017-11-032-1/+656
* | | Auto merge of #45754 - scottmcm:checked-npot, r=dtolnaybors2017-11-053-1/+63
|\ \ \
| * | | Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks]Scott McMurray2017-11-041-2/+3
| * | | Add overflow tests for next_power_of_twoScott McMurray2017-11-032-0/+60
| * | | Fix #18604: next_power_of_two should panic on overflowScott McMurray2017-11-031-0/+1
* | | | Auto merge of #45748 - petrochenkov:short, r=alexcrichtonbors2017-11-055-4/+18
|\ \ \ \
| * | | | Shorten paths to auxiliary files created by testsVadim Petrochenkov2017-11-035-4/+18
| | |/ / | |/| |
* | | | Auto merge of #45710 - alexcrichton:std-symbols, r=michaelwoeristerbors2017-11-057-11/+74
|\ \ \ \
| * | | | rustc: Handle some libstd symbole exports betterAlex Crichton2017-11-047-11/+74
|/ / / /
* | | | Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors2017-11-0414-16/+231
|\ \ \ \
| * | | | Display spans correctly when there are non-half-width charactersWonwoo Choi2017-11-0314-16/+231
* | | | | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors2017-11-0428-9/+769
|\ \ \ \ \
| * | | | | Ignoring pretty print for test due to #37199David Wood2017-11-041-0/+2
| * | | | | Added page to unstable book.David Wood2017-11-031-0/+75
| * | | | | Implemented RFC 2008 for enums (not including variants) and structs.David Wood2017-11-039-9/+203
| * | | | | Added tests for RFC 2008.David Wood2017-11-0317-0/+480
| * | | | | Added feature gate for RFC 2008.David Wood2017-11-031-0/+9
* | | | | | Auto merge of #45709 - nrc:rls-bugs-2, r=eddybbors2017-11-042-65/+112
|\ \ \ \ \ \
| * | | | | | save-analysis: fix issue with sub-exprs in for loopsNick Cameron2017-11-021-3/+3
| * | | | | | save-analysis: corrects reference for tuple struct and unit struct literalsNick Cameron2017-11-021-2/+13
| * | | | | | save-analysis: handle types in turbofishNick Cameron2017-11-021-2/+15
| * | | | | | save-analysis: handle function types in boundsNick Cameron2017-11-022-58/+81
* | | | | | | Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavusbors2017-11-041-42/+112
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove duplicated results in the searchGuillaume Gomez2017-11-011-47/+88
| * | | | | | fix function not appearing in first tab when appearing in another one. Thanks...Guillaume Gomez2017-11-011-1/+2
| * | | | | | Be more flexible when looking for something by using levenshtein methodGuillaume Gomez2017-11-011-8/+21
| * | | | | | Better check for returned valueGuillaume Gomez2017-11-011-0/+14
| * | | | | | Keep displaying good information when query is madeGuillaume Gomez2017-11-011-0/+1
* | | | | | | Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakisbors2017-11-044-56/+255
|\ \ \ \ \ \ \
| * | | | | | | newindex_type macro: make index private by default and allow pub through configPaul Daniel Faria2017-11-013-50/+59
| * | | | | | | newtype_index: Support simpler serializable override, custom derive, and fix ...Paul Daniel Faria2017-11-016-142/+213