| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -9/+8 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -1/+1 |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -2/+5 |
| 2016-01-14 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -2/+5 |
| 2016-01-14 | implement the obligation forest data structure and add some unit tests | Niko Matsakis | -1/+1 |
| 2016-01-12 | Fix long line in URL | Niko Matsakis | -1/+2 |
| 2016-01-12 | Revamp the "future incompatible" section to clarify the situation | Niko Matsakis | -3/+23 |
| 2016-01-11 | Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelix | Simonas Kazlauskas | -33/+53 |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -33/+53 |
| 2016-01-08 | Added proper lint for the unit variant/struct warning. | Felix S. Klock II | -1/+2 |
| 2016-01-05 | convert from hard error to future-incompatible lint | Niko Matsakis | -2/+2 |
| 2015-12-30 | Refactoring | Nick Cameron | -5/+4 |
| 2015-12-30 | use structured errors | Nick Cameron | -6/+7 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+1 |
| 2015-12-18 | Use lint instead of warning | Vadim Petrochenkov | -0/+3 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -0/+1 |
| 2015-12-16 | Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatch | bors | -7/+20 |
| 2015-12-12 | Address the review comments | Vadim Petrochenkov | -1/+1 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -34/+31 |
| 2015-12-09 | Warn no_mangle on generic functions | Seo Sanghyeon | -7/+20 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -3/+1 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -1/+1 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -2/+1 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | remove csearch from resolve and typeck | Ariel Ben-Yehuda | -4/+4 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -13/+2 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -2/+2 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+2 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -6/+6 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -5/+5 |
| 2015-11-18 | Auto merge of #29882 - devonhollowood:master, r=Manishearth | bors | -90/+1 |
| 2015-11-17 | Remove unused imports | Devon Hollowood | -1/+1 |
| 2015-11-17 | Remove 'raw_pointer_derive' lint (#14615) | Devon Hollowood | -89/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -4/+4 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -4/+4 |
| 2015-10-28 | Auto merge of #29402 - sanxiyn:if-let, r=steveklabnik | bors | -13/+6 |
| 2015-10-27 | Update unused_parens lint for placement-in arrow | Simonas Kazlauskas | -0/+1 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -2/+1 |
| 2015-10-28 | Use `if let` | Seo Sanghyeon | -13/+6 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -3/+2 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -2/+1 |
| 2015-10-17 | Auto merge of #29109 - nxnfufunezn:master, r=Manishearth | bors | -9/+6 |
| 2015-10-17 | Updated librustc_lint/builtin.rs to use span_lint_note | nxnfufunezn | -9/+6 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -27/+8 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -1/+2 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -4/+4 |