| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -0/+375 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -0/+375 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -6/+8 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -9/+10 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -1/+9 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -3/+5 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -1/+9 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -2/+2 |
| 2016-10-04 | Set `NON_ZERO_SIZED` flag correctly for struct/union ctors | Vadim Petrochenkov | -16/+8 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -6/+6 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -1/+1 |
| 2016-09-27 | Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrc | bors | -1/+4 |
| 2016-09-26 | Update E0425, E0446, E0449 | Jonathan Turner | -1/+4 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -1/+1 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -8/+6 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -3/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -8/+8 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -6/+7 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -0/+1 |
| 2016-09-03 | Add unions to AST | Vadim Petrochenkov | -0/+10 |
| 2016-08-31 | Rollup merge of #36147 - mikhail-m1:master, r=jonathandturner | Jonathan Turner | -6/+8 |
| 2016-08-30 | update E0265 to new format | Mikhail Modin | -6/+8 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -7/+10 |
| 2016-08-27 | Move E0379 check from typeck to ast validation | Keith Yeung | -0/+28 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -2/+2 |
| 2016-08-17 | Rollup merge of #35415 - silenuss:e0030-formatting, r=jonathandturner | Jonathan Turner | -4/+4 |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -0/+5 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -0/+1 |
| 2016-08-15 | Update compiler error 0030 to use new error format. | silenuss | -4/+4 |
| 2016-08-14 | Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturner | Eduard-Mihai Burtescu | -2/+6 |
| 2016-08-13 | Allow attributes to be marked used before `cfg` proccessing. | Jeffrey Seyfried | -0/+5 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+1 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -21/+0 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -4/+4 |
| 2016-08-10 | Update error format for E0130 | trixnz | -0/+1 |
| 2016-08-10 | E0248 Change in issue format | ShyamSundarB | -2/+6 |
| 2016-08-06 | Rollup merge of #35363 - GuillaumeGomez:err_codes, r=jonathandturner | Eduard-Mihai Burtescu | -4/+4 |
| 2016-08-05 | Add new error code tests | Guillaume Gomez | -4/+4 |
| 2016-08-04 | run rustfmt on librustc_passes folder | Srinivas Reddy Thatiparthy | -173/+200 |
| 2016-08-03 | Properly enforce the "patterns aren't allowed in foreign functions" check | Vadim Petrochenkov | -6/+37 |
| 2016-08-03 | Move the E0130 check to AST validation pass | Vadim Petrochenkov | -0/+50 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -2/+2 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -22/+10 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -6/+10 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -1/+1 |