| Age | Commit message (Expand) | Author | Lines |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -21/+15 |
| 2023-11-17 | Streamline `Queries::linker`. | Nicholas Nethercote | -19/+13 |
| 2023-11-17 | Auto merge of #117985 - lnicola:sync-from-ra, r=lnicola | bors | -970/+2212 |
| 2023-11-17 | Simplify bitmasks | Caleb Zulawski | -189/+183 |
| 2023-11-17 | Fix or silence lints | Caleb Zulawski | -4/+12 |
| 2023-11-17 | Auto merge of #118001 - TaKO8Ki:rollup-fedlwwj, r=TaKO8Ki | bors | -157/+115 |
| 2023-11-17 | Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errors | Takayuki Maeda | -34/+29 |
| 2023-11-17 | Rollup merge of #117946 - RalfJung:miri-libcore-test, r=Mark-Simulacrum | Takayuki Maeda | -2/+5 |
| 2023-11-17 | Rollup merge of #117889 - epage:docs, r=Mark-Simulacrum | Takayuki Maeda | -11/+10 |
| 2023-11-17 | Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-Simulacrum | Takayuki Maeda | -4/+10 |
| 2023-11-17 | Rollup merge of #117649 - nnethercote:mv-lint_store, r=cjgillot | Takayuki Maeda | -106/+61 |
| 2023-11-17 | Auto merge of #117987 - bjorn3:sync_cg_clif-2023-11-16, r=bjorn3 | bors | -192/+473 |
| 2023-11-17 | On resolve error of `[rest..]`, suggest `[rest @ ..]` | Esteban Küber | -0/+84 |
| 2023-11-16 | fix typo | Nathan Stocks | -1/+1 |
| 2023-11-17 | Auto merge of #117996 - matthiaskrgr:rollup-sp48bl4, r=matthiaskrgr | bors | -28/+193 |
| 2023-11-17 | Rollup merge of #117990 - estebank:issue-100825-part-deux, r=Nilstrieb | Matthias Krüger | -15/+77 |
| 2023-11-17 | Rollup merge of #117982 - cuviper:quiet-pgo, r=onur-ozkan | Matthias Krüger | -1/+3 |
| 2023-11-17 | Rollup merge of #117980 - WhistlingZephyr:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2023-11-17 | Rollup merge of #117959 - estebank:issue-76086, r=compiler-errors | Matthias Krüger | -1/+61 |
| 2023-11-17 | Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errors | Matthias Krüger | -10/+51 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -6/+6 |
| 2023-11-17 | Remove `Compiler::register_lints`. | Nicholas Nethercote | -5/+0 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -61/+56 |
| 2023-11-17 | Remove dead lint code. | Nicholas Nethercote | -33/+5 |
| 2023-11-17 | Inline and remove `create_lint_store`. | Nicholas Nethercote | -13/+6 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -170/+14 |
| 2023-11-16 | simplify matching on binop result | y21 | -11/+7 |
| 2023-11-16 | Fix code indentation | Esteban Küber | -3/+3 |
| 2023-11-16 | review comment: move error logic to different method | Esteban Küber | -58/+55 |
| 2023-11-16 | Auto merge of #3171 - saethlin:rustup, r=saethlin | bors | -1206/+1350 |
| 2023-11-16 | Merge from rustc | Ben Kimock | -1205/+1349 |
| 2023-11-16 | check-cfg needs -Zunstable-options | bjorn3 | -0/+1 |
| 2023-11-16 | Auto merge of #11824 - flip1995:ci-update-rust-cache-gha, r=Alexendoo | bors | -1/+3 |
| 2023-11-16 | Handle attempts to have multiple `cfg`d tail expressions | Esteban Küber | -0/+183 |
| 2023-11-16 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-11-16 | Merge branch 'sync_from_rust' | bjorn3 | -0/+2 |
| 2023-11-16 | Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202... | bjorn3 | -192/+473 |
| 2023-11-16 | Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202... | bjorn3 | -192/+473 |
| 2023-11-16 | Auto merge of #117979 - flip1995:clippyup, r=matthiaskrgr | bors | -10376/+10343 |
| 2023-11-16 | Rustup to rustc 1.76.0-nightly (6b771f6b5 2023-11-15) | bjorn3 | -1/+1 |
| 2023-11-16 | Update reference to bjorn3/rustc_codegen_cranelift | bjorn3 | -1/+1 |
| 2023-11-16 | Auto merge of #3170 - RalfJung:libc-tests, r=RalfJung | bors | -77/+76 |
| 2023-11-16 | actually all the 'env' tests work on FreeBSD, as well as posix_memalign | Ralf Jung | -1/+1 |
| 2023-11-16 | move reallocarray test into libc-misc | Ralf Jung | -17/+18 |
| 2023-11-16 | make libc-misc pass under FreeBSD | Ralf Jung | -1/+8 |
| 2023-11-16 | split thread test into synchronization primitives and threadname | Ralf Jung | -61/+52 |
| 2023-11-16 | Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra | Laurențiu Nicola | -970/+2212 |
| 2023-11-16 | Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra | Laurențiu Nicola | -970/+2212 |
| 2023-11-16 | Fix has_body() and change resolve_drop_in_place() sig | Celina G. Val | -18/+20 |
| 2023-11-16 | Always run builder to evaluate constants | Celina G. Val | -4/+1 |