about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-12-24Auto merge of #38594 - steveklabnik:rollup, r=steveklabnikbors-15/+89
2016-12-24Rollup merge of #38572 - GuillaumeGomez:join_handle_docs, r=frewsxcvSteve Klabnik-6/+40
2016-12-24Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfacklerSteve Klabnik-1/+0
2016-12-24Rollup merge of #38513 - GuillaumeGomez:thread_fn_docs, r=frewsxcvSteve Klabnik-8/+43
2016-12-24Rollup merge of #38505 - estebank:why-lines, r=frewsxcvSteve Klabnik-0/+6
2016-12-24Auto merge of #38443 - frewsxcv:file-docs, r=brsonbors-6/+38
2016-12-24Auto merge of #38062 - alexcrichton:fix-line-writer, r=brsonbors-13/+86
2016-12-24Add JoinHandle missing examplesGuillaume Gomez-6/+40
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-23/+1318
2016-12-22Revert rt.rsJeremy Soller-0/+2
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-162/+0
2016-12-21Add RawFd traits for netJeremy Soller-15/+64
2016-12-21Removes magenta build warning.Jason Campbell-1/+0
2016-12-21Merge branch 'redox_cross' of https://github.com/redox-os/rust into redox_crossJeremy Soller-3/+6
2016-12-21Update liblibc, go back to lazy linking openlibmJeremy Soller-1/+1
2016-12-21Add missing examples in some thread functionsGuillaume Gomez-8/+43
2016-12-20Fix tidyJeremy Soller-3/+6
2016-12-20Docs: Explain why/when `.lines()` returns an errorEsteban Küber-0/+6
2016-12-20Static link openlibmJeremy Soller-1/+1
2016-12-20Fix building without backtraceJeremy Soller-0/+1
2016-12-20Readd statvfsJeremy Soller-0/+26
2016-12-20Move rt into sys::rt, fix tidyJeremy Soller-337/+163
2016-12-20Fix compile errors and suchAlex Crichton-6/+8
2016-12-20Link openlibm only in libstdJeremy Soller-0/+2
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-1/+1
2016-12-20Rollup merge of #38346 - GuillaumeGomez:duration_doc, r=frewsxcvAlex Crichton-13/+66
2016-12-20Move start functions into libstd/rtJeremy Soller-7/+5
2016-12-20Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcvAlex Crichton-26/+566
2016-12-20Rollup merge of #38131 - clarcharr:from_segments, r=alexcrichtonAlex Crichton-1/+27
2016-12-20Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichtonAlex Crichton-7/+515
2016-12-20Add arm syscallsJeremy Soller-2/+78
2016-12-19Rollup merge of #38433 - GuillaumeGomez:thread_docs, r=frewsxcvSeo Sanghyeon-24/+38
2016-12-19Rollup merge of #38421 - apasel422:issue-36934, r=alexcrichtonSeo Sanghyeon-328/+328
2016-12-19Rollup merge of #38397 - frewsxcv:platform-specific-process-exit, r=alexcrichtonSeo Sanghyeon-0/+17
2016-12-18From<[u16; 8]> for Ipv6Addr.Clar Charr-1/+27
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-7/+515
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-3/+2
2016-12-18Document platform-specific differences for `std::process::exit`.Corey Farwell-0/+17
2016-12-18Fix WindowsSeo Sanghyeon-3/+2
2016-12-18Add missing urls for thread doc moduleGuillaume Gomez-24/+38
2016-12-18Improve the API examples for `std::fs::File`.Corey Farwell-6/+38
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+1
2016-12-16Address falloutAaron Turon-4/+4
2016-12-16Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc`Andrew Paseltiner-328/+328
2016-12-16Add missing doc examples for UnixDatagramGuillaume Gomez-38/+285
2016-12-15Revert libstd/Cargo.toml to masterJeremy Soller-3/+0
2016-12-15Add start functions, switch allocation crate to rallocJeremy Soller-3/+83
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-8/+1405
2016-12-15Stabilize std::io::Take::into_innerAaron Turon-3/+1
2016-12-15Stabilize std::os::unix::process::CommandExt::before_execAaron Turon-1/+1