summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
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