| Age | Commit message (Expand) | Author | Lines |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -34/+34 |
| 2023-03-11 | rustdoc: collapse edit distance state into an object | Michael Howell | -80/+86 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -39/+214 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -35/+164 |
| 2023-03-12 | Document BinOp::is_checkable | Tomasz Miąsko | -0/+3 |
| 2023-03-11 | rustdoc: reduce allocs in FnDecl::inner_full_print | Jacob Hoffman-Andrews | -65/+71 |
| 2023-03-11 | Commit some tests for the new solver + lazy norm | Michael Goulet | -0/+172 |
| 2023-03-11 | Use ensure_with_value in a few more places. | Camille GILLOT | -6/+7 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -13/+57 |
| 2023-03-11 | Use ensure for thir_abstract_const. | Camille GILLOT | -5/+2 |
| 2023-03-11 | Ensure value is on the on-disk cache before returning. | Camille GILLOT | -9/+53 |
| 2023-03-11 | Auto merge of #2809 - saethlin:round_ties_even, r=oli-obk | bors | -0/+35 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -17/+16 |
| 2023-03-11 | Use TyCtxt::trait_solver_next in some places | Michael Goulet | -15/+13 |
| 2023-03-11 | Simplify message paths | est31 | -34/+34 |
| 2023-03-11 | Auto merge of #108417 - Zoxc:dep-graph-branch, r=cjgillot | bors | -173/+221 |
| 2023-03-11 | Gate const closures even when they appear in macros | Michael Goulet | -15/+29 |
| 2023-03-11 | Gate all usages of dyn*, even in macros | Michael Goulet | -12/+32 |
| 2023-03-11 | Introduce `Rc::into_inner`, as a parallel to `Arc::into_inner` | Josh Triplett | -0/+34 |
| 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 | Extend tests + improve description + general improvement | blyxyas | -57/+59 |
| 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 | Add a fixme and address a more non trivial case | est31 | -2/+3 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -6/+10 |
| 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 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -272/+445 |
| 2023-03-11 | Pass flycheck extra args when running build scripts | Laurențiu Nicola | -0/+4 |
| 2023-03-11 | fix link | jyn | -1/+1 |
| 2023-03-11 | read_buf_exact: on error, all read bytes are appended to the buffer | Tomasz Miąsko | -2/+16 |
| 2023-03-11 | Auto merge of #109015 - matthiaskrgr:rollup-xu2s31g, r=matthiaskrgr | bors | -1544/+1728 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -40/+74 |
| 2023-03-11 | Rollup merge of #108739 - 823984418:patch-1, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-03-11 | Rollup merge of #108708 - noamtashma:issue-108706-fix, r=m-ou-se | Matthias Krüger | -3/+17 |
| 2023-03-11 | Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillot | Matthias Krüger | -0/+30 |
| 2023-03-11 | Rollup merge of #108542 - bwmf2:expanded, r=wesleywiser | Matthias Krüger | -1/+29 |
| 2023-03-11 | Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr | Matthias Krüger | -173/+183 |
| 2023-03-11 | Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnay | Matthias Krüger | -4/+45 |
| 2023-03-11 | Rollup merge of #106633 - c410-f3r:stabilize-nonzero_bits, r=dtolnay | Matthias Krüger | -12/+4 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -39/+59 |
| 2023-03-11 | Update host compiler to LLVM 16 | Nikita Popov | -1/+1 |
| 2023-03-11 | Expand on the allocator comment in `rustc-main` | Joshua Nelson | -0/+9 |
| 2023-03-11 | remove duplicated calls to sort_string | klensy | -6/+2 |
| 2023-03-11 | Auto merge of #10434 - Jarcho:snip_context, r=dswij | bors | -193/+200 |
| 2023-03-11 | Auto merge of #10420 - Jarcho:no_mangle_diag, r=dswij | bors | -81/+71 |
| 2023-03-11 | Replace list indexing for `.get` (fail-safe) | blyxyas | -1/+2 |