| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -18/+20 | |
| Fixes https://github.com/rust-lang/rust/issues/49233. | ||||
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 | |
| This fixes headings reading "Unsafety" and "Example", they should be "Safety" and "Examples" according to RFC 1574. | ||||
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -2/+2 | |
| Fix some typos Follow up of #43794 If refined my script a little bit and found some more. | ||||
| 2017-08-12 | Fix some typos | Bastien Orivel | -2/+2 | |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -0/+1 | |
| 2017-08-04 | Auto merge of #43459 - ids1024:asrawfd, r=alexcrichton | bors | -0/+16 | |
| Implement AsRawFd for Stdin, Stdout, and Stderr https://github.com/rust-lang/rfcs/issues/2074 | ||||
| 2017-07-29 | Redox: Add JoinHandleExt (matching Unix version) | Ian Douglas Scott | -0/+50 | |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -3/+3 | |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+16 | |
| 2017-07-06 | Redox: add stat methods(); support is_symlink() | Ian Douglas Scott | -0/+15 | |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -21/+31 | |
| Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored. | ||||
| 2017-01-30 | Add dev and ino to MetadataExt | Jeremy Soller | -0/+10 | |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -5/+5 | |
| See #38644. | ||||
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -15/+20 | |
| Redox Cross Compilation I will admit - there are things here that I wish I did not have to do. This completes the ability to create a cross compiler from the rust repository for `x86_64-unknown-redox`. I will document this PR with inline comments explaining some things. [View this gist to see how a cross compiler is built](https://gist.github.com/jackpot51/6680ad973986e84d69c79854249f2b7e) Prior discussion of a smaller change is here: https://github.com/rust-lang/rust/pull/38366 | ||||
| 2016-12-21 | Add RawFd traits for net | Jeremy Soller | -15/+20 | |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+1 | |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -8/+8 | |
| 2016-11-28 | Switch to using syscall crate directly - without import | Jeremy Soller | -9/+7 | |
| 2016-11-15 | Add set_perm | Jeremy Soller | -1/+1 | |
| 2016-10-28 | Remove unsafe libc layer | Jeremy Soller | -2/+1 | |
| 2016-10-27 | Add redox system | Jeremy Soller | -0/+741 | |
