summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-14/+8
2018-03-26Implement RFC #2169 (Euclidean division).Fabian Zaiser-0/+101
2018-03-26fix last two tidyMark Mansi-6/+1
2018-03-26Fix a few moreMark Mansi-2/+2
2018-03-26Fix missed i128 feature gatesMark Mansi-2/+2
2018-03-26Stabilize i128 feature tooMark Mansi-4/+3
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Rollup merge of #49346 - Diggsey:hashmap-get-pair, r=Mark-SimulacrumTim Neumann-0/+28
2018-03-26Rollup merge of #48932 - Phlosioneer:43601-document-opaque-size, r=KodrAusTim Neumann-0/+24
2018-03-26Auto merge of #49351 - pthariensflame:patch-1, r=oli-obkbors-1/+1
2018-03-25Implement get_key_value for HashMap, BTreeMapDiggory Blake-0/+28
2018-03-25Use a more conservative way to deinit stack guardTatsuyuki Ishi-5/+15
2018-03-25Minor formatting consistency fix.Alexander Ronald Altman-1/+1
2018-03-25Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplettbors-7/+5
2018-03-24Add backticksPhlosioneer-7/+7
2018-03-25Rollup merge of #49254 - Tacklebox:atan2_doc, r=QuietMisdreavuskennytm-8/+10
2018-03-25Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnikkennytm-0/+12
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-3/+4
2018-03-25Rollup merge of #49076 - bobdavelisafrank:filetype-metadata-docfix, r=blusskennytm-3/+32
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+5
2018-03-23Reduce scope of unsafe block in sun_path_offsetDaniel Kolsoi-7/+5
2018-03-23Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichtonAlex Crichton-28/+171
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-0/+12
2018-03-22Command::env_saw_path() may be unused on platforms not using posix_spawn()Bryan Drewery-0/+1
2018-03-22Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapinkennytm-9/+0
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-1/+0
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-11/+24
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-2/+3
2018-03-21Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64Maxwell Borden-8/+10
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-1/+1
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-11/+24
2018-03-21document format_args! further wrt. Debug & Display"Mazdak Farrokhzad-0/+12
2018-03-21termination_trait: Add () example to error messageTyler Mandry-1/+1
2018-03-20Refactor the stack addr aligning code into a functionTatsuyuki Ishi-16/+16
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