| Age | Commit message (Expand) | Author | Lines |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -1/+1 |
| 2016-02-02 | Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc | bors | -6/+24 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -6/+24 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -1/+1 |
| 2016-01-29 | trans: Upgrade LLVM | Alex Crichton | -1/+1 |
| 2016-01-29 | Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakis | bors | -0/+16 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -2/+3 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -0/+16 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+3 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -11/+8 |
| 2016-01-21 | Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1 | bors | -1/+1 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -1/+1 |
| 2016-01-21 | Auto merge of #29520 - retep998:staticlib-naming-fiasco, r=alexcrichton | bors | -2/+10 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -43/+43 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -44/+71 |
| 2016-01-16 | Change name when outputting staticlibs on Windows | Peter Atashian | -2/+10 |
| 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 |