rust/src/librustc_errors
Adam Perry f07d10db7c Stabilize #[track_caller].
Does not yet make its constness stable, though. Use of
`Location::caller` in const contexts is still gated by
`#![feature(const_caller_location)]`.
2020-06-30 22:22:32 -07:00
..
json Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
annotate_snippet_emitter_writer.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
Cargo.toml Rollup merge of #72026 - botika:master, r=estebank 2020-06-08 09:55:18 +02:00
diagnostic.rs On recursive ADT, provide indirection structured suggestion 2020-06-10 14:09:51 -07:00
diagnostic_builder.rs On recursive ADT, provide indirection structured suggestion 2020-06-10 14:09:51 -07:00
emitter.rs emitter: column width defaults to 140 2020-06-25 11:56:15 +01:00
json.rs errors: use -Z terminal-width in JSON emitter 2020-06-26 16:01:51 +01:00
lib.rs Stabilize #[track_caller]. 2020-06-30 22:22:32 -07:00
lock.rs use winapi for non-stdlib Windows bindings 2020-01-11 20:56:46 -05:00
registry.rs Simplify the error Registry methods a little 2020-05-04 11:52:15 -07:00
snippet.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
styled_buffer.rs Format the world 2019-12-22 17:42:47 -05:00