| Age | Commit message (Expand) | Author | Lines |
| 2015-11-26 | ; | Jonas Schievink | -1/+1 |
| 2015-11-26 | Auto merge of #30068 - wthrowe:unsized-pointer-impls, r=alexcrichton | bors | -4/+4 |
| 2015-11-26 | Auto merge of #30043 - arielb1:split-metadata, r=nikomatsakis | bors | -1244/+1760 |
| 2015-11-26 | rustdoc: only show macro arm's lhs | Jonas Schievink | -2/+10 |
| 2015-11-26 | fix rustc-test | Ariel Ben-Yehuda | -10/+147 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -27/+32 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -22/+25 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -908/+629 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -39/+100 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -79/+130 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -143/+200 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -122/+242 |
| 2015-11-26 | remove csearch from resolve and typeck | Ariel Ben-Yehuda | -74/+130 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -86/+391 |
| 2015-11-26 | Auto merge of #30061 - tshepang:doc-time, r=brson | bors | -13/+12 |
| 2015-11-26 | Auto merge of #30054 - Ms2ger:TypeOrigin, r=eddyb | bors | -82/+83 |
| 2015-11-26 | Add '!' to macro name suggestion, use fileline_help instead of span_help | Florian Hartwig | -2/+2 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -83/+46 |
| 2015-11-26 | Use the TypeOrigin variants qualified. | Ms2ger | -82/+83 |
| 2015-11-26 | Mark raw pointer Send and Sync impls ?Sized | William Throwe | -4/+4 |
| 2015-11-26 | save-analysis: use absolute paths for file names | Nick Cameron | -2/+13 |
| 2015-11-26 | doc: this is already mentioned in previous paragraph, and is harder to read | Tshepang Lekhonkhobe | -3/+2 |
| 2015-11-25 | Corrections to the while-let example per review. | ebadf | -5/+4 |
| 2015-11-26 | Auto merge of #30053 - JIghtuse:master, r=steveklabnik | bors | -0/+1 |
| 2015-11-26 | Add test for macro suggestions | Florian Hartwig | -0/+14 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -3/+21 |
| 2015-11-25 | Auto merge of #30060 - jonas-schievink:asparagus, r=nikomatsakis | bors | -12/+40 |
| 2015-11-26 | book: miscellaneous improvements to "dining philosophers" example | Tshepang Lekhonkhobe | -5/+8 |
| 2015-11-26 | Consider a crate staged if it has `stable` or `unstable` in its root | Vadim Petrochenkov | -15/+15 |
| 2015-11-25 | doc: fix type name | Tshepang Lekhonkhobe | -1/+1 |
| 2015-11-25 | doc: add a pause | Tshepang Lekhonkhobe | -2/+3 |
| 2015-11-25 | doc: split overlong sentence | Tshepang Lekhonkhobe | -2/+2 |
| 2015-11-25 | doc: add missing commas | Tshepang Lekhonkhobe | -2/+2 |
| 2015-11-25 | doc: fix grammar | Tshepang Lekhonkhobe | -1/+1 |
| 2015-11-25 | doc: remove info repeated on next paragraph | Tshepang Lekhonkhobe | -2/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -1511/+1981 |
| 2015-11-25 | Add a test | Jonas Schievink | -0/+17 |
| 2015-11-25 | Fix "Cannot fill in a NT" ICE | Jonas Schievink | -12/+23 |
| 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 #30044 - nikomatsakis:issue-29466, r=arielb1 | bors | -139/+3711 |
| 2015-11-25 | Updated "while let" example. | androm3da | -3/+5 |
| 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 | trpl: Fix example logic in error handling chapter | Boris Egorov | -0/+1 |
| 2015-11-25 | Auto merge of #30049 - Manishearth:rollup, r=Manishearth | bors | -16/+96 |