about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
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
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-9/+27
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-1/+5
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-2/+2
2014-02-27Fix a pretty printer crash on `/***`.Chris Morgan-1/+1
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-5/+5
2014-02-24syntax: allow stmt/expr macro invocations to be delimited by {}.Huon Wilson-3/+23
2014-02-24syntax: record multibyte chars' positions absolutely, not relative toHuon Wilson-2/+1
2014-02-24Move extra::json to libserializeAlex Crichton-3/+1
2014-02-23auto merge of #12328 : nick29581/rust/abi, r=alexcrichtonbors-4/+5
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-4/+5
2014-02-23auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmrbors-5/+5
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-14/+5
2014-02-23Make break and continue hygienicEdward Wang-5/+5
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-3/+4
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-25/+33
2014-02-14extern mod => extern crateAlex Crichton-10/+10
2014-02-14Register new snapshotsAlex Crichton-7/+6
2014-02-14Removed the obsolete ast::CallSugar (previously used by `do`).Eduard Burtescu-17/+13
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-152/+120
2014-02-13Remove obsolete warnings for `extern mod`Flavio Percoco-12/+0
2014-02-13Replace `extern mod` with `extern crate`Flavio Percoco-105/+108
2014-02-11Correct span for self and ExprStructSeo Sanghyeon-2/+2
2014-02-11auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brsonbors-0/+1
2014-02-11Reserve `do` as a keywordEduard Bopp-0/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-7/+7
2014-02-08Fixed error starting with uppercasemr.Shu-5/+5
2014-02-08auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonwbors-2/+2
2014-02-08auto merge of #12086 : huonw/rust/safe-json, r=kballardbors-116/+157
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-2/+2