about summary refs log tree commit diff
path: root/src/libsyntax/ext/base.rs
AgeCommit message (Expand)AuthorLines
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-3/+9
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-13Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiynbors-2/+2
2015-11-11libsyntax: Add more quasiquoting macrosKyle Mayes-0/+12
2015-11-10Rename _nopanic methods to remove the suffix.Eli Friedman-2/+2
2015-11-10Use lifetime elisionSeo Sanghyeon-2/+2
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-2/+2
2015-10-31Remove PatWildMultiVadim Petrochenkov-1/+1
2015-10-27Don't use panicking helpers in Parser.Eli Friedman-2/+2
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-1/+1
2015-10-13Refactor attr::StabilityVadim Petrochenkov-1/+1
2015-10-12Remove the push_unsafe! and pop_unsafe! macros.Nick Cameron-6/+0
2015-10-09Auto merge of #28857 - nrc:lowering, r=nikomatsakisbors-5/+2
2015-10-09Some cleanup of no longer used AST thingsNick Cameron-5/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-3/+3
2015-09-01Remove the Modifier and Decorator kinds of syntax extensions.Nick Cameron-68/+0
2015-08-27Enumify CompilerExpansion in ExpnInfoManish Goregaokar-4/+5
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-1/+5
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-0/+20
2015-08-04Update and add test caseJared Roesch-1/+6
2015-08-04Extend macro machinery to expand macros in typesJared Roesch-0/+15
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+9
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-0/+6
2015-06-16Remove superfluous variableSimonas Kazlauskas-2/+0
2015-06-16Fix file!(), line!() and column!() macrosSimonas Kazlauskas-16/+25
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-3/+3
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-1/+1
2015-04-30WIP refactor expansion of decorators and move derive to MultiDecoratorNick Cameron-4/+16
2015-04-25Rebasing and making MulitDecorators workNick Cameron-15/+3
2015-04-25Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decorNick Cameron-2/+56
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-4/+4
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-4/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Add "trace-macros" as a compiler flagThomas Jespersen-4/+2
2015-04-11Remove the vestigial ExtCtxt::print_backtrace function.Ryan Prichard-10/+0
2015-04-07Improves handling of statement macros.Christopher Chambers-14/+16
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-4/+4
2015-04-01Fallout in libsyntaxNiko Matsakis-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-3/+3
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-6/+6
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-34/+16
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-30/+25
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-4/+2
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-5/+8
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-5/+8
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-0/+4
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-1/+7
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-1/+7
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+3