about summary refs log tree commit diff
path: root/src/rustc/util
AgeCommit message (Expand)AuthorLines
2012-09-07Refactor fn_ty, working towards #3320Niko Matsakis-5/+6
2012-09-06Refactor ty_var and ty_var_integral into one ty_infer variantNiko Matsakis-3/+2
2012-09-06Remove struct ctorsBrian Anderson-1/+6
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-4/+7
2012-09-04Remove 'with'Brian Anderson-1/+1
2012-09-04rustc: "import" -> "use"Patrick Walton-27/+27
2012-08-26Camel case the option typeBrian Anderson-25/+25
2012-08-25Fix more unused variable warningsBrian Anderson-3/+3
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-0/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-26/+26
2012-08-22intern identifiersPaul Stansifer-8/+11
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-10/+16
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-38/+57
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15rustc: Parse labeled loop, break, and againPatrick Walton-2/+2
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-2/+3
2012-08-13Change borrowck error 'the the block' -> 'the block'Ben Blum-1/+1
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-2/+12
2012-08-10Revert "rustc: Make function types have vstores in them"Patrick Walton-10/+2
2012-08-10rustc: Make function types have vstores in themPatrick Walton-2/+10
2012-08-07improve borrowck error messages to explain regions betterNiko Matsakis-9/+9
2012-08-07syntax: Rename expr_alt to expr_matchBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-21/+21
2012-08-05Switch alts to use arrowsBrian Anderson-71/+84
2012-08-01Convert ret to returnBrian Anderson-13/+13
2012-07-31change how we print and explain region typesNiko Matsakis-3/+67
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-29/+29
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-3/+4
2012-07-25avoid capture of bound regions when infering types for closureNiko Matsakis-5/+16
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-1/+1
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-1/+0
2012-07-14infer the scope of borrowsNiko Matsakis-1/+5
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-30/+6
2012-07-14Tear out ty_str and ty_vec.Michael Sullivan-4/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-73/+73
2012-07-13Change the pretty printer to print vstores for strs in prefix notation.Michael Sullivan-7/+11
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-1/+1
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-2/+2
2012-07-10Pretty print vectors as ~[] instead of []/~. Closes #2863.Michael Sullivan-2/+6
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-1/+1
2012-07-06paper over #2586 by not failing when the key is not foundNiko Matsakis-0/+4
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-12/+12
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-11/+11
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-3/+3
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+15
2012-06-24Remove resourcesTim Chevalier-2/+2
2012-06-22Change resources to classes in libstd and rustcTim Chevalier-2/+4