| Age | Commit message (Expand) | Author | Lines |
| 2015-11-18 | Review fixes | Vadim Petrochenkov | -23/+30 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -21/+439 |
| 2015-11-18 | Rework stability annotation pass | Vadim Petrochenkov | -137/+163 |
| 2015-11-17 | Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler | bors | -57/+57 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -154/+150 |
| 2015-11-17 | Auto merge of #29531 - bltavares:issue-28586, r=sanxiyn | bors | -0/+16 |
| 2015-11-17 | Fix match_ref_pats flagged by Clippy | Seo Sanghyeon | -57/+57 |
| 2015-11-17 | Auto merge of #29883 - Manishearth:rollup, r=Manishearth | bors | -24/+48 |
| 2015-11-17 | Rollup merge of #29881 - jeanm:patch-1, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-11-17 | Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichton | Manish Goregaokar | -11/+9 |
| 2015-11-17 | Rollup merge of #29876 - cardoe:i586-build-fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-11-17 | Rollup merge of #29875 - steveklabnik:gh29784, r=Manishearth | Manish Goregaokar | -2/+1 |
| 2015-11-17 | Rollup merge of #29874 - steveklabnik:gh29711, r=alexcrichton | Manish Goregaokar | -0/+18 |
| 2015-11-17 | Rollup merge of #29873 - steveklabnik:gh29493, r=nikomatsakis | Manish Goregaokar | -7/+16 |
| 2015-11-17 | Rollup merge of #29868 - petrochenkov:gv, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-11-17 | Auto merge of #29837 - Wafflespeanut:unicode_chars, r=Manishearth | bors | -1/+211 |
| 2015-11-17 | Detect confusing unicode characters and show the alternative | Ravi Shankar | -1/+211 |
| 2015-11-17 | Auto merge of #29870 - petrochenkov:typaren, r=nrc | bors | -13/+4 |
| 2015-11-17 | Auto merge of #29860 - steveklabnik:stackheapfixes, r=huonw | bors | -0/+8 |
| 2015-11-17 | Fix grammar | Jean Maillard | -1/+1 |
| 2015-11-17 | Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichton | bors | -7/+13 |
| 2015-11-17 | Fix libc module name for FreeBSD | Ole Krüger | -11/+9 |
| 2015-11-17 | Auto merge of #29297 - tbu-:pr_env_ignore_malformed, r=alexcrichton | bors | -12/+63 |
| 2015-11-16 | Make note about traits that can be derived | Steve Klabnik | -0/+18 |
| 2015-11-16 | Ignore malformed environment strings like glibc does | Tobias Bucher | -12/+63 |
| 2015-11-16 | mk/platform: support i486 and i586 target CHOST | Doug Goldstein | -1/+1 |
| 2015-11-16 | Auto merge of #29872 - steveklabnik:rollup, r=steveklabnik | bors | -85/+129 |
| 2015-11-16 | Remove nomicon reference to copy_lifetime | Steve Klabnik | -2/+1 |
| 2015-11-16 | Improve UFCS example | Steve Klabnik | -7/+16 |
| 2015-11-16 | Rollup merge of #29865 - apasel422:mutex, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-11-16 | Rollup merge of #29863 - steveklabnik:gh29526, r=alexcrichton | Steve Klabnik | -0/+3 |
| 2015-11-16 | Rollup merge of #29843 - arcnmx:authors, r=brson | Steve Klabnik | -43/+104 |
| 2015-11-16 | Rollup merge of #29796 - barosl:unresolved-import-extern-crate, r=steveklabnik | Steve Klabnik | -0/+9 |
| 2015-11-16 | Rollup merge of #29549 - brson:docidx, r=steveklabnik | Steve Klabnik | -41/+12 |
| 2015-11-16 | Auto merge of #29862 - ranma42:const_min_max, r=alexcrichton | bors | -5/+5 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -13/+4 |
| 2015-11-16 | Minor tweaks to doc index | Brian Anderson | -2/+2 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+40 |
| 2015-11-16 | Do not generate comparefoo.gv and simpleeq.gv during testing | Vadim Petrochenkov | -2/+2 |
| 2015-11-16 | Correct comment in `Mutex` example | Andrew Paseltiner | -1/+1 |
| 2015-11-16 | Auto merge of #29805 - norcalli:patch-1, r=steveklabnik | bors | -3/+4 |
| 2015-11-16 | Nomicon: mention tuple structs with repr(c) | Steve Klabnik | -0/+3 |
| 2015-11-16 | Make `min_value()` and `max_value()` const functions | Andrea Canciani | -5/+5 |
| 2015-11-16 | Reaffirm that this is an abstraction | Steve Klabnik | -0/+8 |
| 2015-11-16 | Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton | bors | -4/+6 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -48/+47 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -99/+99 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -106/+103 |
| 2015-11-16 | Auto merge of #29851 - shahn:hashset_doc_fix, r=steveklabnik | bors | -4/+1 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -3/+3 |