| Age | Commit message (Expand) | Author | Lines |
| 2023-03-14 | Create dir for build_triple | Mu001999 | -0/+1 |
| 2023-03-14 | Auto merge of #109097 - matthiaskrgr:rollup-6ydc4ri, r=matthiaskrgr | bors | -12/+50 |
| 2023-03-13 | Rollup merge of #109083 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-03-13 | Rollup merge of #109055 - ozkanonur:detect_src_and_out, r=albertlarsan68 | Matthias Krüger | -2/+33 |
| 2023-03-13 | Rollup merge of #108830 - compiler-errors:new-solver-fast-reject-faster, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-03-13 | Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68 | Matthias Krüger | -8/+15 |
| 2023-03-13 | Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" | Nilstrieb | -1/+0 |
| 2023-03-13 | Update books | rustbot | -0/+0 |
| 2023-03-13 | Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicola | bors | -3055/+12635 |
| 2023-03-13 | Don't use fd-lock on Solaris in bootstrap | Petr Sumbera | -8/+15 |
| 2023-03-13 | Better names? | Michael Goulet | -1/+1 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -2/+2 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -199/+91 |
| 2023-03-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3055/+12635 |
| 2023-03-13 | Auto merge of #109011 - jsha:reduce-allocations-inner-full-print, r=notriddle | bors | -65/+71 |
| 2023-03-12 | rustdoc: rename `Type::is_same` to `is_doc_subtype_of` | Michael Howell | -11/+11 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -21/+24 |
| 2023-03-12 | create `config::tests::detect_src_and_out` test for bootstrap | ozkanonur | -2/+33 |
| 2023-03-12 | Auto merge of #2811 - saethlin:readme-nextest, r=RalfJung | bors | -0/+20 |
| 2023-03-12 | tweak readme | Ralf Jung | -3/+3 |
| 2023-03-12 | Add a section on using nextest | Ben Kimock | -0/+20 |
| 2023-03-12 | Rollup merge of #109052 - GuillaumeGomez:rustdoc-gui-tester-eslint, r=notriddle | Matthias Krüger | -9/+106 |
| 2023-03-12 | Rollup merge of #109031 - thomcc:config-example-toml, r=ozkanonur | Matthias Krüger | -13/+13 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -149/+223 |
| 2023-03-12 | Add rustdoc-gui eslint check into CI | Guillaume Gomez | -1/+2 |
| 2023-03-12 | Add eslint check for rustdoc-gui tester | Guillaume Gomez | -8/+104 |
| 2023-03-12 | Remove `box-syntax` from unstable book | clubby789 | -22/+0 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -15/+2 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -162/+89 |
| 2023-03-12 | Prevent stable `libtest` from supporting `-Zunstable-options` | Thom Chiovoloni | -0/+6 |
| 2023-03-12 | Rollup merge of #109028 - GuillaumeGomez:rustdoc-js-tester-eslint, r=notriddle | Matthias Krüger | -45/+144 |
| 2023-03-12 | Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonur | Matthias Krüger | -0/+2 |
| 2023-03-11 | rustdoc: collapse edit distance state into an object | Michael Howell | -80/+86 |
| 2023-03-11 | rustdoc: reduce allocs in FnDecl::inner_full_print | Jacob Hoffman-Andrews | -65/+71 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -13/+13 |
| 2023-03-11 | Add rustdoc-js eslint check into CI | Guillaume Gomez | -1/+2 |
| 2023-03-11 | Improve rustdoc-js tester code clarity a bit | Guillaume Gomez | -7/+9 |
| 2023-03-11 | Add eslint checks for rustdoc-js tester | Guillaume Gomez | -38/+134 |
| 2023-03-11 | Implement intrinsics for round_ties_even | Ben Kimock | -0/+35 |
| 2023-03-11 | Use trimmed instead of line for performance | est31 | -4/+4 |
| 2023-03-11 | Extend the tidy lint to ftl files | est31 | -1/+6 |
| 2023-03-11 | tidy: enforce comment blocks to have even number of backticks | est31 | -9/+47 |
| 2023-03-11 | tidy: allow direct format args capture in macro | est31 | -4/+4 |
| 2023-03-11 | Update host compiler to LLVM 16 | Nikita Popov | -1/+1 |
| 2023-03-11 | Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors | Matthias Krüger | -33/+32 |
| 2023-03-11 | Rollup merge of #108927 - Ayush1325:pal-cleanup, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2023-03-11 | Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez | Matthias Krüger | -644/+616 |
| 2023-03-11 | Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomez | Matthias Krüger | -43/+84 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -9/+50 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -3/+18 |