| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -3/+3 | |
| 2012-02-14 | Add [X].len() to core, use it in trans modules | Marijn Haverbeke | -2/+2 | |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -3/+3 | |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -0/+1 | |
| This way, you can explicitly provide type parameters when calling a generic method. Issue #1227 | ||||
| 2011-12-18 | Only look for a matching method when normal field access fails | Marijn Haverbeke | -1/+24 | |
| We should probalby warn when defining a method foo on {foo: int} etc. This should reduce the amount of useless typevars that are allocated. Issue #1227 | ||||
| 2011-12-16 | Change syntax for impl | Marijn Haverbeke | -0/+18 | |
| Move the name of the bundle to the front, allow type parameters (not handled yet), and add a 'for' keyword: impl utils for int { fn str() -> str { int::str(self) } fn times(f: block()) { ... } } | ||||
