| Age | Commit message (Expand) | Author | Lines |
| 2015-12-11 | Auto merge of #30301 - michaelwoerister:mir-to-metadata2, r=nikomatsakis | bors | -63/+567 |
| 2015-12-11 | Add name of initializer to missing field message, closes #30299 | Florian Hahn | -3/+4 |
| 2015-12-10 | Auto merge of #30148 - steveklabnik:doc_string, r=alexcrichton | bors | -94/+294 |
| 2015-12-10 | std: improve io error descriptions | Sean McArthur | -1/+23 |
| 2015-12-10 | Improve documentation on String's methods | Steve Klabnik | -94/+294 |
| 2015-12-10 | Make MIR encodable and store it in crate metadata. | Michael Woerister | -34/+163 |
| 2015-12-10 | Add a MIR visitor that allows to mutate the visited data | Michael Woerister | -0/+274 |
| 2015-12-10 | Add visit_defid(), visit_span(), and visit_literal() to MIR visitor | Michael Woerister | -1/+36 |
| 2015-12-10 | MIR: Make Mir take ownership of InlineAsm values. | Michael Woerister | -3/+3 |
| 2015-12-10 | Auto merge of #30303 - mitaa:htmldocck, r=brson | bors | -54/+86 |
| 2015-12-10 | MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays. | Michael Woerister | -25/+30 |
| 2015-12-10 | Add TupleSlice trait to rustc_data_structures. | Michael Woerister | -0/+61 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -1437/+112 |
| 2015-12-10 | book: Update Tier 2 platforms | Alex Crichton | -24/+24 |
| 2015-12-10 | Correct 'bye' to 'byte' in str docs. | Scott Olson | -2/+2 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -1437/+112 |
| 2015-12-10 | Long await regression test for dropck on trait object method. | Felix S. Klock II | -0/+52 |
| 2015-12-10 | Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis | bors | -1/+67 |
| 2015-12-10 | Improve `htmldocck.py` error messages | mitaa | -54/+86 |
| 2015-12-10 | Auto merge of #30298 - Letheed:docpatch, r=sanxiyn | bors | -1/+3 |
| 2015-12-10 | fix missing Panics tag and missing period | Letheed | -1/+3 |
| 2015-12-10 | adjust documentation to mention `intravisit` instead of `visit` | Oliver Schneider | -2/+2 |
| 2015-12-10 | Auto merge of #30293 - steveklabnik:fixes, r=brson | bors | -4/+5 |
| 2015-12-10 | Auto merge of #30292 - Xmasreturns:patch-3, r=steveklabnik | bors | -24/+22 |
| 2015-12-10 | Auto merge of #30291 - Xmasreturns:patch-2, r=steveklabnik | bors | -8/+8 |
| 2015-12-10 | Fix a bug in which the visibility of a use declaration defining a name in one... | Jeffrey Seyfried | -147/+153 |
| 2015-12-10 | Auto merge of #30285 - glglwty:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-12-09 | Auto merge of #30284 - GuillaumeGomez:patch-3, r=Manishearth | bors | -1/+35 |
| 2015-12-09 | Fixes from review | Xmasreturns | -2/+2 |
| 2015-12-09 | Fix link in char docs | Steve Klabnik | -3/+4 |
| 2015-12-09 | Fix extra space in str docs | Steve Klabnik | -1/+1 |
| 2015-12-09 | Grammar and slight ordering changes | Xmasreturns | -25/+23 |
| 2015-12-09 | Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichton | bors | -2/+2 |
| 2015-12-09 | Grammar changes for readability | Xmasreturns | -8/+8 |
| 2015-12-09 | Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichton | bors | -45/+462 |
| 2015-12-09 | add test for tuple index op error span | Oliver Schneider | -0/+18 |
| 2015-12-09 | Add E0269 error explanation | Guillaume Gomez | -1/+35 |
| 2015-12-09 | forward inner error in struct and tuple field access | Oliver Schneider | -25/+19 |
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -45/+462 |
| 2015-12-09 | fixed a typo in comments | Tianyi Wang | -1/+1 |
| 2015-12-09 | Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis | bors | -107/+449 |
| 2015-12-09 | Add scoped thread-local encoding and decoding contexts to cstore. | Michael Woerister | -107/+449 |
| 2015-12-10 | Fix `& ref ident` patterns for DSTs | James Miller | -4/+44 |
| 2015-12-09 | Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmana | bors | -40/+23 |
| 2015-12-09 | Auto merge of #30278 - steveklabnik:rollup, r=steveklabnik | bors | -68/+89 |
| 2015-12-09 | Rollup merge of #30274 - tshepang:mere-renames, r=steveklabnik | Steve Klabnik | -52/+5 |
| 2015-12-09 | Rollup merge of #30273 - Xmasreturns:patch-1, r=steveklabnik | Steve Klabnik | -14/+10 |
| 2015-12-09 | Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelix | Steve Klabnik | -0/+37 |
| 2015-12-09 | Rollup merge of #30224 - matklad:super-docs, r=steveklabnik | Steve Klabnik | -0/+19 |
| 2015-12-09 | Rollup merge of #30201 - GuillaumeGomez:patch-3, r=Manishearth | Steve Klabnik | -2/+18 |