| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-12-21 | Add a more complete doc example for 'include' macro. | Corey Farwell | -2/+17 | |
| 2016-12-21 | Merge branch 'redox_cross' of https://github.com/redox-os/rust into redox_cross | Jeremy Soller | -3/+6 | |
| 2016-12-21 | Update liblibc, go back to lazy linking openlibm | Jeremy Soller | -1/+1 | |
| 2016-12-21 | Add missing examples in some thread functions | Guillaume Gomez | -8/+43 | |
| 2016-12-20 | Fix tidy | Jeremy Soller | -3/+6 | |
| 2016-12-20 | Docs: Explain why/when `.lines()` returns an error | Esteban Küber | -0/+6 | |
| 2016-12-20 | Static link openlibm | Jeremy Soller | -1/+1 | |
| 2016-12-20 | Fix building without backtrace | Jeremy Soller | -0/+1 | |
| 2016-12-20 | Readd statvfs | Jeremy Soller | -0/+26 | |
| 2016-12-20 | Move rt into sys::rt, fix tidy | Jeremy Soller | -337/+163 | |
| 2016-12-20 | Fix compile errors and such | Alex Crichton | -6/+8 | |
| 2016-12-20 | Link openlibm only in libstd | Jeremy Soller | -0/+2 | |
| 2016-12-20 | Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton | Alex Crichton | -1/+1 | |
| adaptation to rustbuild for openbsd Since the switch to rustbuild, the build for openbsd is broken: - [X] `ar` inference based on compiler name is wrong (OpenBSD usually use `egcc`, but `ear` doesn't exist) - [X] `make` isn't GNU-make under OpenBSD (and others BSD platforms) - [x] `stdc++` isn't the right stdc++ library to link with (it should be `estdc++`) - [x] corrects tests that don't pass anymore (problems related to rustbuild) r? @alexcrichton | ||||
| 2016-12-20 | Rollup merge of #38346 - GuillaumeGomez:duration_doc, r=frewsxcv | Alex Crichton | -13/+66 | |
| Duration doc r? @frewsxcv | ||||
| 2016-12-20 | Move start functions into libstd/rt | Jeremy Soller | -7/+5 | |
| 2016-12-20 | Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcv | Alex Crichton | -26/+566 | |
| Unix socket doc r? @frewsxcv | ||||
| 2016-12-20 | Rollup merge of #38131 - clarcharr:from_segments, r=alexcrichton | Alex Crichton | -1/+27 | |
| Add From<[u16; 8]> to Ipv6Addr Not really sure that this requires an RFC, but I figured that I'd offer a pull request and see what people think. It seems like a reasonable addition. | ||||
| 2016-12-20 | Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton | Alex Crichton | -7/+515 | |
| Implement `fmt::Debug` for all structures in libstd. Part of https://github.com/rust-lang/rust/issues/31869. Also turn on the `missing_debug_implementations` lint at the crate level. | ||||
| 2016-12-20 | Add arm syscalls | Jeremy Soller | -2/+78 | |
| 2016-12-19 | Allow `writeln!` without arguments, in symmetry with `println!` | Tobias Bucher | -1/+1 | |
| 2016-12-19 | Rollup merge of #38433 - GuillaumeGomez:thread_docs, r=frewsxcv | Seo Sanghyeon | -24/+38 | |
| Thread docs r? @frewscvx | ||||
| 2016-12-19 | Rollup merge of #38421 - apasel422:issue-36934, r=alexcrichton | Seo Sanghyeon | -328/+328 | |
| Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc` Closes #36934 r? @alexcrichton | ||||
| 2016-12-19 | Rollup merge of #38397 - frewsxcv:platform-specific-process-exit, r=alexcrichton | Seo Sanghyeon | -0/+17 | |
| Document platform-specific differences for `std::process::exit`. Fixes https://github.com/rust-lang/rust/issues/35046. | ||||
| 2016-12-18 | From<[u16; 8]> for Ipv6Addr. | Clar Charr | -1/+27 | |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -7/+515 | |
| Part of https://github.com/rust-lang/rust/issues/31869. Also turn on the `missing_debug_implementations` lint at the crate level. | ||||
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -3/+2 | |
| Warn unused type aliases, reimplemented Reimplementation of #37631. Fix #37455. | ||||
| 2016-12-18 | Document platform-specific differences for `std::process::exit`. | Corey Farwell | -0/+17 | |
| Fixes https://github.com/rust-lang/rust/issues/35046. | ||||
| 2016-12-18 | Fix Windows | Seo Sanghyeon | -3/+2 | |
| 2016-12-18 | Add missing urls for thread doc module | Guillaume Gomez | -24/+38 | |
| 2016-12-18 | Improve the API examples for `std::fs::File`. | Corey Farwell | -6/+38 | |
| * Separate functionality into different code blocks * Incorporate `BufReader` example * Fixes https://github.com/rust-lang/rust/issues/35875. | ||||
| 2016-12-17 | let BSD to use gmake for GNU-make | Sébastien Marie | -1/+1 | |
| the diff extends build_helper to provide an function to return the expected name of GNU-make on the host: "make" or "gmake". Fixes #38429 | ||||
| 2016-12-16 | Address fallout | Aaron Turon | -4/+4 | |
| 2016-12-16 | Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc` | Andrew Paseltiner | -328/+328 | |
| Closes #36934 | ||||
| 2016-12-16 | Add missing doc examples for UnixDatagram | Guillaume Gomez | -38/+285 | |
| 2016-12-15 | Revert libstd/Cargo.toml to master | Jeremy Soller | -3/+0 | |
| 2016-12-15 | Add start functions, switch allocation crate to ralloc | Jeremy Soller | -3/+83 | |
| 2016-12-15 | WIP: Cross-compilation for Redox target | Jeremy Soller | -8/+1405 | |
| 2016-12-15 | Stabilize std::io::Take::into_inner | Aaron Turon | -3/+1 | |
| 2016-12-15 | Stabilize std::os::unix::process::CommandExt::before_exec | Aaron Turon | -1/+1 | |
| 2016-12-15 | Stabilize std::sync::mpsc::Receiver::try_iter | Aaron Turon | -3/+3 | |
| 2016-12-15 | Stabilize std::os::*::fs::FileExt | Aaron Turon | -10/+10 | |
| 2016-12-14 | Merge branch 'master' into redox | Jeremy Soller | -10/+78 | |
| 2016-12-14 | Add missing Duration examples | Guillaume Gomez | -13/+66 | |
| 2016-12-12 | Fix tidy checks | Jeremy Soller | -1/+2 | |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -329/+1933 | |
| 2016-12-12 | Fix accidental removal of import | Jeremy Soller | -0/+1 | |
| 2016-12-12 | Rollback prefix | Jeremy Soller | -9/+4 | |
| 2016-12-12 | Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisa | Corey Farwell | -1/+58 | |
| Add more examples to UpdSocket r? @frewsxcv | ||||
| 2016-12-12 | Rollup merge of #37941 - Cobrand:docfix-issue-37915, r=GuillaumeGomez | Corey Farwell | -9/+20 | |
| Improve and fix mpsc documentation Closes #37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected r? @steveklabnik | ||||
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -4/+4 | |
| Rename 'librustc_unicode' crate to 'libstd_unicode'. Fixes https://github.com/rust-lang/rust/issues/26554. | ||||
