about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-17Move `Session` out of `Linker`.Nicholas Nethercote-21/+15
2023-11-17Streamline `Queries::linker`.Nicholas Nethercote-19/+13
2023-11-17Auto merge of #117985 - lnicola:sync-from-ra, r=lnicolabors-970/+2212
2023-11-17Simplify bitmasksCaleb Zulawski-189/+183
2023-11-17Fix or silence lintsCaleb Zulawski-4/+12
2023-11-17Auto merge of #118001 - TaKO8Ki:rollup-fedlwwj, r=TaKO8Kibors-157/+115
2023-11-17Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errorsTakayuki Maeda-34/+29
2023-11-17Rollup merge of #117946 - RalfJung:miri-libcore-test, r=Mark-SimulacrumTakayuki Maeda-2/+5
2023-11-17Rollup merge of #117889 - epage:docs, r=Mark-SimulacrumTakayuki Maeda-11/+10
2023-11-17Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-SimulacrumTakayuki Maeda-4/+10
2023-11-17Rollup merge of #117649 - nnethercote:mv-lint_store, r=cjgillotTakayuki Maeda-106/+61
2023-11-17Auto merge of #117987 - bjorn3:sync_cg_clif-2023-11-16, r=bjorn3bors-192/+473
2023-11-17On resolve error of `[rest..]`, suggest `[rest @ ..]`Esteban Küber-0/+84
2023-11-16fix typoNathan Stocks-1/+1
2023-11-17Auto merge of #117996 - matthiaskrgr:rollup-sp48bl4, r=matthiaskrgrbors-28/+193
2023-11-17Rollup merge of #117990 - estebank:issue-100825-part-deux, r=NilstriebMatthias Krüger-15/+77
2023-11-17Rollup merge of #117982 - cuviper:quiet-pgo, r=onur-ozkanMatthias Krüger-1/+3
2023-11-17Rollup merge of #117980 - WhistlingZephyr:patch-1, r=Dylan-DPCMatthias Krüger-1/+1
2023-11-17Rollup merge of #117959 - estebank:issue-76086, r=compiler-errorsMatthias Krüger-1/+61
2023-11-17Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errorsMatthias Krüger-10/+51
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-6/+6
2023-11-17Remove `Compiler::register_lints`.Nicholas Nethercote-5/+0
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-61/+56
2023-11-17Remove dead lint code.Nicholas Nethercote-33/+5
2023-11-17Inline and remove `create_lint_store`.Nicholas Nethercote-13/+6
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-170/+14
2023-11-16simplify matching on binop resulty21-11/+7
2023-11-16Fix code indentationEsteban Küber-3/+3
2023-11-16review comment: move error logic to different methodEsteban Küber-58/+55
2023-11-16Auto merge of #3171 - saethlin:rustup, r=saethlinbors-1206/+1350
2023-11-16Merge from rustcBen Kimock-1205/+1349
2023-11-16check-cfg needs -Zunstable-optionsbjorn3-0/+1
2023-11-16Auto merge of #11824 - flip1995:ci-update-rust-cache-gha, r=Alexendoobors-1/+3
2023-11-16Handle attempts to have multiple `cfg`d tail expressionsEsteban Küber-0/+183
2023-11-16Preparing for merge from rustcBen Kimock-1/+1
2023-11-16Merge branch 'sync_from_rust'bjorn3-0/+2
2023-11-16Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...bjorn3-192/+473
2023-11-16Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...bjorn3-192/+473
2023-11-16Auto merge of #117979 - flip1995:clippyup, r=matthiaskrgrbors-10376/+10343
2023-11-16Rustup to rustc 1.76.0-nightly (6b771f6b5 2023-11-15)bjorn3-1/+1
2023-11-16Update reference to bjorn3/rustc_codegen_craneliftbjorn3-1/+1
2023-11-16Auto merge of #3170 - RalfJung:libc-tests, r=RalfJungbors-77/+76
2023-11-16actually all the 'env' tests work on FreeBSD, as well as posix_memalignRalf Jung-1/+1
2023-11-16move reallocarray test into libc-miscRalf Jung-17/+18
2023-11-16make libc-misc pass under FreeBSDRalf Jung-1/+8
2023-11-16split thread test into synchronization primitives and threadnameRalf Jung-61/+52
2023-11-16Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-raLaurențiu Nicola-970/+2212
2023-11-16Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-raLaurențiu Nicola-970/+2212
2023-11-16Fix has_body() and change resolve_drop_in_place() sigCelina G. Val-18/+20
2023-11-16Always run builder to evaluate constantsCelina G. Val-4/+1