| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -2/+1 | |
| 2015-04-08 | Remove pretty-expanded from failing tests | Alex Crichton | -1/+0 | |
| This commit removes pretty-expanded from all tests that wind up calling panic! one way or another now that its internals are unstable. | ||||
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -15/+15 | |
| 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-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 | |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -1/+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-05 | fix rpass tests | Jorge Aparicio | -3/+0 | |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -1/+1 | |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -1/+3 | |
| 2014-12-28 | Add tests for NonZero. | Luqman Aden | -0/+15 | |
| 2014-12-28 | Add tests. | Luqman Aden | -1/+13 | |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -2/+1 | |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -3/+1 | |
| 2014-09-11 | librustc: Enum nullable pointer opt should not apply to raw pointers. | Luqman Aden | -0/+5 | |
| 2014-07-04 | Add tests for null pointer opt. | Luqman Aden | -0/+40 | |
