about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-65/+24
2014-03-26auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichtonbors-4/+27
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-9/+18
2014-03-27syntax: add a missing span rewrite in fold.Huon Wilson-1/+1
2014-03-27syntax: add a some docs/clarification to the fields of ExpnInfo.Huon Wilson-3/+26
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-11/+9
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-35/+33
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-12/+17
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-12/+17
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-23use TotalEq for HashMapDaniel Micay-89/+92
2014-03-22auto merge of #13085 : edwardw/rust/saddest-cell, r=cmrbors-9/+8
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-1/+1
2014-03-23Get rid of @CellEdward Wang-9/+8
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-209/+159
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-1/+1
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-320/+243
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-267/+85
2014-03-22syntax: add the OwnedSlice vector wrapper.Huon Wilson-0/+143
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-35/+33
2014-03-21Rewrite rc::Rc using cell::CellEdward Wang-8/+0
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-60/+22
2014-03-20Register new snapshotsAlex Crichton-3/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-84/+7
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-9/+1
2014-03-20auto merge of #13028 : thestinger/rust/vec_ng, r=huonwbors-76/+76
2014-03-20Relax interner's Share boundFlavio Percoco-12/+1
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-5/+8
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-76/+76
2014-03-20auto merge of #12854 : nick29581/rust/parse-enum-struct, r=alexcrichtonbors-10/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-8/+8
2014-03-20Fix spans for enum-struct match armsNick Cameron-10/+8
2014-03-19auto merge of #12770 : eddyb/rust/drop-tld, r=cmrbors-0/+19
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+19
2014-03-18Docify std::vec_ngSteven Fackler-6/+6
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-1/+10
2014-03-18syntax: Don't parameterize the the pretty printerAlex Crichton-20/+21
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-3/+20
2014-03-17Fix rustdoc and tests.Eduard Burtescu-68/+48
2014-03-17Refactor pprust a bit.Eduard Burtescu-2107/+1963
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-215/+189
2014-03-17De-@ ParseSess uses.Eduard Burtescu-93/+75
2014-03-16auto merge of #12929 : sfackler/rust/automatically-derived, r=cmrbors-8/+4
2014-03-15Tag derived impls with #[automatically_derived]Steven Fackler-8/+4
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-18/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-36/+45
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+1