| Age | Commit message (Expand) | Author | Lines |
| 2015-11-25 | Update liblibc | Vadim Petrochenkov | -0/+0 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -52/+34 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -37/+18 |
| 2015-11-25 | Auto merge of #30030 - steveklabnik:doc_std_char, r=brson | bors | -36/+169 |
| 2015-11-25 | Improve docs for std::char | Steve Klabnik | -36/+169 |
| 2015-11-25 | Auto merge of #30052 - Ryman:bind_docs, r=apasel422 | bors | -1/+1 |
| 2015-11-25 | Fix docs for TcpListener::bind | Kevin Butler | -1/+1 |
| 2015-11-25 | Auto merge of #30034 - brson:rust_path, r=alexcrichton | bors | -98/+4 |
| 2015-11-25 | Auto merge of #30049 - Manishearth:rollup, r=Manishearth | bors | -16/+96 |
| 2015-11-25 | Rollup merge of #30040 - apasel422:issue-30031, r=brson | Manish Goregaokar | -0/+5 |
| 2015-11-25 | Rollup merge of #30038 - Carreau:cargo-philosopher, r=steveklabnik | Manish Goregaokar | -2/+11 |
| 2015-11-25 | Rollup merge of #30013 - steveklabnik:doc_char, r=brson | Manish Goregaokar | -14/+80 |
| 2015-11-25 | Auto merge of #30011 - jonas-schievink:macro-context, r=nrc | bors | -11/+63 |
| 2015-11-25 | Auto merge of #29687 - Havvy:ux-guidelines, r=pnkfelix | bors | -0/+73 |
| 2015-11-24 | Auto merge of #30016 - alexcrichton:fix-off-by-one, r=brson | bors | -14/+24 |
| 2015-11-24 | Add overflow check to `arc::Weak::upgrade` | Andrew Paseltiner | -0/+5 |
| 2015-11-24 | Auto merge of #30009 - apasel422:tests, r=alexcrichton | bors | -0/+48 |
| 2015-11-24 | Add cargo instructions for dinning_philosopher project | Matthias Bussonnier | -2/+11 |
| 2015-11-24 | Auto merge of #29960 - aturon:dismantle-traitref-subtyping, r=nikomatsakis | bors | -27/+38 |
| 2015-11-24 | Remove RUST_PATH from compiler | Brian Anderson | -98/+4 |
| 2015-11-24 | Fix up docs for char | Steve Klabnik | -14/+80 |
| 2015-11-24 | Auto merge of #30028 - steveklabnik:rollup, r=steveklabnik | bors | -123/+52 |
| 2015-11-24 | Fix test failures | Jonas Schievink | -5/+5 |
| 2015-11-24 | Remove "this" | Jonas Schievink | -1/+1 |
| 2015-11-24 | Rollup merge of #30023 - Ms2ger:EntryOrExit, r=Manishearth | Steve Klabnik | -8/+5 |
| 2015-11-24 | Rollup merge of #30020 - Manishearth:unit, r=bluss | Steve Klabnik | -2/+2 |
| 2015-11-24 | Rollup merge of #30019 - alex:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-11-24 | Rollup merge of #30004 - michaelwoerister:primitive-ty-to-str, r=alexcrichton | Steve Klabnik | -110/+44 |
| 2015-11-24 | Rollup merge of #29933 - tbu-:pr_dont_opt_in_copy, r=nikomatsakis | Steve Klabnik | -2/+0 |
| 2015-11-24 | Auto merge of #29934 - arielb1:constrained-projection-2, r=nikomatsakis | bors | -19/+85 |
| 2015-11-24 | Use the EntryOrExit variants qualified. | Ms2ger | -8/+5 |
| 2015-11-24 | Auto merge of #30012 - jonas-schievink:log-level-trace, r=alexcrichton | bors | -1/+1 |
| 2015-11-24 | Auto merge of #30000 - Manishearth:unreachable-call, r=nrc | bors | -4/+64 |
| 2015-11-24 | Update reference.md | Manish Goregaokar | -2/+2 |
| 2015-11-24 | fixed inconsistent indentation in book example | Alex Gaynor | -1/+1 |
| 2015-11-24 | Fix unreachable code in libsyntax | Manish Goregaokar | -9/+4 |
| 2015-11-24 | Auto merge of #30006 - ntrepid8:skip-check-for-DYLD-libs-in-child-proc, r=ale... | bors | -0/+1 |
| 2015-11-24 | Auto merge of #30001 - Detegr:master, r=Manishearth | bors | -0/+28 |
| 2015-11-23 | std: Tweak tests of std::time | Alex Crichton | -14/+24 |
| 2015-11-23 | Add TRACE to the known log levels | Jonas Schievink | -1/+1 |
| 2015-11-24 | Make unreachable_code lint warn on diverging call arguments as well | Manish Goregaokar | -0/+65 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -113/+126 |
| 2015-11-23 | Print the macro context name on incomplete parse | Jonas Schievink | -11/+63 |
| 2015-11-23 | Add tests for #25810 and #29276 | Andrew Paseltiner | -0/+48 |
| 2015-11-23 | skip check for DYLD envars in child proc | Josh Austin | -0/+1 |
| 2015-11-23 | Add compile-fail test for issue #10969 | Antti Keränen | -0/+17 |
| 2015-11-23 | Auto merge of #29530 - jseyfried:resolve, r=nikomatsakis | bors | -825/+377 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -110/+44 |
| 2015-11-23 | Add a note when trying to call a non-function | Antti Keränen | -0/+11 |
| 2015-11-23 | wording: results don't fail | Philipp Matthias Schäfer | -1/+1 |