rust/compiler/rustc_errors/src
Matthias Krüger 780beae7bd
Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa
Introduce `-Zterminal-urls` to use OSC8 for error codes

Terminals supporting the OSC8 Hyperlink Extension can support inline anchors where the text is user defineable but clicking on it opens a browser to a specified URLs, just like `<a href="URL">` does in HTML.

https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
2023-02-13 11:34:57 +01:00
..
json Introduce -Zterminal-urls to use OSC8 for error codes 2023-02-09 14:52:54 +00:00
annotate_snippet_emitter_writer.rs Remove useless borrows and derefs 2022-12-01 17:34:43 +00:00
diagnostic_builder.rs Use AddToDiagnostic for "use latest edition" help 2023-02-01 21:49:45 +01:00
diagnostic_impls.rs Implement IntoDiagnosticArg for ast::Visibility 2023-02-01 21:50:31 +01:00
diagnostic.rs Make "use latest edition" subdiagnostic translatable 2023-02-01 21:56:28 +01:00
emitter.rs Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa 2023-02-13 11:34:57 +01:00
error.rs Make translate_message return result and add tests 2023-01-08 23:35:43 +01:00
json.rs Introduce -Zterminal-urls to use OSC8 for error codes 2023-02-09 14:52:54 +00:00
lib.rs Introduce -Zterminal-urls to use OSC8 for error codes 2023-02-09 14:52:54 +00:00
lock.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
registry.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
snippet.rs Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
styled_buffer.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
tests.rs Fix tests 2023-01-09 00:23:27 +01:00
translation.rs Make translate_message return result and add tests 2023-01-08 23:35:43 +01:00