| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Auto merge of #120358 - tmandry:bump-fuchsia-8c-tests, r=Mark-Simulacrum | bors | -6/+12 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -925/+918 |
| 2024-01-31 | Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche... | bors | -109/+102 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -70/+211 |
| 2024-01-30 | Auto merge of #120496 - GuillaumeGomez:rollup-fmu9jre, r=GuillaumeGomez | bors | -1603/+885 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -7/+55 |
| 2024-01-30 | Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=Nilstrieb | Guillaume Gomez | -445/+21 |
| 2024-01-30 | Rollup merge of #120475 - Nilstrieb:cargo-build-my-a-, r=michaelwoerister | Guillaume Gomez | -0/+16 |
| 2024-01-30 | Rollup merge of #120445 - Nemo157:arc-plug, r=Mark-Simulacrum | Guillaume Gomez | -29/+80 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -334/+130 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -193/+186 |
| 2024-01-30 | Rollup merge of #120310 - krasimirgg:jan-v0-sym, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay | Guillaume Gomez | -67/+26 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -321/+268 |
| 2024-01-30 | Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkov | Guillaume Gomez | -202/+100 |
| 2024-01-30 | Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n... | Guillaume Gomez | -4/+2 |
| 2024-01-30 | Auto merge of #120491 - GuillaumeGomez:rollup-94wj681, r=GuillaumeGomez | bors | -422/+573 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -19/+11 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -49/+55 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -867/+862 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -150/+144 |
| 2024-01-30 | Rollup merge of #120467 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2024-01-30 | Rollup merge of #120464 - matthewjasper:matthew-reviews, r=davidtwco | Guillaume Gomez | -0/+4 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -30/+119 |
| 2024-01-30 | Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri... | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120443 - GuillaumeGomez:footnote-def-improvement, r=fmease | Guillaume Gomez | -4/+19 |
| 2024-01-30 | Rollup merge of #120439 - seqre-contrib:moving-ui-tests, r=nnethercote | Guillaume Gomez | -2/+5 |
| 2024-01-30 | Rollup merge of #120425 - DaniPopes:query-default-return, r=Nilstrieb | Guillaume Gomez | -14/+14 |
| 2024-01-30 | Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=Nilstrieb | Guillaume Gomez | -19/+19 |
| 2024-01-30 | Rollup merge of #120403 - seqre-contrib:pre-vendored-message, r=onur-ozkan | Guillaume Gomez | -1/+10 |
| 2024-01-30 | Rollup merge of #120402 - compiler-errors:async-closure-def-tree, r=cjgillot | Guillaume Gomez | -6/+43 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -176/+100 |
| 2024-01-30 | Rollup merge of #120387 - RalfJung:large-array-followup, r=oli-obk | Guillaume Gomez | -5/+4 |
| 2024-01-30 | Rollup merge of #120376 - nikic:update-codegen-test, r=cuviper | Guillaume Gomez | -2/+2 |
| 2024-01-30 | Rollup merge of #120250 - chadnorvell:rustdoc-xss, r=notriddle | Guillaume Gomez | -1/+9 |
| 2024-01-30 | Rollup merge of #120172 - onur-ozkan:add-more-tests, r=Mark-Simulacrum | Guillaume Gomez | -11/+63 |
| 2024-01-30 | Rollup merge of #119991 - kornelski:endless-read, r=the8472 | Guillaume Gomez | -0/+10 |
| 2024-01-30 | Rollup merge of #119123 - bjorn3:simd_intrinsics_mentions, r=Nilstrieb | Guillaume Gomez | -0/+7 |
| 2024-01-30 | Remove the second lifetime from `DiagnosticArg`. | Nicholas Nethercote | -5/+5 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgName`. | Nicholas Nethercote | -9/+5 |
| 2024-01-30 | Remove `DiagnosticArgName` from `rustc_codegen_ssa`. | Nicholas Nethercote | -10/+11 |
| 2024-01-30 | Remove lifetimes from some diagnostics. | Nicholas Nethercote | -18/+18 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -116/+113 |
| 2024-01-30 | Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errors | bors | -218/+168 |
| 2024-01-30 | Auto merge of #117925 - kornelski:read-to-oom, r=Amanieu | bors | -7/+47 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -7/+55 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -50/+77 |
| 2024-01-30 | Add a test | Michael Goulet | -0/+22 |
| 2024-01-30 | Normalize caller bounds | Michael Goulet | -10/+32 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -12/+90 |