| Age | Commit message (Expand) | Author | Lines |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -2/+22 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+22 |
| 2016-05-21 | Move `placement_in_syntax` gated feature checking from expansion to the post-... | Jeffrey Seyfried | -0/+3 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -0/+11 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+11 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -2/+6 |
| 2016-05-07 | Implement RFC 1440 "Allow Drop types in statics/const functions". | Eduard Burtescu | -1/+4 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -3/+3 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -549/+425 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -1/+13 |
| 2016-04-22 | Remove some useless code. | Leo Testard | -33/+9 |
| 2016-04-22 | Remove the MacroVisitor pass. | Leo Testard | -90/+27 |
| 2016-04-21 | Generate the features structure and arrays with new macros. | Leo Testard | -414/+189 |
| 2016-04-21 | Rewrite the feature-gate checks to use a structure instead of a list of strings. | Leo Testard | -223/+411 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -0/+15 |
| 2016-04-14 | Feature gate `pub(restricted)` | Jeffrey Seyfried | -0/+15 |
| 2016-04-13 | Update a comment to reflect changes in tidy checks. | Leo Testard | -2/+2 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -2/+2 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+2 |
| 2016-04-10 | Auto merge of #32806 - brson:fix-features, r=alexcrichton | bors | -2/+2 |
| 2016-04-07 | Set the version number for stabilization of braced_empty_structs | Brian Anderson | -2/+2 |
| 2016-04-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+8 |
| 2016-03-27 | Type macro is tracked at rust-lang/rust#27245, not 27336 | NODA, Kai | -1/+1 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -1/+8 |
| 2016-03-25 | unit-test symbol-names and item-paths | Niko Matsakis | -0/+7 |
| 2016-03-25 | modify #[deriving(Eq)] to emit #[structural_match] | Niko Matsakis | -1/+8 |
| 2016-03-23 | add naked function tracking issue # to feature gate definition | Tim Neumann | -1/+1 |
| 2016-03-22 | Add tests | Ticki | -1/+1 |
| 2016-03-21 | Add support for naked functions | Ticki | -0/+6 |
| 2016-03-17 | Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used. | Eduard Burtescu | -4/+8 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -3/+2 |
| 2016-03-14 | Address basic nits from initial review | Aaron Turon | -0/+1 |
| 2016-03-14 | Add feature gate | Aaron Turon | -0/+12 |
| 2016-03-07 | implement the `?` operator | Jorge Aparicio | -0/+9 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+12 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -12/+3 |
| 2016-02-27 | fix fallout from libsyntax enumpocalypse | Alex Burka | -1/+1 |
| 2016-02-27 | feature-gate inclusive range syntax | Alex Burka | -1/+12 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -4/+4 |
| 2016-02-12 | Use more autoderef in libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -6/+6 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -4/+4 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -5/+19 |
| 2016-01-11 | add feature gate "abi_vectorcall" for the vectorcall calling convention | Steffen | -5/+19 |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -4/+1 |
| 2016-01-05 | Add assert-dep-graph testing mechanism and tests | Niko Matsakis | -0/+8 |
| 2015-12-30 | use structured errors | Nick Cameron | -13/+19 |
| 2015-12-21 | std: Use cfg(target_thread_local) in thread_local! | Alex Crichton | -1/+1 |