rust/compiler/rustc_errors/src
Esteban Küber 42aa1273b0 When encountering struct fn call literal with private fields, suggest all builders
When encountering code like `Box(42)`, suggest `Box::new(42)` and *all*
other associated functions that return `-> Box<T>`.
2023-11-19 17:47:41 +00:00
..
json Use a builder instead of boolean/option arguments 2023-07-25 13:51:15 +00:00
markdown Fix some typos 2023-11-14 23:06:50 +08:00
annotate_snippet_emitter_writer.rs implement -Z ignore-directory-in-diagnostics-source-blocks 2023-09-15 16:22:50 +02:00
diagnostic_builder.rs check-cfg: only print the list of expected names once 2023-10-12 18:39:35 +02:00
diagnostic_impls.rs Prevent promotion of const fn calls in inline consts 2023-09-21 09:00:22 +00:00
diagnostic.rs When encountering struct fn call literal with private fields, suggest all builders 2023-11-19 17:47:41 +00:00
emitter.rs rustc: minor changes suggested by clippy perf lints. 2023-11-08 08:57:57 +11:00
error.rs Make translate_message return result and add tests 2023-01-08 23:35:43 +01:00
json.rs implement -Z ignore-directory-in-diagnostics-source-blocks 2023-09-15 16:22:50 +02:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
lock.rs bump windows crate 0.46 -> 0.48 in workspace 2023-05-09 18:20:13 +03:00
registry.rs refactor: statically guarantee that current error codes are documented 2023-02-26 20:12:36 +13:00
snippet.rs Create AnnotationColumn struct to fix hard tab column numbers in errors 2023-03-28 09:18:55 -04:00
styled_buffer.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
tests.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
translation.rs Restore behavior when primary bundle is missing 2023-02-23 01:14:10 +01:00