| Age | Commit message (Expand) | Author | Lines |
| 2017-03-14 | Cleanup. | Jeffrey Seyfried | -12/+11 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -35/+52 |
| 2017-03-12 | Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakis | bors | -32/+40 |
| 2017-03-11 | Temporarily prefix catch block with do keyword | Taylor Cramer | -14/+7 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -1/+54 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -156/+89 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -35/+52 |
| 2017-03-10 | Update syntax for `pub(restricted)` | Vadim Petrochenkov | -32/+40 |
| 2017-03-10 | Expect macro defs in save-analysis and add expn info to spans for attr proc m... | Nick Cameron | -1/+13 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -23/+10 |
| 2017-03-10 | Move `resolve_invoc` from `syntax` to `resolve`. | Jeffrey Seyfried | -63/+11 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -81/+79 |
| 2017-03-08 | Rollup merge of #40258 - est31:master, r=nikomatsakis | Ariel Ben-Yehuda | -2/+1 |
| 2017-03-04 | Inline function to avoid naming confusion. | Mark Simulacrum | -8/+6 |
| 2017-03-04 | Fix description of closure coercion feature | est31 | -2/+1 |
| 2017-03-03 | Fix fallout in unit tests. | Jeffrey Seyfried | -44/+36 |
| 2017-03-03 | Fix `token::Eof` spans. | Jeffrey Seyfried | -2/+6 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -275/+247 |
| 2017-03-03 | Introduce `syntax::parse::parser::TokenCursor`. | Jeffrey Seyfried | -115/+173 |
| 2017-03-03 | Optimize `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -57/+59 |
| 2017-03-03 | Remove lifetime parameter from `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -28/+34 |
| 2017-03-02 | Auto merge of #40216 - frewsxcv:rollup, r=frewsxcv | bors | -7/+33 |
| 2017-03-02 | Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfried | Corey Farwell | -0/+5 |
| 2017-03-02 | Rollup merge of #40110 - benschreiber:nostackcheck, r=brson | Corey Farwell | -7/+19 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -0/+9 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -4/+10 |
| 2017-03-02 | note -> help | Alex Burka | -1/+1 |
| 2017-02-28 | Implement function-like procedural macros ( `#[proc_macro]`) | Austin Bonander | -0/+5 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -11/+31 |
| 2017-02-28 | Refactor out `parser.expect_delimited_token_tree()`. | Jeffrey Seyfried | -36/+13 |
| 2017-02-28 | Merge `repeat_idx` and `repeat_len`. | Jeffrey Seyfried | -17/+15 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -73/+78 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -426/+380 |
| 2017-02-28 | Avoid `Token::{OpenDelim, CloseDelim}`. | Jeffrey Seyfried | -17/+23 |
| 2017-02-28 | Remove `ext::tt::transcribe::tt_next_token`. | Jeffrey Seyfried | -149/+124 |
| 2017-02-28 | Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`. | Jeffrey Seyfried | -61/+88 |
| 2017-02-28 | Remove a `loop` in `ext::tt::transcribe`. | Jeffrey Seyfried | -32/+23 |
| 2017-02-28 | rustc_save_analysis: don't pollute the codemap with fake files. | Eduard Burtescu | -8/+38 |
| 2017-02-25 | removed unneeded comment blocks | Ben Schreiber | -5/+0 |
| 2017-02-25 | teach rustc about remove_stable_features and removed no-stack-chech feature. ... | Ben Schreiber | -7/+24 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -23/+0 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -22/+27 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -3/+2 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+7 |
| 2017-02-25 | Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-23 | Feature gate | est31 | -0/+7 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -1/+1 |
| 2017-02-21 | Stabilize static_recursion | Taylor Cramer | -3/+2 |
| 2017-02-21 | Create "The Unstable Book" | Steve Klabnik | -2/+7 |
| 2017-02-21 | Add long error explanations | Guillaume Gomez | -20/+85 |