summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-02-28Remove `ext::tt::transcribe::tt_next_token`.Jeffrey Seyfried-149/+124
2017-02-28Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`.Jeffrey Seyfried-61/+88
2017-02-28Remove a `loop` in `ext::tt::transcribe`.Jeffrey Seyfried-32/+23
2017-02-28rustc_save_analysis: don't pollute the codemap with fake files.Eduard Burtescu-8/+38
2017-02-25removed unneeded comment blocksBen Schreiber-5/+0
2017-02-25teach rustc about remove_stable_features and removed no-stack-chech feature. ...Ben Schreiber-7/+24
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-23/+0
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-22/+27
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-3/+2
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-0/+7
2017-02-25Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfriedEduard-Mihai Burtescu-1/+1
2017-02-23Feature gateest31-0/+7
2017-02-23Move MacroKind into Def::MacroJosh Driver-1/+1
2017-02-21Stabilize static_recursionTaylor Cramer-3/+2
2017-02-21Create "The Unstable Book"Steve Klabnik-2/+7
2017-02-21Add long error explanationsGuillaume Gomez-20/+85
2017-02-20Add error codes for errors in libsyntaxGuillaume Gomez-40/+86
2017-02-17Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeysbors-16/+42
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-16/+42
2017-02-15Stabilize field init shorthandest31-7/+2
2017-02-14Rollup merge of #39730 - jseyfried:fix_empty_seq_rep_ice, r=nrcCorey Farwell-5/+14
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-228/+231
2017-02-12Move legacy custom derives collection into `resolver.find_attr_invoc()`.Jeffrey Seyfried-35/+1
2017-02-10Fix ICE on certain sequence repetitions.Jeffrey Seyfried-5/+14
2017-02-09Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrcCorey Farwell-3/+10
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-3/+2
2017-02-09suggest doubling recursion limit in more situationsAlex Burka-4/+10
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+10
2017-02-09Fix ICE when parsing token trees after an error.Jeffrey Seyfried-3/+10
2017-02-08sanitizer supportJorge Aparicio-0/+10
2017-02-08Rollup merge of #39557 - bjorn3:pp-docs, r=jseyfriedCorey Farwell-78/+89
2017-02-08Stabilize static in constest31-3/+2
2017-02-07Change deprecation warning to indicate custom derive support was removed from...Jordi Polo-4/+3
2017-02-06A few documentation improvements for `syntax::print::pp`bjorn3-78/+89
2017-02-05Rollup merge of #39552 - zackmdavis:more_struct_aliases_stabilization_version...Corey Farwell-1/+1
2017-02-05Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfriedCorey Farwell-1/+1
2017-02-05Rollup merge of #39453 - nrc:save-path, r=nikomatsakisCorey Farwell-0/+1
2017-02-05Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfriedCorey Farwell-12/+345
2017-02-04correct version in which more_struct_aliases was/will be stableZack M. Davis-1/+1
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-8/+331
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-3/+7
2017-02-05Make builtin derives a SyntaxExtensionJosh Driver-3/+9
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+3
2017-02-04Auto merge of #36320 - GuillaumeGomez:rustdoc_test_info, r=alexcrichtonbors-10/+13
2017-02-03Bump version, upgrade bootstrapAlex Crichton-13/+1
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-10/+13
2017-02-02Rollup merge of #39420 - oli-obk:sugg, r=pnkfelixGuillaume Gomez-4/+23
2017-02-01Change tracking issue for `proc_macro` feature to #38356Austin Bonander-1/+1
2017-02-02save-analysis: be more paranoid about generated pathsNick Cameron-0/+1
2017-01-31use suggestions instead of helps with code in themOliver Schneider-4/+23