about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-04-11syntax: remove ast::Sigil.Eduard Burtescu-78/+52
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-75/+118
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-72/+72
2014-04-10std,syntax: make std::fmt::parse use `Vec`s.Huon Wilson-4/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-75/+118
2014-04-08Test fixes from rollupAlex Crichton-8/+0
2014-04-08rustc: Never register syntax crates in CStoreAlex Crichton-7/+6
2014-04-08Register new snapshotsAlex Crichton-36/+21
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-6/+7
2014-04-06De-~[] Reader and WriterSteven Fackler-6/+7
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-0/+2
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-137/+133
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-8/+42
2014-04-05Added session.fileline_note() method and support infrastucture for it.Felix S. Klock II-8/+42
2014-04-04Test fixes from rollupAlex Crichton-4/+4
2014-04-04Register new snapshotsAlex Crichton-2/+0
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