rust/compiler/rustc_errors/src
est31 1418df5888 Adopt let_else across the compiler
This performs a substitution of code following the pattern:

let <id> = if let <pat> = ... { identity } else { ... : ! };

To simplify it to:

let <pat> = ... { identity } else { ... : ! };

By adopting the let_else feature.
2021-10-16 07:18:05 +02:00
..
json Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
annotate_snippet_emitter_writer.rs Path remapping: Make behavior of diagnostics output dependent on presence of --remap-path-prefix. 2021-08-27 11:50:44 +02:00
diagnostic_builder.rs Auto merge of #87915 - estebank:fancy-spans, r=oli-obk 2021-09-13 16:31:12 +00:00
diagnostic.rs Make diagnostics clearer for ? operators 2021-09-17 13:13:28 +09:00
emitter.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
json.rs Path remapping: Make behavior of diagnostics output dependent on presence of --remap-path-prefix. 2021-08-27 11:50:44 +02:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02: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 Modify structured suggestion output 2021-08-11 09:46:24 +00:00
styled_buffer.rs review 2021-04-24 22:37:42 +03:00