| Age | Commit message (Expand) | Author | Lines |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -32/+41 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -8/+7 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+10 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -8/+7 |
| 2016-07-18 | Properly feature gate all unstable ABIs | Vadim Petrochenkov | -32/+41 |
| 2016-06-29 | Fix tests | ggomez | -1/+1 |
| 2016-06-29 | Add error codes in libsyntax | ggomez | -9/+8 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -7/+7 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -71/+20 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -7/+7 |
| 2016-06-05 | Respect #[rustc_inherit_overflow_checks] in mir::build and trans. | Eduard Burtescu | -0/+7 |
| 2016-06-01 | Auto merge of #33794 - petrochenkov:sanity, r=nrc | bors | -29/+3 |
| 2016-05-30 | stable features lint warning mentions version stabilized | Zack M. Davis | -3/+7 |
| 2016-05-28 | Move some other checks to AST sanity pass | Vadim Petrochenkov | -29/+3 |
| 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 |