| Age | Commit message (Expand) | Author | Lines |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -4/+14 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -4/+14 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -0/+1 |
| 2018-01-28 | Suggest removing value from `break` when invalid | Esteban Küber | -0/+5 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -8/+5 |
| 2018-01-15 | Rollup merge of #47417 - petrochenkov:noasm, r=estebank | kennytm | -48/+3 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -2/+60 |
| 2018-01-13 | Move "no asm" check into AST validation | Vadim Petrochenkov | -48/+3 |
| 2018-01-13 | Re-add support for `impl Trait for ..` to the parser | Vadim Petrochenkov | -1/+6 |
| 2018-01-13 | Address review. | leonardo.yvens | -5/+5 |
| 2018-01-13 | Remove wfcheck for auto traits, remove dead error codes | leonardo.yvens | -6/+15 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -3/+0 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+1 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+2 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -23/+34 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+1 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+14 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -0/+1 |
| 2017-12-07 | Ignore `unsopported constant expr` error | Agustin Chiappe Berrini | -0/+1 |
| 2017-12-07 | remove unnecessary change | Agustin Chiappe Berrini | -1/+1 |
| 2017-12-07 | address comments | Agustin Chiappe Berrini | -18/+15 |
| 2017-12-06 | and refactor to just move the checking | Agustin Chiappe Berrini | -6/+23 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -14/+14 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -19/+19 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -14/+19 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -13/+0 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-11-11 | Always report patterns more complex than `mut IDENT` as errors | Vadim Petrochenkov | -10/+17 |
| 2017-11-11 | Accept interpolated patterns in trait method parameters | Vadim Petrochenkov | -25/+10 |
| 2017-11-09 | Auto merge of #45736 - oli-obk:rvalue_promotable_map, r=nikomatsakis | bors | -7/+9 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -2/+3 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+10 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -0/+1 |
| 2017-11-03 | Implemented RFC 2008 for enums (not including variants) and structs. | David Wood | -0/+10 |
| 2017-11-03 | Parse auto traits the same as traits. | leonardo.yvens | -1/+16 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-11-03 | Use a `Set<T>` instead of a `Map<T, bool>` | Oliver Schneider | -7/+9 |
| 2017-11-02 | rename `Lookup` to `TyContext` and pass more info when visiting tys | Niko Matsakis | -2/+3 |
| 2017-11-02 | add TerminatorKind::FalseEdges and use it in matches | Mikhail Modin | -0/+1 |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -2/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+1 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -33/+76 |
| 2017-10-16 | invoke const only on body-ids | Niko Matsakis | -14/+17 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -1/+1 |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -8/+0 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -8/+6 |
| 2017-09-11 | Update comment to properly describe static promotion restrictions | Aaron Hill | -3/+4 |