| 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-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -1/+0 | |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -6/+6 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-01-02 | Fix fallout in tests. | Niko Matsakis | -1/+1 | |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 | |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -1/+1 | |
| This fixes private statics and functions from being usable cross-crates, along with some bad privacy error messages. This is a reopening of #8365 with all the privacy checks in privacy.rs instead of resolve.rs (where they should be anyway). These maps of exported items will hopefully get used for generating documentation by rustdoc Closes #8592 | ||||
| 2013-09-25 | Fix run-pass tests to have 'pub fn main' | Alex Crichton | -1/+1 | |
| This is required by the check-fast target because each test is slurped up into a submodule. | ||||
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -1/+1 | |
| Progress on #7981 | ||||
| 2013-07-24 | Fix vtable resolution for self to search supertraits. Closes #7661. | Michael Sullivan | -0/+36 | |
