about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-05bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4klensy-1/+1
2023-11-05Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrumbors-119/+307
2023-11-05Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnaybors-17/+42
2023-11-05Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726bors-32/+47
2023-11-05Auto merge of #117581 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrumbors-3/+3
2023-11-05Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubileebors-5/+29
2023-11-04Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgrbors-71/+197
2023-11-04Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillotMatthias Krüger-9/+9
2023-11-04Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillotMatthias Krüger-8/+37
2023-11-04Rollup merge of #117562 - pitaj:triagebot_no-merges, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-11-04Rollup merge of #117534 - RalfJung:str, r=Mark-SimulacrumMatthias Krüger-11/+17
2023-11-04Rollup merge of #116894 - joshlf:patch-12, r=RalfJungMatthias Krüger-1/+8
2023-11-04Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-SimulacrumMatthias Krüger-41/+125
2023-11-04Make sure that predicates with unmentioned bound vars are still considered gl...Michael Goulet-32/+47
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-10/+10
2023-11-04Stabilize `const_maybe_uninit_zeroed`Trevor Gross-7/+32
2023-11-04Auto merge of #113343 - saethlin:looser-alignment, r=RalfJungbors-58/+142
2023-11-04Draft fleshed-out deref docsjmaargh-41/+125
2023-11-04No lifetime on PlaceholderConstMichael Goulet-9/+9
2023-11-04Auto merge of #117579 - RalfJung:miri, r=RalfJungbors-255/+574
2023-11-04Bump compiler_builtins to 0.1.103Nicholas Bishop-3/+3
2023-11-04Check alignment of pointers only when read/written throughBen Kimock-58/+142
2023-11-04Auto merge of #117094 - Nadrieril:warn-lint-on-arm, r=cjgillotbors-25/+233
2023-11-04fallback for `construct_generic_bound_failure`bohan-8/+37
2023-11-04Auto merge of #3145 - RalfJung:data-race-error, r=RalfJungbors-166/+233
2023-11-04Suggest to set lint level on whole matchNadrieril-47/+79
2023-11-04Warn when lint level is set on a match armNadrieril-27/+107
2023-11-04Add testsNadrieril-0/+96
2023-11-04avoid acronyms when we don't really need themRalf Jung-12/+11
2023-11-04Auto merge of #3154 - rust-lang:rustup-2023-11-04, r=RalfJungbors-6532/+7325
2023-11-04Auto merge of #117566 - weihanglo:update-cargo, r=weihanglobors-1/+0
2023-11-04fmtThe Miri Conjob Bot-7/+3
2023-11-04Merge from rustcThe Miri Conjob Bot-6526/+7323
2023-11-04Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-04Auto merge of #117564 - TaKO8Ki:rollup-lkqhpqc, r=TaKO8Kibors-644/+756
2023-11-04Update cargoWeihang Lo-1/+0
2023-11-04Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikicTakayuki Maeda-10/+1
2023-11-04Rollup merge of #117550 - cuviper:try_par_for_each_in, r=est31Takayuki Maeda-7/+6
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-627/+749
2023-11-03triagebot no-merges: exclude different casePeter Jaszkowiak-1/+1
2023-11-04Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwcobors-82/+275
2023-11-04Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more...bors-82/+76
2023-11-03Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3bors-1712/+57
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-1712/+57
2023-11-04Update rust-lang/book.Nicholas Nethercote-0/+0
2023-11-03Auto merge of #115333 - joshlf:patch-5, r=RalfJungbors-9/+15
2023-11-03consts: remove dead code around `i1` constant valuesAugie Fackler-10/+1
2023-11-03Tweak spans for "adt defined here" noteNadrieril-174/+183
2023-11-03Accumulate let chains alongside the visitNadrieril-76/+78
2023-11-03Use `filter_map` in `try_par_for_each_in`Josh Stone-7/+6