about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-37/+52
2014-04-24Calibrate span for method call error messagesEdward Wang-7/+14
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-19/+55
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-19/+55
2014-04-23syntax: fix de-@rooting falloutFlavio Percoco-18/+18
2014-04-23Honor hidden doc attribute of derivable trait methodsEdward Wang-37/+52
2014-04-22auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakisbors-22/+103
2014-04-23Review changesNick Cameron-1/+2
2014-04-22Apply lint attrs to individual "use" declarationsDavid Creswick-2/+10
2014-04-22add support for quadruple precision floating pointDaniel Micay-5/+12
2014-04-23Check for unsized types in enums.Nick Cameron-0/+7
2014-04-23Support unsized types with the `type` keywordNick Cameron-19/+85
2014-04-23Add a span to ast::TyParamNick Cameron-6/+13
2014-04-22rustc: de-@ middle::ty.Eduard Burtescu-0/+9
2014-04-21auto merge of #13435 : edwardw/rust/span, r=brsonbors-14/+23
2014-04-20Allow inheritance between structs.Nick Cameron-21/+73
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-219/+220
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-3/+2
2014-04-18Use more precise span when reporting semicolon hintEdward Wang-14/+23
2014-04-17auto merge of #13576 : lifthrasiir/rust/double-ref, r=alexcrichtonbors-38/+54
2014-04-17Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl.Felix S. Klock II-0/+12
2014-04-17Extended `syntax::{fold, ast_map}` to include lifetimes.Felix S. Klock II-33/+85
2014-04-17syntax: Parses `&&` as `& &` whenever appropriate.Kang Seonghoon-38/+54
2014-04-16auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonwbors-53/+54
2014-04-16syntax: Demote `priv` to a reserved keywordAlex Crichton-18/+18
2014-04-16rustc: Remove private enum variantsAlex Crichton-10/+2
2014-04-16auto merge of #13544 : klutzy/rust/pprust, r=alexcrichtonbors-11/+14
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-161/+232
2014-04-16pprust: Handle multi-stmt/no-expr `ExprFnBlock`klutzy-11/+14
2014-04-15Remove usage of private enum variantsAlex Crichton-25/+34
2014-04-14auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfacklerbors-5/+2
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-5/+2
2014-04-13auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichtonbors-24/+36
2014-04-13libsyntax: update helper to stringify TyU* and TyI* to take into account havi...Kevin Butler-24/+36
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