| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-02-20 | Add error codes for errors in libsyntax | Guillaume Gomez | -40/+86 |
| 2017-02-17 | Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys | bors | -16/+42 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -16/+42 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -7/+2 |
| 2017-02-14 | Rollup merge of #39730 - jseyfried:fix_empty_seq_rep_ice, r=nrc | Corey Farwell | -5/+14 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -228/+231 |
| 2017-02-12 | Move legacy custom derives collection into `resolver.find_attr_invoc()`. | Jeffrey Seyfried | -35/+1 |
| 2017-02-10 | Fix ICE on certain sequence repetitions. | Jeffrey Seyfried | -5/+14 |
| 2017-02-09 | Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrc | Corey Farwell | -3/+10 |
| 2017-02-09 | Auto merge of #39265 - est31:master, r=petrochenkov | bors | -3/+2 |
| 2017-02-09 | suggest doubling recursion limit in more situations | Alex Burka | -4/+10 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+10 |
| 2017-02-09 | Fix ICE when parsing token trees after an error. | Jeffrey Seyfried | -3/+10 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+10 |
| 2017-02-08 | Rollup merge of #39557 - bjorn3:pp-docs, r=jseyfried | Corey Farwell | -78/+89 |
| 2017-02-08 | Stabilize static in const | est31 | -3/+2 |
| 2017-02-07 | Change deprecation warning to indicate custom derive support was removed from... | Jordi Polo | -4/+3 |
| 2017-02-06 | A few documentation improvements for `syntax::print::pp` | bjorn3 | -78/+89 |
| 2017-02-05 | Rollup merge of #39552 - zackmdavis:more_struct_aliases_stabilization_version... | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfried | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39453 - nrc:save-path, r=nikomatsakis | Corey Farwell | -0/+1 |
| 2017-02-05 | Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfried | Corey Farwell | -12/+345 |
| 2017-02-04 | correct version in which more_struct_aliases was/will be stable | Zack M. Davis | -1/+1 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -8/+331 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -3/+7 |
| 2017-02-05 | Make builtin derives a SyntaxExtension | Josh Driver | -3/+9 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -0/+3 |
| 2017-02-04 | Auto merge of #36320 - GuillaumeGomez:rustdoc_test_info, r=alexcrichton | bors | -10/+13 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -13/+1 |
| 2017-02-03 | Switch logic to Span instead of HashMap | Guillaume Gomez | -10/+13 |
| 2017-02-02 | Rollup merge of #39420 - oli-obk:sugg, r=pnkfelix | Guillaume Gomez | -4/+23 |
| 2017-02-01 | Change tracking issue for `proc_macro` feature to #38356 | Austin Bonander | -1/+1 |
| 2017-02-02 | save-analysis: be more paranoid about generated paths | Nick Cameron | -0/+1 |
| 2017-01-31 | use suggestions instead of helps with code in them | Oliver Schneider | -4/+23 |
| 2017-01-29 | Fix the fallout | Vadim Petrochenkov | -10/+9 |
| 2017-01-28 | Auto merge of #39360 - osa1:typos, r=GuillaumeGomez | bors | -1/+1 |