summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
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
2014-03-20Added new attribute syntax with backward compatibility.Daniel Fagnan-11/+51
2014-03-21syntax: make OptVec immutable.Huon Wilson-5/+5
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-8/+0
2014-03-20auto merge of #13028 : thestinger/rust/vec_ng, r=huonwbors-19/+19
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-19/+19
2014-03-20Fix spans for enum-struct match armsNick Cameron-10/+8
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-2/+19
2014-03-17Fix rustdoc and tests.Eduard Burtescu-55/+32
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-104/+94
2014-03-17De-@ ParseSess uses.Eduard Burtescu-46/+46
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-7/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-30/+29
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+1
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-0/+3
2014-03-13auto merge of #12849 : nick29581/rust/doubles, r=alexcrichtonbors-0/+1
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-18/+1
2014-03-12Update last_span in replace_tokenNick Cameron-0/+1
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-20/+20
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-4/+4
2014-03-11auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwaltonbors-1/+2
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-1/+2
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-4/+4
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-3/+4
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-10/+1
2014-03-02Make visible types public in rustcSteven Fackler-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-39/+63
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-199/+198
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-3/+7