about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-2/+8
2014-04-23Allow attributes on match armsSteven Fackler-1/+7
2014-04-24Calibrate span for method call error messagesEdward Wang-2/+8
2014-04-22auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakisbors-3/+26
2014-04-22add support for quadruple precision floating pointDaniel Micay-3/+8
2014-04-23Support unsized types with the `type` keywordNick Cameron-3/+24
2014-04-23Add a span to ast::TyParamNick Cameron-1/+3
2014-04-21auto merge of #13435 : edwardw/rust/span, r=brsonbors-14/+12
2014-04-20Allow inheritance between structs.Nick Cameron-19/+45
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-122/+123
2014-04-18Use more precise span when reporting semicolon hintEdward Wang-14/+12
2014-04-17syntax: Parses `&&` as `& &` whenever appropriate.Kang Seonghoon-38/+54
2014-04-16syntax: Demote `priv` to a reserved keywordAlex Crichton-18/+18
2014-04-16rustc: Remove private enum variantsAlex Crichton-6/+1
2014-04-13auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichtonbors-6/+2
2014-04-13libsyntax: update helper to stringify TyU* and TyI* to take into account havi...Kevin Butler-6/+2
2014-04-11syntax: remove ast::Sigil.Eduard Burtescu-26/+6
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-38/+55
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-24/+24
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-38/+55
2014-04-08Register new snapshotsAlex Crichton-32/+17
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-4/+5
2014-04-06De-~[] Reader and WriterSteven Fackler-4/+5
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-123/+112
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-5/+4
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-52/+35
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-2/+2
2014-03-31syntax: allow stmt/expr macro invocations to be delimited by [].Gábor Lehel-34/+22
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-42/+38
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-26/+13
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-27/+0
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-215/+195
2014-03-29Register new snapshotFlavio Percoco-27/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-4/+6
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-15/+12
2014-03-28De-@ IdentInterner.Eduard Burtescu-6/+8
2014-03-28De-@ TokenTree.Eduard Burtescu-5/+6
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-204/+181
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-03-27serialize: use ResultSean McArthur-1/+27
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-55/+18
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-55/+18
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-1/+1
2014-03-23use TotalEq for HashMapDaniel Micay-4/+4
2014-03-23Get rid of @CellEdward Wang-9/+8
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-45/+30
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-31/+30
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-28/+27
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-47/+41