| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -55/+0 | |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -4/+2 | |
| available | ||||
| 2022-08-24 | add a missing test case for impl generic mismatch | Takayuki Maeda | -2/+16 | |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3/+4 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 | |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -3/+3 | |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -3/+3 | |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -3/+3 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -3/+3 | |
| This commit updates the debuginfo that is encoded in all of our released artifacts by default. Currently it has paths like `/checkout/src/...` but these are a little inconsistent and have changed over time. This commit instead attempts to actually define the file paths in our debuginfo to be consistent between releases. All debuginfo paths are now intended to be `/rustc/$sha` where `$sha` is the git sha of the released compiler. Sub-paths are all paths into the git repo at that `$sha`. | ||||
| 2018-08-21 | Normalize source line and column numbers. | David Wood | -1/+1 | |
| This commit adds a normalization for line and column numbers in stderr files where the line/col is from the source directory rather than the test itself - thereby removing the need to update tests as compiler source changes. | ||||
| 2018-05-24 | Fix impl Trait suggestion | Esteban Küber | -6/+2 | |
| 2018-05-24 | Account for negative offsets in suggestions | Esteban Küber | -1/+1 | |
| When suggesting code that has a shorter span than the current code, account for this by keeping the offset as a signed value. | ||||
| 2018-05-22 | Prevent local paths into libstd from leaking into ui tests | Oliver Schneider | -1/+1 | |
| 2018-05-21 | Improve the diagnostic around impl Trait <-> generic param mismatch | Oliver Schneider | -6/+18 | |
| 2018-05-21 | Move a test to ui tests so we can observe the output changes better | Oliver Schneider | -0/+32 | |
