| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-06 | Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`. | Felix S. Klock II | -37/+0 | |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -2/+2 | |
| 2015-01-05 | fix rpass tests | Jorge Aparicio | -1/+1 | |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -2/+2 | |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -2/+2 | |
| This breaks code like: struct Foo { ... } pub fn make_foo() -> Foo { ... } Change this code to: pub struct Foo { // note `pub` ... } pub fn make_foo() -> Foo { ... } The `visible_private_types` lint has been removed, since it is now an error to attempt to expose a private type in a public API. In its place a `#[feature(visible_private_types)]` gate has been added. Closes #16463. RFC #48. [breaking-change] | ||||
| 2014-06-18 | some extra test cases to cover in the borrow checker. | Felix S. Klock II | -0/+37 | |
