| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -6/+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-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/+2 | |
| 2015-02-23 | Add marker trait to test (fixup #22538) | Manish Goregaokar | -1/+4 | |
| 2015-02-22 | Properly translate methods with foreign CC | Simonas Kazlauskas | -0/+35 | |
| This fixes a general issue of trying to define extern functions inside impl blocks resulting in ICE. Fixes #21238 Fixes #20734 Fixes #19047 | ||||
