| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+0 | |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -0/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -0/+0 | |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -0/+0 | |
| 2015-03-06 | syntax: Remove deprecated unicode escapes | Alex Crichton | -0/+0 | |
| These have been deprecated for quite some time, so we should be good to remove them now. | ||||
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+0 | |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+0 | |
| * The select/plural methods from format strings are removed * The # character no longer needs to be escaped * The \-based escapes have been removed * '{{' is now an escape for '{' * '}}' is now an escape for '}' Closes #14810 [breaking-change] | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -0/+0 | |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+0 | |
| 2013-10-08 | lex raw string literals, like r#"blah"# | Benjamin Herr | -0/+0 | |
| Raw string literals are lexed into regular string literals. This is okay for them to "work" and be usable/testable, but the pretty-printer does not know about them yet and will just emit regular string literals. | ||||
