about summary refs log tree commit diff
path: root/src/rustc/front
AgeCommit message (Expand)AuthorLines
2012-09-04std: Convert test to camel caseBrian Anderson-1/+1
2012-09-04Remove 'with'Brian Anderson-9/+9
2012-09-04rustc: "import" -> "use"Patrick Walton-18/+18
2012-09-02Camel case core::intrinsicBrian Anderson-24/+23
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+4
2012-08-29Allow extern mods to be anonymousTim Chevalier-0/+1
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27Mark intrinsic::tydesc with #[allow(non_camel_case_types)]Brian Anderson-0/+1
2012-08-26Camel case the option typeBrian Anderson-26/+26
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-10/+10
2012-08-22intern identifiersPaul Stansifer-27/+39
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-7/+7
2012-08-05Switch alts to use arrowsBrian Anderson-14/+14
2012-08-03rustc: Add the notion of inherited visibilityPatrick Walton-1/+1
2012-08-01Convert ret to returnBrian Anderson-31/+35
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-7/+7
2012-07-16Fix reflection on vstore_fixed estrs and evecs.Graydon Hoare-4/+3
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-33/+33
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-18/+21
2012-07-12Obliterate the callee_id hackTim Chevalier-8/+20
2012-07-10Modify reflect interface to pass tydescs back to client, stop on false return.Graydon Hoare-44/+39
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-5/+5
2012-07-09Allow folds to drop items.Paul Stansifer-2/+2
2012-07-09rustc: Conditionally compile view items. #2357Brian Anderson-6/+24
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-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-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-15/+15
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-47/+47
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-6/+7
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-8/+8
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-50/+51
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-9/+9
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-10/+20
2012-06-13Box AST identsBrian Anderson-20/+20
2012-06-08Pass names of fields and variants when reflecting.Graydon Hoare-10/+12
2012-06-08Visit the substructure for classes and enums as well.Graydon Hoare-3/+18
2012-06-08More work on reflect, only missing enum and class substructures.Graydon Hoare-0/+37