about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-05Fix bad color for setting cog in ayu themeGuillaume Gomez-0/+6
2024-05-05Auto merge of #124606 - scottmcm:less-expect, r=cjgillotbors-2/+2
2024-05-04Auto merge of #124726 - matthiaskrgr:rollup-m6i3day, r=matthiaskrgrbors-104/+247
2024-05-04Rollup merge of #124723 - onkoe:issue-124722-fix, r=workingjubileeMatthias Krüger-5/+5
2024-05-04Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubileeMatthias Krüger-2/+2
2024-05-04Rollup merge of #124720 - RalfJung:interpret-drop, r=compiler-errorsMatthias Krüger-8/+11
2024-05-04Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnrMatthias Krüger-2/+53
2024-05-04Rollup merge of #124717 - compiler-errors:do-not-recomment-next-solver, r=lcnrMatthias Krüger-1/+68
2024-05-04Rollup merge of #124713 - Urgau:check-cfg-update-cargo-diagnostics, r=jieyouxuMatthias Krüger-25/+25
2024-05-04Rollup merge of #124690 - compiler-errors:only-ambig-if-ambig, r=lcnrMatthias Krüger-20/+24
2024-05-04Rollup merge of #124663 - Kobzol:docker-local-download, r=Mark-SimulacrumMatthias Krüger-35/+39
2024-05-04Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-05-04Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu...Matthias Krüger-3/+17
2024-05-04docs(hermit): Explain Hermit's template linkbarrett-1/+1
2024-05-04fix(docs): Correct Hermit links to loader + 'rusty-demo'Barrett-3/+3
2024-05-04docs(fix): incorrect Hermit links in the rustc bookBarrett-4/+4
2024-05-04library/std: Fix build for NetBSD targets with 32-bit `c_long`Ian Douglas Scott-2/+2
2024-05-04Auto merge of #124716 - matthiaskrgr:rollup-ni58ie1, r=matthiaskrgrbors-293/+279
2024-05-04some comments or dynamic drop handlingRalf Jung-2/+8
2024-05-04interpret: Drop: always evaluate placeRalf Jung-6/+3
2024-05-04Added an entry for "lldb" in config.example.tomlVladimir Makaev-0/+4
2024-05-04Record impl args in the proof treeMichael Goulet-2/+53
2024-05-04Implement do_not_recommend in the new solverMichael Goulet-1/+68
2024-05-04Rollup merge of #124715 - RalfJung:interpret-noreturn, r=compiler-errorsMatthias Krüger-237/+189
2024-05-04Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r...Matthias Krüger-3/+8
2024-05-04Rollup merge of #124584 - Nilstrieb:entrypointy, r=fee1-deadMatthias Krüger-43/+49
2024-05-04Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDentonMatthias Krüger-10/+33
2024-05-04Auto merge of #124704 - Urgau:fix-ignored-tests-fmt, r=GuillaumeGomezbors-0/+6
2024-05-04Only consider ambiguous goals when finding best obligation for ambiguitiesMichael Goulet-20/+24
2024-05-04interpret, miri: uniform treatments of intrinsics/functions with and without ...Ralf Jung-237/+189
2024-05-04Update Cargo diagnostics in check-cfgUrgau-25/+25
2024-05-04Various improvements to entrypoint codeNilstrieb-43/+49
2024-05-04Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgrbors-126/+263
2024-05-04Fix ignored tests for formattingUrgau-0/+6
2024-05-04Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=NilstriebMatthias Krüger-0/+25
2024-05-04Rollup merge of #124700 - scottmcm:unneeded_cast, r=NilstriebMatthias Krüger-1/+1
2024-05-04Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxuMatthias Krüger-17/+18
2024-05-04Rollup merge of #124692 - workingjubilee:document-no-double-pointer-coercion-...Matthias Krüger-0/+62
2024-05-04Rollup merge of #124677 - djkoloski:set_fuchsia_frame_pointer, r=tmandryMatthias Krüger-1/+4
2024-05-04Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJungMatthias Krüger-48/+121
2024-05-04Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDentonMatthias Krüger-57/+25
2024-05-04Rollup merge of #123356 - joboet:set_current_size, r=ChrisDentonMatthias Krüger-2/+7
2024-05-04Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxubors-220/+302
2024-05-04compiletest: add enable-by-default check-cfgUrgau-63/+114
2024-05-04compiletest: add no-auto-check-cfg directiveUrgau-119/+155
2024-05-04tests/ui: prepare some tests for --check-cfg by defaultUrgau-38/+33
2024-05-04Docs: suggest `uN::checked_sub` instead of check-then-uncheckedScott McMurray-0/+25
2024-05-04Remove an unnecessary castScott McMurray-1/+1
2024-05-04Use `unchecked_sub` in `split_at`Scott McMurray-3/+8
2024-05-04Rewrite `rustdoc-determinism` test in RustJover Zhang-17/+18