summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2013-06-12libsyntax: Remove duplicate methods.Luqman Aden-7/+0
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-3/+1
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-6/+5
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-2/+2
2013-06-06auto merge of #6982 : Aatch/rust/better-foreign-error, r=pcwaltonbors-2/+2
2013-06-07Provide an actual error when expanding macros to foreign itemsJames Miller-2/+2
2013-06-06Clean up a handful of build warnings.Michael Sullivan-1/+1
2013-06-06Deduplicate words in code commentsAlexei Sholik-1/+1
2013-06-05token_to_ident takes argument by referenceJohn Clements-2/+2
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-7/+7
2013-06-05just use TLS internerJohn Clements-6/+6
2013-06-05change to newer macro escape mechanism, using uints in more placesJohn Clements-0/+7
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-8/+13
2013-06-04libsyntax: Remove `pub impl` from the languagePatrick Walton-5/+4
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-25/+52
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-113/+106
2013-05-31auto merge of #6833 : fdr/rust/fix-warnings, r=Aatchbors-1/+0
2013-05-30Remove unnecessary 'use' formsDaniel Farina-1/+0
2013-05-30Remove copy bindings from patterns.Niko Matsakis-56/+51
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-29libsyntax: Stop parsing mutable fieldsPatrick Walton-6/+4
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-3/+3
2013-05-25auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brsonbors-34/+1
2013-05-25Use an enum for keywords and intern them to improve parser performanceBjörn Steinbrink-111/+105
2013-05-24Remove the #[merge] hack from the parserAlex Crichton-34/+1
2013-05-23cleanup warnings from libsyntaxErick Tryzelaar-3/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22Fix #6342Jihyun Yu-4/+9
2013-05-21Correct span for expr_vecSeo Sanghyeon-1/+1
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-25/+25
2013-05-20detect unused attrs in one more place, allow parsing to continue for allJohn Clements-24/+37
2013-05-20parser commentJohn Clements-0/+1
2013-05-19Fix many warnings.Steve Klabnik-2/+2
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-10/+13
2013-05-15auto merge of #6499 : dotdash/rust/static_keywords, r=thestingerbors-102/+102
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-2/+2
2013-05-15Allow static strings to be used with keyword checksBjörn Steinbrink-102/+102
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-18/+18
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-2/+2
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-1/+1
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-18/+21
2013-05-12libsyntax: Tighten up expressions in patterns to only allow identifiers or li...Patrick Walton-3/+30
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-34/+31
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-6/+11
2013-05-10Remove the '<->' operator from the languageAlex Crichton-4/+6
2013-05-09back-ticksLenny222-1/+1
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-9/+6
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-4/+4
2013-05-07auto merge of #6245 : youknowone/rust/match-range-static, r=graydonbors-2/+8
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-2/+2