| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-28 | Update crate URLs to point to interesting things. | Graydon Hoare | -2/+2 | |
| 2012-03-26 | rustc: Move eval_const_expr to its own mod | Brian Anderson | -0/+1 | |
| 2012-03-26 | Disallow ret inside of block functions | Marijn Haverbeke | -0/+1 | |
| Also adds proper checking for cont/break being inside a loop. Closes #1854 Issue #1619 | ||||
| 2012-03-23 | Implement new inference algorithm. | Niko Matsakis | -0/+1 | |
| 2012-03-22 | Bump version numbers to 0.2 | Brian Anderson | -2/+2 | |
| 2012-03-20 | Move external-reachability checker to trans | Marijn Haverbeke | -1/+1 | |
| Preparation for a fix for issue #2020 | ||||
| 2012-03-15 | kill old serialization code | Niko Matsakis | -1/+0 | |
| 2012-03-15 | Reuse monomorphized functions more aggressively | Marijn Haverbeke | -0/+1 | |
| Adds a trans::type_use pass that, given a function body, detects how dependant that function is on properties of its type parameters. | ||||
| 2012-03-13 | get new decorator extensions working | Niko Matsakis | -0/+1 | |
| 2012-03-09 | rustc: Add a region checking pass | Patrick Walton | -0/+1 | |
| Errors aren't reported yet, because the regions aren't properly inferred from the & operator at the moment and that would break the tests. | ||||
| 2012-03-09 | rustc: Perform region inference | Patrick Walton | -0/+1 | |
| 2012-03-06 | Add a reachability checker, only export metadata for reachable items | Marijn Haverbeke | -0/+1 | |
| Closes #1934 | ||||
| 2012-03-06 | Make trans pass responsible for pulling in inlined functions | Marijn Haverbeke | -1/+0 | |
| This makes the logic for finding the inlinable items much easier -- they are simply pulled in lazily when encountered. | ||||
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+155 | |
