| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-07 | Work with assoc types in a super trait. | Nick Cameron | -4/+17 | |
| And fix a bug with type param visibility though the Self rib. | ||||
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -2/+19 | |
| Closes #23909 | ||||
| 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-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. | ||||
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -0/+1 | |
| here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test. | ||||
| 2015-01-08 | fallout: run-pass tests that use box. (many could be ported to `Box::new` ↵ | Felix S. Klock II | -0/+3 | |
| instead in the future.) | ||||
| 2015-01-06 | Fix misspelled comments in tests. | Joseph Crail | -1/+1 | |
| I separated these changes out from the other commit to minimize issues with tests. | ||||
| 2014-12-20 | Allow `Self` in impls. | Nick Cameron | -0/+42 | |
