about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-03-20Remove StdioRaw doc additions, add backticksPhlosioneer-10/+1
2018-03-19Simplify PATH key comparisonBryan Drewery-1/+1
2018-03-20Rollup merge of #49139 - sfackler:bufreader-buffer, r=SimonSapinkennytm-1/+29
2018-03-19Don't use posix_spawn() if PATH was modified in the environment.Bryan Drewery-0/+16
2018-03-19Merge branch 'update-beta-freebsd' into freebsd-posix-spawnBryan Drewery-840/+1185
2018-03-19Auto merge of #49108 - SimonSapin:sip, r=TimNNbors-2/+1
2018-03-19Stabilize termination_traitTyler Mandry-1/+1
2018-03-19Address review commentsTatsuyuki Ishi-9/+34
2018-03-18Add BufReader::bufferSteven Fackler-1/+29
2018-03-18num::NonZero* types now have their own tracking issue: #49137Simon Sapin-2/+2
2018-03-18rustc_driver: get rid of extra thread on UnixTatsuyuki Ishi-0/+12
2018-03-17elide elidable lifetime in Path::strip_prefixMichael Lamparski-4/+4
2018-03-17Add 12 num::NonZero* types for each primitive integerSimon Sapin-0/+12
2018-03-17remove FIXME(#39119) and allow running test on emscriptenNiv Kaminer-1/+0
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-2/+1
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-1/+2
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-1/+56
2018-03-16Fix Issue #48345, is_file, is_dir, and is_symlink note mutual exclusionMaxwell Powlison-3/+32
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-4/+19
2018-03-16Rollup merge of #48853 - Songbird0:addrparseerror_documentation_improvement, ...kennytm-0/+19
2018-03-15Improve `AddrParseError` documentation.Anthony Defranceschi-0/+19
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-4/+0
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-1/+0
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+0
2018-03-15Auto merge of #48648 - snf:fallible_allocation, r=Kimundibors-29/+132
2018-03-15replace `convert::Infallible` with `!`Andrew Cann-9/+0
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-0/+4
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-29/+128
2018-03-14change never_type stabilisation versionAndrew Cann-1/+1
2018-03-14Fix version numberAndrew Cann-1/+1
2018-03-14stabilise feature(never_type)Andrew Cann-8/+8
2018-03-13Auto merge of #48735 - 1011X:master, r=alexcrichtonbors-477/+2
2018-03-13rustc: Embed LLVM bitcode by default on iOSAlex Crichton-1/+2
2018-03-13rustbuild: Tweak CFLAGS to various libstd piecesAlex Crichton-1/+1
2018-03-13Rollup merge of #48480 - jethrogb:patch-5, r=alexcrichtonkennytm-0/+4
2018-03-11Remove "and may change between Rust releases"Phlosioneer-11/+11
2018-03-11Update Cargo submoduleAlex Crichton-1/+96
2018-03-11Document when types have OS-dependent sizesPhlosioneer-0/+33
2018-03-08Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh...Manish Goregaokar-1/+1
2018-03-08Rollup merge of #48856 - Songbird0:improve_line_macro_documentation, r=joshtr...Manish Goregaokar-1/+1
2018-03-09Modify part of `column!` documentation.Anthony Defranceschi-1/+1
2018-03-09Modify part of `line!` documentation.Anthony Defranceschi-1/+1
2018-03-08Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri...Manish Goregaokar-0/+27
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-1/+56
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-31/+107
2018-03-06Merge branch 'master' of https://github.com/rust-lang/rust1011X-61/+57
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-19/+18
2018-03-06Rollup merge of #48507 - GuillaumeGomez:cstr-note, r=steveklabnikkennytm-0/+2
2018-03-06Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppekennytm-14/+9
2018-03-05Remove unnecessary imports1011X-4/+0