| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -0/+2 | |
| Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work. | ||||
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 | |
| 2013-09-25 | Fix run-pass tests to have 'pub fn main' | Alex Crichton | -1/+1 | |
| This is required by the check-fast target because each test is slurped up into a submodule. | ||||
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -0/+2 | |
| 2013-07-11 | Take default methods out from behind the flag. | Michael Sullivan | -1/+0 | |
| 2013-07-09 | Don't use static default method | John Barker | -2/+2 | |
| - also removed redundant assignment to is_mutbl - updated copyright | ||||
| 2013-07-09 | Always eat up mut when parsing general args, fixes #7483 | John Barker | -0/+17 | |
