| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-26 | rustc: Move eval_const_expr to its own mod | Brian Anderson | -166/+0 | |
| 2012-03-26 | Enforce privacy declarations for class fields and methods | Tim Chevalier | -4/+17 | |
| 2012-03-23 | Implement built-in native modules as an alternative to intrinsics | Marijn Haverbeke | -0/+3 | |
| Issue #1981 | ||||
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -4/+4 | |
| 2012-03-21 | methods work | Tim Chevalier | -1/+3 | |
| Cross-crate method calls don't work yet. Added run-pass/class-method-cross-crate to test that, but it's xfailed References to fields within methods don't work yet. Added run-pass/class-methods to test that, but it's also xfailed | ||||
| 2012-03-20 | Class methods WIP | Tim Chevalier | -1/+15 | |
| In particular, use the ast::method type to represent a class method, and try to reuse as much iface code as possible. (This makes sense now since I'll be allowing polymorphic class methods.) | ||||
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -1/+1 | |
| Instead of using the new_ prefix just name them after their type | ||||
| 2012-03-14 | Add crude support for casts in constant expressions | Marijn Haverbeke | -21/+42 | |
| Only casts to integral and float types are supported Closes #1975 | ||||
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-03-09 | rustc: Add region def ids to the AST | Patrick Walton | -1/+1 | |
| 2012-03-09 | Revert "rustc: Create def IDs for region parameters" | Patrick Walton | -2/+1 | |
| This reverts commit 0d4cb759494f9589ba57c4f2c41f5a5737ab74e0. | ||||
| 2012-03-09 | rustc: Create def IDs for region parameters | Patrick Walton | -1/+2 | |
| 2012-03-08 | Explicitly store self_ids use for self locals in methods | Marijn Haverbeke | -1/+1 | |
| This makes it possible to move them between crates without confusion, and to instantiate them at a point where the monomorphizing substitutions are known. Issue #1944 | ||||
| 2012-03-08 | rustc: Add the safe address-of operator to the AST | Patrick Walton | -0/+1 | |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+443 | |
