| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -1/+1 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -43/+43 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -24/+24 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -26/+26 |
| 2023-12-18 | Rename `new_handler` as `new_dcx`. | Nicholas Nethercote | -10/+6 |
| 2023-12-18 | Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f... | Nicholas Nethercote | -2/+1 |
| 2023-12-18 | Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -7/+7 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -4/+3 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -7/+7 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -21/+22 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-12-17 | Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomez | bors | -46/+28 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -9/+10 |
| 2023-12-15 | rustdoc-search: remove parallel searchWords array | Michael Howell | -46/+28 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -9/+10 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -23/+11 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -16/+0 |
| 2023-12-15 | Rollup merge of #118986 - GuillaumeGomez:simplify-js-inline, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-12-15 | Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddle | Matthias Krüger | -12/+3 |
| 2023-12-15 | Appease the tools: clippy, rustdoc | Michael Goulet | -16/+0 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -23/+11 |
| 2023-12-15 | Simplify JS code a little bit | Guillaume Gomez | -2/+2 |
| 2023-12-15 | Auto merge of #118975 - GuillaumeGomez:rollup-0emhjx0, r=GuillaumeGomez | bors | -68/+551 |
| 2023-12-15 | Simplify `src-script.js` code | Guillaume Gomez | -12/+3 |
| 2023-12-15 | Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez | Guillaume Gomez | -23/+507 |
| 2023-12-15 | Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc | Guillaume Gomez | -45/+44 |
| 2023-12-14 | rustdoc-search: fix a race condition in search index loading | Michael Howell | -2/+8 |
| 2023-12-14 | Use Map instead of Object for source files and search index | Guillaume Gomez | -93/+77 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -3/+2 |
| 2023-12-14 | rustdoc: avoid ParamEnv with infer vars | Ali MJ Al-Nasrawy | -3/+2 |
| 2023-12-13 | rustdoc-search: clean up handleSingleArg type handling | Michael Howell | -9/+3 |
| 2023-12-13 | rustdoc-search: better hashing, faster unification | Michael Howell | -10/+46 |
| 2023-12-13 | rustdoc-search: use set ops for ranking and filtering | Michael Howell | -41/+187 |
| 2023-12-13 | rustdoc-search: remove the now-redundant `validateResult` | Michael Howell | -57/+0 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -9/+8 |
| 2023-12-12 | Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin | Jubilee | -4/+4 |
| 2023-12-12 | Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddle | Jubilee | -13/+7 |
| 2023-12-12 | Rollup merge of #118885 - matthiaskrgr:compl_2023, r=compiler-errors | Jubilee | -1/+2 |
| 2023-12-12 | Rollup merge of #118872 - GuillaumeGomez:codeblock-attr-lint, r=notriddle | Jubilee | -43/+56 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -4/+4 |
| 2023-12-12 | Clean up variables in `search.js` | Guillaume Gomez | -13/+7 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -1/+2 |
| 2023-12-12 | Follow guidelines for lint suggestions | Guillaume Gomez | -9/+21 |
| 2023-12-12 | Add `rustX` check to codeblock attributes lint | Guillaume Gomez | -0/+10 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -9/+8 |
| 2023-12-12 | Clean up CodeBlocks::next code | Guillaume Gomez | -38/+29 |
| 2023-12-11 | rustdoc-search: clean up parser | Michael Howell | -7/+2 |
| 2023-12-11 | Rollup merge of #118812 - notriddle:notriddle/assoc-name-intern, r=GuillaumeG... | Guillaume Gomez | -14/+21 |