summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-06-30Rollup merge of #42925 - tbu-:pr_document_file_open_errors, r=GuillaumeGomezGuillaume Gomez-9/+30
2017-06-30Fix long lineIan Douglas Scott-1/+2
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+0
2017-06-29Fix Redox build, apparently broken by #42687Ian Douglas Scott-1/+5
2017-06-29redox: symlink and readlinkIan Douglas Scott-4/+12
2017-06-29Rollup merge of #42955 - matklad:doc-path, r=steveklabnikAriel Ben-Yehuda-6/+7
2017-06-29Rollup merge of #42884 - stepancheg:set-env-run-pass, r=alexcrichtonAriel Ben-Yehuda-81/+1
2017-06-29Auto merge of #42848 - ids1024:redox-fix, r=sfacklerbors-3/+2
2017-06-28Document that `/` works as separator on WindowsAleksey Kladov-6/+7
2017-06-28Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichtonbors-14/+6
2017-06-28Add links to the `ErrorKind` variants in errors of `open`Tobias Bucher-11/+16
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-34/+16
2017-06-27Document possible `io::ErrorKind`s of `fs::open`Tobias Bucher-9/+25
2017-06-26Rollup merge of #42905 - casey:casey-utf8-null-doc, r=steveklabnikCorey Farwell-1/+1
2017-06-25Reword OsStr docs to clarify that utf8 may contain nullsCasey Rodarmor-1/+1
2017-06-24Stabilize RangeArgumentSteven Fackler-0/+2
2017-06-24Stabilize ThreadIdSteven Fackler-8/+2
2017-06-24Stabilize OsString::shrink_to_fitSteven Fackler-3/+1
2017-06-24Stabilize Command::envsSteven Fackler-3/+1
2017-06-24Move global vars changing tests into run-passStepan Koltsov-81/+1
2017-06-24Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, ...bors-2/+2
2017-06-24Auto merge of #42687 - alexcrichton:windows-tls, r=sfacklerbors-109/+140
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-109/+140
2017-06-23Rollup merge of #42822 - ChrisMacNaughton:guard-traits, r=alexcrichtonMark Simulacrum-0/+21
2017-06-23Rollup merge of #42783 - ids1024:redox-env, r=sfacklerMark Simulacrum-1/+1
2017-06-23Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}.Federico Ravasio-2/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-45/+76
2017-06-22Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3Ian Douglas Scott-3/+2
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-34/+16
2017-06-22Ensure Guard types impl Display & DebugChris MacNaughton-0/+21
2017-06-22Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+1
2017-06-22Rollup merge of #42799 - leodasvacas:impl-clone-for-default-hasher, r=sfacklerMark Simulacrum-1/+1
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-2/+59
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+10
2017-06-21Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichtonCorey Farwell-5/+0
2017-06-21Impl Clone for DefaultHasherLeonardo Yvens-1/+1
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-2/+59
2017-06-20Add `Read::initializer`.Steven Fackler-269/+215
2017-06-21Update version numbers for From implsOliver Middleton-3/+3
2017-06-21Convert Intos to Froms.Clar Charr-9/+9
2017-06-20Redox: Use create() instead of open() when setting env variableIan Douglas Scott-1/+1
2017-06-20Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavusCorey Farwell-0/+172
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+9
2017-06-20Add a couple doc additional examples for `env::join_paths`.Corey Farwell-0/+29
2017-06-20Add doc example for `CString::from_raw`.Corey Farwell-0/+21
2017-06-20Add doc example for `FromBytesWithNulError`.Corey Farwell-0/+8
2017-06-20Add doc example for `NulError`.Corey Farwell-0/+8
2017-06-20Add doc example for `CStr::to_str`.Corey Farwell-0/+9
2017-06-20Add doc example for `CString::as_c_str`.Corey Farwell-0/+12
2017-06-20Add doc example for `Box<CStr>::into_c_string`.Corey Farwell-0/+12