about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-16/+21
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-6/+5
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-4/+4
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-1/+1
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-2/+2
2015-02-22Add support for default trait impls in libsyntaxFlavio Percoco-1/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-12Update metadata to reflect that predicates/schemes/trait-defs are now severedNiko Matsakis-0/+8
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-1/+0
2015-02-09Accept quantification of lifetimes outside the self type in where clauses.Nick Cameron-0/+3
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+0
2015-02-07Fix libsyntax so we can bootstrap even with move out of array restriction.Felix S. Klock II-2/+2
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-3/+3
2015-02-06Libsyntax has been updatedGuillaumeGomez-5/+4
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-4/+5
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-9/+1
2015-01-30custom message for refutable patterns in for loopsJorge Aparicio-0/+1
2015-01-29s/Show/Debug/gJorge Aparicio-96/+96
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-0/+3
2015-01-26Remove every mention of "onceness".Eduard Burtescu-16/+0
2015-01-26Remove dead code related to old closures.Eduard Burtescu-10/+0
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-6/+6
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-2/+4
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-38/+11
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-30/+21
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-15/+15
2015-01-21syntax: merge ast::ViewItem into ast::Item.Eduard Burtescu-38/+11
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-30/+21
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-0/+5
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-2/+2
2015-01-17libsyntax: uint types to usizePaul Collier-14/+14
2015-01-15auto merge of #21052 : nick29581/rust/methods-ext, r=sfacklerbors-1/+1
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-2/+4
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-1/+1
2015-01-13Add view items to the ast mapNick Cameron-0/+13
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-8/+36
2015-01-07Test fixes and rebase conflictsAlex Crichton-3/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Register new snapshotsAlex Crichton-4/+0
2015-01-06More test fixesAlex Crichton-5/+5
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-6/+0
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-2/+2
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-6/+0
2015-01-06Register new snapshotsAlex Crichton-16/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-12/+55
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-4/+4
2015-01-07falloutNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-12/+55
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-2/+2