about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-0/+20
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-65/+11
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-8/+16
2015-01-05rollup merge of #20424: jroesch/tuple-struct-where-clause-fixAlex Crichton-41/+91
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-3/+49
2015-01-05rollup merge of #20099: P1start/parse-more-macro-opsAlex Crichton-5/+10
2015-01-05Un-gate macro_rulesKeegan McAllister-7/+2
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-9/+11
2015-01-05Reserve the keyword 'macro'Keegan McAllister-23/+24
2015-01-05Allow selective macro importKeegan McAllister-2/+6
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-60/+15
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-38/+17
2015-01-06Fix the obsolete messageNick Cameron-1/+1
2015-01-06FalloutNick Cameron-3/+3
2015-01-06Obsolete `Sized? T`Nick Cameron-3/+9
2015-01-06Remove the prefix in ObsoleteSyntax variantsNick Cameron-34/+34
2015-01-05syntax: remove dead codeJorge Aparicio-2/+1
2015-01-05syntax: make the closure type `f: |uint| -> bool` syntax obsoleteJorge Aparicio-16/+18
2015-01-05remove TyClosureJorge Aparicio-57/+2
2015-01-05syntax: remove remaining boxed closuresJorge Aparicio-33/+29
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+8
2015-01-05tweak the obsolete syntax messageJorge Aparicio-2/+2
2015-01-05Reformat metadata for exported macrosKeegan McAllister-74/+57
2015-01-05Rename macro_escape to macro_useKeegan McAllister-19/+29
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-5/+3
2015-01-05syntax: obsolete the `for Sized?` syntaxJorge Aparicio-2/+12
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-05Implement macro re-exportKeegan McAllister-1/+50
2015-01-05Allow leading :: in use itemsKeegan McAllister-0/+4
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-9/+82
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-57/+30
2015-01-05Ungate default type parameters.Huon Wilson-33/+8
2015-01-05Ungate globs.Huon Wilson-8/+2
2015-01-05Ungate associated types.Huon Wilson-24/+1
2015-01-05Refactor struct parsing and add testsJared Roesch-46/+78
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-52/+119
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-8/+16
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-9/+66
2015-01-04Fix the parsing of where-clauses for structsJared Roesch-3/+21
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-11/+8
2015-01-04Put negative trait implemtations behind a feature gateFlavio Percoco-1/+14
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-9/+53
2015-01-04Merge pull request #20452 from brson/rustupbors-1/+1
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-11/+8
2015-01-03Remove deprecated functionalityAlex Crichton-114/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-193/+193
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-12/+12
2015-01-03use assoc types in binop traitsJorge Aparicio-5/+15
2015-01-03syntax: fix falloutJorge Aparicio-11/+19