| Age | Commit message (Expand) | Author | Lines |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -7/+7 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -6/+7 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -3/+18 |
| 2021-05-10 | Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726 | Dylan DPC | -1/+17 |
| 2021-05-10 | More minor fixes suggested by @jackh726 | Fabian Wolff | -13/+5 |
| 2021-05-08 | Note why `Handler::fatal` is different from `Sesssion::fatal` | Joshua Nelson | -0/+1 |
| 2021-05-08 | Make `Diagnostic::span_fatal` unconditionally raise an error | Joshua Nelson | -4/+4 |
| 2021-05-07 | Fix suggestions for missing return type lifetime parameters | Fabian Wolff | -0/+24 |
| 2021-05-05 | lazify backtrace formatting for delayed diagnostics | The8472 | -5/+22 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -6/+7 |
| 2021-04-25 | Rollup merge of #84235 - klensy:styled-buffer, r=lcnr | Dylan DPC | -35/+55 |
| 2021-04-24 | review | klensy | -24/+14 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-16 | rename StyledBuffer.text to lines | klensy | -18/+18 |
| 2021-04-16 | StyledBuffer::set_style: check overwrite first | klensy | -2/+2 |
| 2021-04-16 | StyledBuffer::prepend: if line is empty, insert content without inserting spaces | klensy | -3/+5 |
| 2021-04-16 | added some docs for StyledBuffer | klensy | -0/+17 |
| 2021-04-16 | added default for StyledChar | klensy | -2/+8 |
| 2021-04-16 | refactored StyledBuffer parts into StyledChar | klensy | -21/+26 |
| 2021-04-05 | Document compiler/ with -Aprivate-intra-doc-links | Joshua Nelson | -9/+0 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -0/+36 |
| 2021-03-30 | Auto merge of #83639 - osa1:issue83638, r=estebank | bors | -1/+1 |
| 2021-03-29 | Replace tabs in err messages before rendering | Ömer Sinan Ağacan | -1/+1 |
| 2021-03-27 | Fix compiler docs | Joshua Nelson | -0/+9 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -82/+8 |
| 2021-03-27 | Remove unused `DiagnosticBuilder::sub` function | Joshua Nelson | -13/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -5/+5 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -5/+5 |
| 2021-03-24 | small cleanups in rustc_errors / emitter | Andre Bogus | -20/+14 |
| 2021-03-17 | Remove unnecessary `forward_inner_docs` hack | Joshua Nelson | -15/+7 |
| 2021-03-08 | Add notes to keep the UnusedExterns structs synced up | est31 | -0/+4 |
| 2021-03-08 | Emit the lint level of the unused-crate-dependencies | est31 | -9/+11 |
| 2021-03-08 | Emit unused externs | est31 | -0/+30 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-02-27 | Even faster counting of digits for error line numbers | Andre Bogus | -12/+26 |
| 2021-02-25 | Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk | Dylan DPC | -0/+6 |
| 2021-02-23 | Rollup merge of #82255 - nhwn:nonzero-err-as-bug, r=davidtwco | Dylan DPC | -6/+7 |
| 2021-02-18 | nhwn: optimize counting digits in line numbers | Nathan Nguyen | -1/+12 |
| 2021-02-18 | nhwn: make treat_err_as_bug Option<NonZeroUsize> | Nathan Nguyen | -6/+7 |
| 2021-02-13 | Fix ICE caused by suggestion with no code substitutions | Esteban Küber | -0/+6 |
| 2021-02-07 | Make sure all fields are accounted for in `encode_fields!` | Jeremy Fitzhardinge | -4/+31 |
| 2021-02-07 | Implement Encoder for Diagnostic manually | Jeremy Fitzhardinge | -1/+37 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -1/+64 |
| 2021-02-03 | Make panic/assert calls in rustc compatible with Rust 2021. | Mara Bos | -2/+2 |
| 2021-02-03 | Reduce tab formatting assertions to debug only | J. Ryan Stinnett | -2/+2 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -6/+11 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -4/+4 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -29/+23 |