| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 | |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -3/+3 | |
| The removed test for issue #2611 is well covered by the `std::iterator` module itself. This adds the `count` method to `IteratorUtil` to replace `EqIter`. | ||||
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -18/+18 | |
| Automate more tests described in the commands.txt file, and add infrastructure for running them. Right now, tests shell out to call rustpkg. This is not ideal. | ||||
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 | |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -2/+2 | |
| 2013-06-11 | std: remove str::to_chars | Huon Wilson | -3/+2 | |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} ↵ | Huon Wilson | -1/+1 | |
| methods. | ||||
| 2013-06-10 | std: fix compile & test | Huon Wilson | -6/+4 | |
| 2013-06-09 | rustpkg: Accept package IDs like github.com/foo/bar#0.3 | Tim Chevalier | -29/+104 | |
| If the package ID is of the form s#v, where v is a valid version string, fetch tag v of that package. | ||||
| 2013-06-08 | rustpkg: Extract version number from git, as per #5684 | Tim Chevalier | -0/+140 | |
| For now, the test I added just checks that PkgId::new parses the version number out of a git repo's tags list, where relevant. | ||||
