| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+1 | |
| 2021-03-24 | small cleanups in rustc_errors / emitter | Andre Bogus | -20/+14 | |
| 2021-02-27 | Even faster counting of digits for error line numbers | Andre Bogus | -12/+26 | |
| 2021-02-18 | nhwn: optimize counting digits in line numbers | Nathan Nguyen | -1/+12 | |
| 2021-02-03 | Reduce tab formatting assertions to debug only | J. Ryan Stinnett | -1/+1 | |
| The tab replacement for diagnostics added in #79757 included a few assertions to ensure all tab characters are handled appropriately. We've started getting reports of these assertions firing (#81614). Since it's only a cosmetic issue, this downgrades the assertions to debug only, so we at least continue compiling even if the diagnostics might be a tad wonky. Fixes #81614 | ||||
| 2020-12-09 | Replace tabs earlier in diagnostics | J. Ryan Stinnett | -5/+20 | |
| This replaces tabs earlier in the diagnostics emitting process, which allows various margin calculations to ignore the existence of tabs. It does add a string copy for the source lines that are emitted. | ||||
| 2020-11-17 | Simplfy color availability check | Guillaume Gomez | -0/+17 | |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -2/+5 | |
| Properly handle lint spans after MIR inlining The first commit shows what happens when we apply mir inlining and then cause lints on the inlined MIR. The second commit fixes that. r? `@wesleywiser` | ||||
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -3/+6 | |
| 2020-10-29 | Fix typos | Dániel Buga | -2/+2 | |
| 2020-10-27 | Address review comment | oli | -1/+2 | |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -2/+4 | |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -2/+0 | |
| 2020-09-17 | Remove redundant to_string | Juan Aguilar Santillana | -14/+8 | |
| 2020-09-11 | replacing sub's that can wrap by saturating_sub's | Aurélien Deharbe | -3/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2177 | |
