rust/src/librustc_errors
bors c7312fe4ff Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #61856 (Lint attributes on function arguments)
 - #62360 (Document that ManuallyDrop::drop should not called more than once)
 - #62392 (Update minifier-rs version)
 - #62871 (Explicit error message for async recursion.)
 - #62995 (Avoid ICE when suggestion span is at Eof)
 - #63053 (SystemTime docs: recommend Instant for elapsed time)
 - #63081 (tidy: Cleanup the directory whitelist)
 - #63088 (Remove anonymous_parameters from unrelated test)

Failed merges:

r? @ghost
2019-07-28 20:22:42 +00:00
..
annotate_snippet_emitter_writer.rs librustc_errors: Support ui-testing flag in annotate-snippet emitter 2019-07-25 21:03:53 +02:00
Cargo.toml Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank 2019-07-26 18:57:01 +02:00
diagnostic_builder.rs Emit dropped unemitted errors to aid in ICE debugging 2019-07-11 16:59:19 -07:00
diagnostic.rs Fix clippy::redundant_field_names 2019-06-26 13:59:58 +02:00
emitter.rs syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpanMacroExpansion 2019-07-11 00:12:07 +03:00
lib.rs Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril 2019-07-28 20:22:42 +00:00
lock.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
registry.rs
snippet.rs
styled_buffer.rs