| Age | Commit message (Expand) | Author | Lines |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -2/+2 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Use proper span for break and continue labels | Simonas Kazlauskas | -2/+2 |
| 2015-08-30 | Make a macro a const fn and remove outdated NB | Tobias Bucher | -2/+0 |
| 2015-08-24 | move def-id to rustc crate | Niko Matsakis | -32/+1 |
| 2015-08-20 | syntax: remove suffix_len methods from LitIntTypes | Georg Brandl | -27/+0 |
| 2015-08-17 | Clean up simd_cast translation. | Huon Wilson | -0/+24 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -12/+0 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -1/+1 |
| 2015-08-11 | syntax: fix use of "vector" for [x; n] literal and [x, y] patterns | Georg Brandl | -1/+1 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -3/+18 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -3/+18 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+2 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -19/+15 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -10/+0 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -0/+2 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -3/+15 |
| 2015-07-10 | Preserve escape sequences in documentation comments on macro expansion | Barosl Lee | -1/+1 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -9/+67 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -1/+8 |
| 2015-05-04 | Fix spelling errors in documentation. | Joseph Crail | -1/+1 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -0/+8 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -6/+0 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -0/+6 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -0/+2 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -9/+15 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -5/+5 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -1/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+2 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -36/+6 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -2/+2 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -1/+1 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2015-03-19 | Rollup merge of #23428 - Manishearth:ast-doc, r=steveklabnik | Manish Goregaokar | -15/+42 |
| 2015-03-19 | Space and punctuation fixes | Manish Goregaokar | -14/+41 |
| 2015-03-19 | Address huon's comments | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Update ast.rs | mdinger | -1/+1 |
| 2015-03-18 | Address huon's comments | Manish Goregaokar | -17/+21 |
| 2015-03-18 | Clarify Expr | Manish Goregaokar | -5/+10 |
| 2015-03-18 | ast: Document Item and ForeignItem | Manish Goregaokar | -9/+27 |
| 2015-03-18 | ast: Document Lit | Manish Goregaokar | -1/+15 |
| 2015-03-18 | ast: Document Pat and Block | Manish Goregaokar | -1/+19 |
| 2015-03-18 | ast: Document paths and `where` clauses | Manish Goregaokar | -1/+15 |
| 2015-03-18 | ast: Document Expr_, UnOp, and BinOp | Manish Goregaokar | -1/+70 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -12/+3 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -10/+5 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -39/+27 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -6/+6 |