| Age | Commit message (Expand) | Author | Lines |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -8/+19 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -12/+6 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -18/+3 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -6/+1 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -6/+43 |
| 2021-07-06 | Add missing docs and remove dead code | Ryan Levick | -2/+10 |
| 2021-07-01 | New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w... | Ryan Levick | -0/+18 |
| 2021-06-30 | Force warnings even when can_emit_warnings == false | Ryan Levick | -6/+17 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-07 | Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor | bors | -2/+2 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-06-01 | Remove unused functions and arguments from rustc_serialize | bjorn3 | -2/+2 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 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 |