| Age | Commit message (Expand) | Author | Lines |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -11/+32 |
| 2016-01-08 | Also store MIR of closures in crate metadata. | Michael Woerister | -6/+9 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -2/+2 |
| 2016-01-05 | Refactor compiler to make use of dep-tracking-maps. Also, in cases where | Niko Matsakis | -11/+6 |
| 2016-01-02 | Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearth | bors | -1/+14 |
| 2016-01-02 | Add E0463 error explanation | Guillaume Gomez | -1/+14 |
| 2015-12-31 | Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson | Simonas Kazlauskas | -325/+278 |
| 2015-12-31 | Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson | bors | -12/+12 |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -4/+5 |
| 2015-12-30 | use structured errors | Nick Cameron | -47/+65 |
| 2015-12-29 | Add a hint when given --extern with an indeterminate type | Corey Richardson | -0/+2 |
| 2015-12-28 | Use a more efficient encoding for opaque data in RBML. | Michael Woerister | -325/+278 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -12/+12 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -4/+1 |
| 2015-12-22 | Fix def paths creation for items inlined from external crates. | Michael Woerister | -17/+45 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -12/+11 |
| 2015-12-17 | Auto merge of #30325 - jseyfried:fixes_30078, r=nrc | bors | -1/+1 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-17 | Auto merge of #30354 - petrochenkov:defuse, r=sanxiyn | bors | -1/+0 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -0/+13 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -12/+11 |
| 2015-12-16 | rustc: Remove def::DefUse | Vadim Petrochenkov | -1/+0 |
| 2015-12-16 | Rollup merge of #30320 - nrc:err-names, r=@nikomatsakis | Manish Goregaokar | -1/+2 |
| 2015-12-15 | Ensure borrows of fn/closure params do not outlive invocations. | Felix S. Klock II | -0/+13 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -11/+65 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -1/+2 |
| 2015-12-10 | Make MIR encodable and store it in crate metadata. | Michael Woerister | -5/+91 |
| 2015-12-09 | Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis | bors | -106/+234 |
| 2015-12-09 | Add scoped thread-local encoding and decoding contexts to cstore. | Michael Woerister | -106/+234 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -5/+5 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -5/+5 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -14/+12 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -3/+15 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -16/+15 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -0/+9710 |