summary refs log tree commit diff
path: root/src/rustc/front/test.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-27/+13
2012-09-28demode vecNiko Matsakis-4/+4
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-1/+1
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-12Promote 'const', 'copy', 'fn' to strict keywordsBrian Anderson-1/+1
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-04std: Convert test to camel caseBrian Anderson-1/+1
2012-09-04Remove 'with'Brian Anderson-3/+3
2012-09-04rustc: "import" -> "use"Patrick Walton-9/+9
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+4
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-11/+11
2012-08-25Fix more unused variable warningsBrian Anderson-1/+1
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-8/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-9/+9
2012-08-22intern identifiersPaul Stansifer-24/+35
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-8/+8
2012-08-01Convert ret to returnBrian Anderson-16/+16
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-6/+3
2012-07-14Tear out ty_str and ty_vec.Michael Sullivan-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-23/+23
2012-07-13Change (hopefully) all of the code that generates strs asts to produce ~strs.Michael Sullivan-6/+15
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-16/+19
2012-07-12Obliterate the callee_id hackTim Chevalier-8/+20
2012-07-09Allow folds to drop items.Paul Stansifer-1/+1
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-1/+1
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-6/+6
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-37/+37
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-4/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-40/+41
2012-06-25When we cons up vector asts, generate evecs.Michael Sullivan-6/+16
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-5/+6
2012-06-20Remove bind. Issue #2189Brian Anderson-3/+3
2012-06-13Box AST identsBrian Anderson-18/+18
2012-06-06move test to dvecNiko Matsakis-7/+7
2012-05-21remove mutable cycle from ast_foldNiko Matsakis-3/+3
2012-05-17Comments only: annotate FIXMEs in front-endTim Chevalier-1/+2
2012-05-08Start parsing pub/priv on regular itemsMarijn Haverbeke-0/+3
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-1/+1
2012-05-04new cap clause syntaxNiko Matsakis-6/+1