| Age | Commit message (Expand) | Author | Lines |
| 2014-12-09 | Test fixes and rebase conflicts from the rollup | Alex Crichton | -3/+3 |
| 2014-12-09 | rollup merge of #19653: frewsxcv/rm-reexports | Alex Crichton | -1/+4 |
| 2014-12-09 | rollup merge of #19620: retep998/memorymap | Alex Crichton | -39/+35 |
| 2014-12-09 | rollup merge of #19614: steveklabnik/gh19599 | Alex Crichton | -1/+1 |
| 2014-12-09 | rollup merge of #19577: aidancully/master | Alex Crichton | -1/+17 |
| 2014-12-08 | Remove Result and Option reexports | Corey Farwell | -1/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -22/+125 |
| 2014-12-08 | core: remove the dead function fmt::argumentstr. | Eduard Burtescu | -1/+1 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -218/+215 |
| 2014-12-07 | Make MemoryMap use HANDLE on Windows. | Peter Atashian | -39/+35 |
| 2014-12-07 | Fix syntax error on android tests | Jorge Aparicio | -2/+2 |
| 2014-12-07 | remove usage of notrust from the docs | Steve Klabnik | -1/+1 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -96/+96 |
| 2014-12-06 | libstd: remove unnecessary `as_mut_slice` calls | Jorge Aparicio | -1/+1 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -121/+118 |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -84/+115 |
| 2014-12-06 | auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichton | bors | -17/+27 |
| 2014-12-05 | prefer "FIXME" to "TODO". | Aidan Cully | -1/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -84/+115 |
| 2014-12-05 | work around portability issue on FreeBSD, in which the key returned from | Aidan Cully | -1/+17 |
| 2014-12-05 | rollup merge of #19454: nodakai/libstd-reap-failed-child | Corey Richardson | -10/+33 |
| 2014-12-05 | rollup merge of #19416: sfackler/global-stdin | Corey Richardson | -24/+136 |
| 2014-12-05 | rollup merge of #19364: steveklabnik/doc_buffered_reader | Corey Richardson | -3/+3 |
| 2014-12-05 | rollup merge of #19274: alexcrichton/rewrite-sync | Corey Richardson | -3106/+2561 |
| 2014-12-05 | std: change BufWriter to return ShortWrite/EndOfFile | Erick Tryzelaar | -17/+27 |
| 2014-12-05 | Fall out of the std::sync rewrite | Alex Crichton | -65/+88 |
| 2014-12-05 | std: Rewrite the `sync` module | Alex Crichton | -3048/+2480 |
| 2014-12-05 | std: Close TcpListener with closesocket() | Alex Crichton | -20/+24 |
| 2014-12-05 | libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2). | NODA, Kai | -10/+33 |
| 2014-12-05 | auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichton | bors | -10/+24 |
| 2014-12-04 | auto merge of #18980 : erickt/rust/reader, r=erickt | bors | -6/+78 |
| 2014-12-04 | auto merge of #19167 : japaric/rust/rhs-cmp, r=aturon | bors | -103/+83 |
| 2014-12-03 | Back io::stdin with a global singleton BufferedReader | Steven Fackler | -24/+136 |
| 2014-12-04 | libstd: explicitly disallow io::fs::File to open a directory. | NODA, Kai | -8/+22 |
| 2014-12-04 | libstd: io::fs::File::stat() need not to take &mut self. | NODA, Kai | -2/+2 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -0/+2 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -3/+3 |
| 2014-12-03 | Remove unused transmutes from tests | Jorge Aparicio | -100/+78 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -6/+66 |
| 2014-11-30 | std: add tests for the Vec<u8> Writer impl | Erick Tryzelaar | -0/+12 |
| 2014-11-30 | std: Change the behavior of `reserve` for HashMap. | Piotr Czarnecki | -6/+17 |
| 2014-11-30 | std: Remove implicit shrinking from hash_map. | Piotr Czarnecki | -139/+240 |
| 2014-11-28 | small doc fixes | Steve Klabnik | -3/+3 |
| 2014-11-28 | auto merge of #19360 : olivren/rust/master, r=Gankro | bors | -5/+4 |
| 2014-11-28 | auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton | bors | -1/+1 |
| 2014-11-28 | auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnik | bors | -41/+35 |
| 2014-11-27 | Fix example code for unreachable! | olivren | -5/+4 |
| 2014-11-27 | Fixed iOS build after Iter stab | Valerii Hiora | -1/+1 |
| 2014-11-27 | Documentation fix for std::num::strconv | Barosl Lee | -41/+35 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -2/+0 |