1
Fork 0
rust/src/librustc_errors
kennytm 0e41ef13aa
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
Replace usages of `..i + 1` ranges with `..=i`.

Before this change we were using old computer code techniques. After this change we use the new and improved computer code techniques.
2018-12-07 12:42:32 +08:00
..
Cargo.toml Log when buffering a diagnostic. 2018-09-18 13:45:24 +02:00
diagnostic.rs Keep label on moved spans and point at macro invocation on parse error 2018-11-23 15:37:31 -08:00
diagnostic_builder.rs Pass suggestions as impl Iterator instead of Vec 2018-10-31 13:56:20 +01:00
emitter.rs Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum 2018-12-07 12:42:32 +08:00
lib.rs adds DocTest filename variant, refactors doctest_offset out of source_map, fixes remaining test failures 2018-12-04 19:52:42 -05:00
lock.rs Fix compiling some rustc crates to wasm 2018-09-07 08:17:02 -07:00
registry.rs Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
snippet.rs Remove highlighting from secondary messages 2018-06-11 15:52:10 -07:00
styled_buffer.rs Highlight code on diagnostics when underlined 2018-01-28 17:15:15 -08:00