about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-12-14Merge branch 'master' into redoxJeremy Soller-10/+78
2016-12-12Fix tidy checksJeremy Soller-1/+2
2016-12-12Merge branch 'master' into redoxJeremy Soller-329/+1933
2016-12-12Fix accidental removal of importJeremy Soller-0/+1
2016-12-12Rollback prefixJeremy Soller-9/+4
2016-12-12Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisaCorey Farwell-1/+58
2016-12-12Rollup merge of #37941 - Cobrand:docfix-issue-37915, r=GuillaumeGomezCorey Farwell-9/+20
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-4/+4
2016-12-09Auto merge of #38197 - mneumann:dragonfly-fixes-2016-12-06, r=alexcrichtonbors-7/+2
2016-12-08Auto merge of #38146 - kali:master, r=alexcrichtonbors-2/+15
2016-12-07Rollup merge of #38186 - frewsxcv:default, r=GuillaumeGomezGuillaume Gomez-0/+4
2016-12-07Rollup merge of #38153 - GuillaumeGomez:typo, r=blussGuillaume Gomez-1/+1
2016-12-07Rollup merge of #38151 - GuillaumeGomez:exit-examples, r=frewsxcvGuillaume Gomez-0/+8
2016-12-07Rollup merge of #38123 - GuillaumeGomez:panic_doc, r=frewsxcvGuillaume Gomez-2/+104
2016-12-07Improve and fix mpsc documentationCobrand-9/+20
2016-12-07Auto merge of #38149 - bluss:is-empty, r=alexcrichtonbors-0/+3
2016-12-06Add doc comment for `Default` `impl` on `DefaultHasher`.Corey Farwell-0/+4
2016-12-06Auto merge of #38017 - arthurprs:hm-extend, r=blussbors-11/+16
2016-12-06Fix current_exe() on DragonFly (again)Michael Neumann-7/+2
2016-12-06Smarter HashMap/HashSet extendarthurprs-11/+16
2016-12-05Auto merge of #38098 - luser:windows-commandext, r=alexcrichtonbors-2/+84
2016-12-04Add missing examples for panicking objectsGuillaume Gomez-2/+104
2016-12-04std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iteratorsUlrik Sverdrup-0/+3
2016-12-04Fix small typoGuillaume Gomez-1/+1
2016-12-04Add more examples to UpdSocketGuillaume Gomez-1/+58
2016-12-03Add examples for exit functionGuillaume Gomez-0/+8
2016-12-03Rollup merge of #38141 - GuillaumeGomez:component_doc, r=frewsxcvCorey Farwell-1/+11
2016-12-03Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcvCorey Farwell-0/+88
2016-12-03Rollup merge of #38020 - GuillaumeGomez:udp-socket-doc, r=frewsxcvCorey Farwell-11/+215
2016-12-03Rollup merge of #37859 - GuillaumeGomez:net_examples, r=nagisaCorey Farwell-0/+158
2016-12-03fix objc ABI in std::env::argsMathieu Poumeyrol-2/+15
2016-12-02Add Component examplesGuillaume Gomez-1/+11
2016-12-02Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichtonbors-238/+689
2016-12-01std::process fuchsia support cleanupTheodore DeRego-34/+26
2016-12-01Auto merge of #38018 - sourcefrog:doc, r=alexcrichtonbors-0/+8
2016-11-30Cleanup envJeremy Soller-4/+5
2016-12-01Auto merge of #37573 - ruuda:faster-cursor, r=alexcrichtonbors-2/+20
2016-11-30just add one method named creation_flags, fix the tidy errorTed Mielczarek-19/+7
2016-11-30Document that Process::command will search the PATHMartin Pool-0/+8
2016-11-30Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...Ted Mielczarek-2/+96
2016-11-30Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch...Theodore DeRego-32/+45
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-30Move small-copy optimization into <&[u8] as Read>Ruud van Asseldonk-2/+20
2016-11-30Move small-copy optimization into copy_from_sliceRuud van Asseldonk-15/+3
2016-11-30Add small-copy optimization for io::CursorRuud van Asseldonk-3/+15
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-4/+4
2016-11-29Add missing examples for IpAddr enumGuillaume Gomez-0/+88
2016-11-28Commit to fix make tidyJeremy Soller-44/+157
2016-11-28Remove file path from std::fs::FileJeremy Soller-14/+2
2016-11-28Move stdout/err flush into sysJeremy Soller-9/+25