| Age | Commit message (Expand) | Author | Lines |
| 2014-07-15 | libsyntax::ast: Derive Show impls | Ben Gamari | -70/+82 |
| 2014-07-15 | auto merge of #15615 : jakub-/rust/diagnostics, r=brson | bors | -390/+410 |
| 2014-07-15 | auto merge of #15426 : aochagavia/rust/str, r=alexcrichton | bors | -563/+534 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -110/+51 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -256/+258 |
| 2014-07-15 | Deprecate `str::from_utf16_lossy` | Adolfo Ochagavía | -106/+111 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo Ochagavía | -36/+40 |
| 2014-07-15 | Deprecate str::from_byte | Adolfo Ochagavía | -2/+19 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -21/+17 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -11/+23 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -86/+80 |
| 2014-07-15 | auto merge of #15604 : mrmonday/rust/raw-socket-libc, r=alexcrichton | bors | -0/+21 |
| 2014-07-15 | auto merge of #15421 : catharsis/rust/doc-ffi-minor-fixes, r=alexcrichton | bors | -7/+7 |
| 2014-07-15 | Add low level support for polling with librustuv. | Robert Clipsham | -0/+21 |
| 2014-07-15 | auto merge of #15371 : pnkfelix/rust/fsk-render-dataflow-on-dot, r=alexcrichton | bors | -47/+627 |
| 2014-07-15 | Extend --pretty flowgraph=ID to include dataflow results in output. | Felix S. Klock II | -47/+627 |
| 2014-07-15 | auto merge of #15534 : steveklabnik/rust/guide_stdin, r=brson | bors | -0/+106 |
| 2014-07-15 | auto merge of #15531 : steveklabnik/rust/guide_looping, r=brson | bors | -4/+137 |
| 2014-07-15 | auto merge of #15511 : brson/rust/extract-rustc-back, r=alexcrichton | bors | -2459/+2718 |
| 2014-07-15 | auto merge of #15434 : steveklabnik/rust/guide_match, r=brson | bors | -0/+96 |
| 2014-07-14 | auto merge of #15227 : alexcrichton/rust/windows-unlink, r=brson | bors | -6/+47 |
| 2014-07-14 | std: Make unlink() more consistent | Alex Crichton | -6/+47 |
| 2014-07-14 | Fix rebase fallout. Sorry. | Brian Anderson | -76/+29 |
| 2014-07-14 | rustc_llvm: Remove the inner llvm module | Brian Anderson | -1698/+1698 |
| 2014-07-14 | rustc_llvm: Remove an unnecessary workaround | Brian Anderson | -6/+1 |
| 2014-07-14 | rustc: Move util::sha2 to rustc_back | Brian Anderson | -3/+6 |
| 2014-07-14 | rustc: Move util::fs to rustc_back | Brian Anderson | -1/+3 |
| 2014-07-14 | rustc_back: Update crate docs | Brian Anderson | -1/+14 |
| 2014-07-14 | rustc: Move archive to rustc_back | Brian Anderson | -1/+2 |
| 2014-07-14 | rustc: Move ArchiveRO to rustc_llvm | Brian Anderson | -57/+74 |
| 2014-07-14 | rustc: Invert some archive deps | Brian Anderson | -34/+85 |
| 2014-07-14 | Extract rpath to rustc_back::rpath | Brian Anderson | -1/+2 |
| 2014-07-14 | rustc: Invert some rpath dependencies | Brian Anderson | -85/+77 |
| 2014-07-14 | Extract librustc_back from librustc | Brian Anderson | -125/+166 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -19/+209 |
| 2014-07-14 | auto merge of #15666 : yorkie/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-07-15 | doc: missing quote in keyword Send | Yazhong Liu | -1/+1 |
| 2014-07-14 | auto merge of #15655 : lightsofapollo/rust/glob-match-options-pub, r=alexcric... | bors | -3/+3 |
| 2014-07-14 | auto merge of #15632 : masklinn/rust/patch-1, r=alexcrichton | bors | -2/+8 |
| 2014-07-14 | Document that Result.unwrap prints the Err's value | masklinn | -2/+8 |
| 2014-07-13 | glob::MatchOptions struct fields should be public | James Lal | -3/+3 |
| 2014-07-14 | auto merge of #15653 : erickt/rust/master, r=alexcrichton | bors | -2/+2 |
| 2014-07-14 | auto merge of #15497 : jasonthompson/rust/docs/str3, r=cmr | bors | -0/+47 |
| 2014-07-14 | auto merge of #15649 : catharsis/rust/rust-libstd-examples, r=alexcrichton | bors | -7/+45 |
| 2014-07-13 | std: make std::io::IoError{,Kind} implement Eq | Erick Tryzelaar | -2/+2 |
| 2014-07-13 | auto merge of #15158 : alexcrichton/rust/windows-paths, r=brson | bors | -1/+77 |
| 2014-07-13 | native: Search the child's PATH on win32 | Alex Crichton | -1/+77 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -107/+112 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -107/+112 |
| 2014-07-13 | libstd: Add a few doc examples | Anton Lofgren | -7/+45 |