- 26a8357 reorder span labels by gaurikholkar · 8 years ago
- a9d9a4a Change some helps to suggestions by Oliver Schneider · 8 years ago
- 17bd76a Remove unused code from librustc_errors by Kevin Mehall · 8 years ago
- 697c85a Only underline suggestion if it is not the only code being shown by Esteban Küber · 8 years ago
- eb478e2 Add extra whitespace for suggestions by Esteban Küber · 8 years ago
- 7c84914 Make suggestion include the line number by Esteban Küber · 8 years ago
- 77f4022 Revert "Change error count messages" by Ariel Ben-Yehuda · 8 years ago
- ecde91a Suggest removal of semicolon (instead of being help) by Esteban Küber · 8 years ago
- be7ebdd Bump version and stage0 compiler by Alex Crichton · 8 years ago
- 28cc0c5 Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb by bors · 8 years ago
- 4581e89a Auto merge of #42690 - frewsxcv:rollup, r=frewsxcv by bors · 8 years ago
- 8074a88 Position span label correctly when it isn't last by Esteban Küber · 8 years ago
- 271133b External spans: address review. by Inokentiy Babushkin · 8 years ago
- 3a7dbf4 Suggest non-ambiguous comparison after cast by Esteban Küber · 8 years ago
- a5b8851 Added consumption logic for external sources in FileMap by Inokentiy Babushkin · 8 years ago
- c04aa4e Improved lazy external source loading and inserted calls. by Inokentiy Babushkin · 8 years ago
- c2c31b2 Added external crates' sources to FileMap. by Inokentiy Babushkin · 8 years ago
- 0418fa9 Auto merge of #42362 - estebank:type, r=arielb1 by bors · 8 years ago
- e324919 Show trait method signature when impl differs by Esteban Küber · 8 years ago
- 4142d7b Use callsite's span for macro calls on suggestion by Esteban Küber · 8 years ago
- a333be7 Add new error code by Guillaume Gomez · 8 years ago
- 5558c64 Change error count messages by Michael Kohl · 8 years ago
- fc51386 fix some clippy warnings in librustc_errors by Andre Bogus · 8 years ago
- ef3ec5e Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum by bors · 8 years ago
- c17811c Rollup merge of #41942 - tommyip:master, r=Mark-Simulacrum by Mark Simulacrum · 8 years ago
- f6bf99a Rollup merge of #41934 - est31:remove_unused_macros, r=nagisa by Mark Simulacrum · 8 years ago
- 7a03b4c Fix unexpected panic with the -Z treat-err-as-bug option by Tommy Ip · 8 years ago
- 80891f6 Remove some unused macros from the rust codebase by est31 · 8 years ago
- ab54f4b rustc: Remove #![unstable] annotation by Alex Crichton · 8 years ago
- 644ce5e Address PR reviews by Oliver Schneider · 8 years ago
- e2f781c Example usage of multiple suggestions by Oliver Schneider · 8 years ago
- 67d762d Refactor suggestion diagnostic API to allow for multiple suggestions by Oliver Schneider · 8 years ago
- 1940c31 Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis by Corey Farwell · 8 years ago
- dd87eab Remove need for &format!(...) or &&"" dances in `span_label` calls by Oliver Schneider · 8 years ago
- 8c9ad8d Group "macro expansion" notes per call span by Esteban Küber · 8 years ago
- 5641144 Use diagnostics for trace_macro instead of println by Esteban Küber · 8 years ago
- 81bfdc8 Fix issue #41652. by kennytm · 8 years ago
- 33535af Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner by bors · 8 years ago
- a260df2 typeck: resolve type vars before calling `try_index_step` by Ariel Ben-Yehuda · 8 years ago
- d64af4a Rebase and address comments by Oliver Schneider · 8 years ago
- f4b1e2a Improve E0178 suggestion placement by Oliver Schneider · 8 years ago
- 3a5567b Address PR comments by Oliver Schneider · 8 years ago
- 0e920fd Minimize single span suggestions into a note by Oliver Schneider · 8 years ago
- cc07c35 Reduce visual clutter of multiline start when possible by Esteban Küber · 8 years ago
- afb300d Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis by Tim Neumann · 8 years ago
- 2389830 Highlight and simplify mismatched types by Esteban Küber · 8 years ago
- 4bc7f5b Always show end line of multiline annotations by Esteban Küber · 8 years ago
- ec7c0ae Merge `ExpnId` and `SyntaxContext`. by Jeffrey Seyfried · 8 years ago
- c253eb2 Rollup merge of #40287 - estebank:label-overlap, r=nrc by Alex Crichton · 8 years ago
- 7b0dd7b Fix incorrect span label formatting by Esteban Küber · 8 years ago
- 8a64cf7 Fix suggestion span error with a line containing non-ASCIIs by sinkuu · 8 years ago
- d9aaca7 store typeck lints in the `TypeckTables` by Niko Matsakis · 8 years ago
- d2d8ae65 Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis by bors · 8 years ago
- 191abc4 Remove unused `extern crate`s. by Jeffrey Seyfried · 8 years ago
- 356fa2c Warn on unused `#[macro_use]` imports. by Jeffrey Seyfried · 8 years ago
- 469ecef Fix multiple labels when some don't have message by Esteban Küber · 8 years ago
- fc774e6 Teach Diagnostics to highlight text by Esteban Küber · 8 years ago
- e57f061 Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis by bors · 8 years ago
- 04e4a60 Deduplicate and document logic by Esteban Küber · 8 years ago
- 6904761 Remove magic number by Esteban Küber · 8 years ago
- b206064 Teach diagnostics to correct margin on multiline messages by Esteban Küber · 8 years ago
- f65a907 Use fold instead of collect/join and add comments by Esteban Küber · 8 years ago
- 43b10fa Teach diagnostics to have correctly padded lists by Esteban Küber · 8 years ago
- 9b0b5b4 Remove not(stage0) from deny(warnings) by Alex Crichton · 8 years ago
- b4b1e5e Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton by bors · 8 years ago
- 2186660 Update the bootstrap compiler by Alex Crichton · 9 years ago
- 274777a Rename 'librustc_unicode' crate to 'libstd_unicode'. by Corey Farwell · 9 years ago
- b7982bb review comments by Esteban Küber · 9 years ago
- eb53ca3 Show multiline spans in full if short enough by Esteban Küber · 9 years ago
- 0eff43f Merge branch 'new-rustbuild' into rollup by Alex Crichton · 9 years ago
- a270b80 rustbuild: Rewrite user-facing interface by Alex Crichton · 9 years ago
- ad46ad6 pacify the mercilous tidy by Niko Matsakis · 9 years ago
- 2b5bc48 improve early lint to use multispan from diagnostic by Niko Matsakis · 9 years ago
- ddabd50 compare-method lint by Niko Matsakis · 9 years ago
- f652651 retool EarlyLint to track a Diagnostic by Niko Matsakis · 9 years ago
- 888a92c separate Diagnostic from DiagnosticBuilder by Niko Matsakis · 9 years ago
- b260617 run rustfmt on librustc_errors folder by Srinivas Reddy Thatiparthy · 9 years ago
- 9bc6d26 Stabilise `?` by Nick Cameron · 9 years ago
- e8a4db2 Allow supplying an error destination via the compiler driver by Nick Cameron · 9 years ago
- f17bdb7 Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis by Guillaume Gomez · 9 years ago
- 2ea3ab3 Add the ability to merge spans to codemap by Jonathan Turner · 9 years ago
- 89500e9 Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried by bors · 9 years ago
- 68e8624 Specify when type parameter shadows primitive type by Esteban Küber · 9 years ago
- d742894 Fix wording for out-of-crate macro error by Jonathan Turner · 9 years ago
- 8391760 Use question_mark feature in librustc_errors. by Ahmed Charles · 9 years ago
- 1b04762 Special case a few colors for Windows by Jonathan Turner · 9 years ago
- a65b201 prevent error message interleaving on win/unix by Jonathan Turner · 9 years ago
- 9072861 Rollup merge of #35839 - jonathandturner:error_touchup, r=Aatch by Jonathan Turner · 9 years ago
- 38fa82a Auto merge of #33922 - estebank:doc-comment, r=alexcrichton by bors · 9 years ago
- 54d0acd wording fixes in error messages by Jonathan Turner · 9 years ago
- 54d42cc Rebase. Fix mutable iteration nit. by Jonathan Turner · 9 years ago
- 6186538 Replace local backtrace with def-use, repair std macro spans by Jonathan Turner · 9 years ago
- fad4f32 Turn on new errors, json mode. Remove duplicate unicode test by Jonathan Turner · 9 years ago
- 1e4f6d5 rustc_errors: fix a few bugs by Ariel Ben-Yehuda · 9 years ago
- dae8d07 Nudge travis by commenting a little by Jonathan Turner · 9 years ago
- d162b97 Teach EmitterWriter about the dangers of quasi-quoting by Jonathan Turner · 9 years ago
- 1fd014a Add fix for tabs. Move error unit tests->ui tests by Jonathan Turner · 9 years ago
- 2e8e73c Add in styled_buffer.rs and remove some unused code by Jonathan Turner · 9 years ago
- 012ff15 Fix up some tidy-unfriendly spacing by Jonathan Turner · 9 years ago
- 2f2c3e1 DCE and fixing some internal tests by Jonathan Turner · 9 years ago