| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichton | bors | -1/+16 |
| 2014-10-01 | libstd: Pass-through PATH in test_override_env | Ricardo M. Correia | -1/+16 |
| 2014-09-30 | Fix libstd | Steven Fackler | -7/+7 |
| 2014-09-17 | Pacify lint gods. | Vadim Chugunov | -2/+3 |
| 2014-09-17 | Case-insensitive environment keys. | Vadim Chugunov | -7/+75 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+0 |
| 2014-08-13 | std: Clarify what timers do with zero and negative durations | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -1/+1 |
| 2014-08-12 | libnative: process spawning should not close inherited file descriptors | Ivan Petkov | -1/+24 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -6/+5 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -9/+4 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -20/+86 |
| 2014-07-09 | Derive Clone for Command and StdioContainer | Jorge Aparicio | -0/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-16 | std: Support consuming a Process without waiting | Alex Crichton | -0/+23 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+2 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -9/+25 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -12/+12 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+4 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -19/+25 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -2/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -2/+2 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -305/+290 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -59/+131 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -2/+2 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -28/+29 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -6/+2 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -22/+22 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -21/+19 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -3/+26 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |