| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -24/+0 | |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -1/+1 | |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -1/+1 | |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -1/+1 | |
| Closes #27245 | ||||
| 2016-05-19 | Allow `concat_idents!` in type positions as well as in expression positions | Jeffrey Seyfried | -3/+6 | |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -1/+1 | |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -2/+1 | |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 | |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 | |
| 2014-04-04 | rustc: feature-gate `concat_idents!`. | Huon Wilson | -0/+1 | |
| concat_idents! is not as useful as it could be, due to macros only being allowed in limited places, and hygiene, so lets feature gate it until we make a decision about it. cc #13294 | ||||
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -0/+21 | |
| This updates a number of ignore-test tests, and removes a few completely outdated tests due to the feature being tested no longer being supported. This brings a number of bench/shootout tests up to date so they're compiling again. I make no claims to the performance of these benchmarks, it's just nice to not have bitrotted code. Closes #2604 Closes #9407 | ||||
