about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-24/+15
2014-04-04Fix fallout from std::libc separationCorey Richardson-0/+2
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-9/+9
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-348/+100
2014-04-03Test fixes from the rollupAlex Crichton-8/+8
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-348/+100
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-31Switch some tuple structs to pub fieldsAlex Crichton-3/+3
2014-03-31rustc: Switch tuple structs to have private fieldsAlex Crichton-6/+6
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-297/+297
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31auto merge of #13221 : thestinger/rust/append, r=alexcrichtonbors-29/+14
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-29/+14
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-3/+3
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-111/+117
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-98/+0
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-444/+400
2014-03-29Register new snapshotFlavio Percoco-98/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-15/+17
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-16/+13
2014-03-28Remove a RefCell from pprust::State.Eduard Burtescu-10/+9
2014-03-28De-@ IdentInterner.Eduard Burtescu-8/+10
2014-03-28De-@ NamedMatch.Eduard Burtescu-26/+27
2014-03-28De-@ TokenTree.Eduard Burtescu-17/+26
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-388/+333
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3
2014-03-27serialize: use ResultSean McArthur-16/+205
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+4
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-65/+24
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-9/+18
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