| 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 | -18/+0 | |
| 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-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 | |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+10 | |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1/+1 | |
| 2013-06-24 | Fix test failure on windows | Philipp Brueschweiler | -3/+1 | |
| This patch ensures that the multiple extern definitions of `free` in the run-pass tests have the same declaration, working around #7352. | ||||
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -5/+1 | |
| To achieve this, the following changes were made: * Move TyDesc, TyVisitor and Opaque to std::unstable::intrinsics * Convert TyDesc, TyVisitor and Opaque to lang items instead of specially handling the intrinsics module * Removed TypeDesc, FreeGlue and get_type_desc() from sys Fixes #3475. | ||||
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 | |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -3/+3 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+0 | |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 | |
| 2013-01-23 | libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix | Patrick Walton | -0/+10 | |
