| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -3/+3 | |
| 2018-11-18 | resolve: Check resolution consistency for import paths and multi-segment ↵ | Vadim Petrochenkov | -4/+5 | |
| macro paths | ||||
| 2018-11-07 | This test will not link on wasm32. | Felix S. Klock II | -6/+6 | |
| 2018-11-06 | Sidestep link error from rustfix'ed code by using a *defined* static. | Felix S. Klock II | -13/+38 | |
| As a drive-by, added `-g` to the compile-flags so that the test more reliably fails to compile when the extern static in question is *not* provided. (I.e. this is making the test more robust in the face of potential future revisions.) Fix #54388. | ||||
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -4/+4 | |
| 2018-10-17 | fix other tests failing due to change in case or new suggestion for extern crate | François Mockers | -4/+5 | |
| 2018-10-05 | Fix two UI tests with locale-dependent output | Vadim Petrochenkov | -14/+3 | |
| 2018-09-20 | Disable rustfix temporarily on extern-const.rs | Rémy Rakic | -26/+1 | |
| `src/test/ui/extern/extern-const.rs` seems to have an inconsistent behaviour across build configurations, possibly non-deterministically. This is tracked in issue 54388. For this PR, disable running rustfix on it because it failed on CI, until that issue is fixed. | ||||
| 2018-08-21 | Rollup merge of #53296 - estebank:suggest-closure, r=KodrAus | kennytm | -3/+5 | |
| When closure with no arguments was expected, suggest wrapping Fix #49694. | ||||
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -3/+1 | |
| 2018-08-15 | update recently moved tests | Esteban Küber | -2/+4 | |
| 2018-08-15 | When closure with no arguments was expected, suggest wrapping | Esteban Küber | -1/+1 | |
| 2018-08-14 | Fixed 'no such file or directory' mismatch between Windows and Linux. | David Wood | -1/+4 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+508 | |
