about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-27Auto merge of #118370 - TaKO8Ki:rollup-qfilq2w, r=TaKO8Kibors-244/+182
2023-11-27cargo uiblessKisaragi Marine-16/+16
2023-11-27remove double-paren on test caseKisaragi Marine-19/+19
2023-11-27re-implement fix for rust-lang#11357Kisaragi Marine-22/+67
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-34/+49
2023-11-27Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8KiTakayuki Maeda-2/+55
2023-11-27Rollup merge of #118358 - RalfJung:const-tests, r=WaffleLapkinTakayuki Maeda-232/+112
2023-11-27Rollup merge of #118340 - compiler-errors:tweaks, r=lqdTakayuki Maeda-10/+10
2023-11-27Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwcoTakayuki Maeda-0/+5
2023-11-27Change help message to make some sense in broader contextHirochika Matsumoto-3/+3
2023-11-27Address review feedbacksHirochika Matsumoto-23/+18
2023-11-27Make tidy test happyHirochika Matsumoto-2/+2
2023-11-27Detect Python-like slicing and suggest how to fixHirochika Matsumoto-0/+47
2023-11-27Suggest swapping the order of `ref` and `box`Hirochika Matsumoto-2/+55
2023-11-27Auto merge of #118365 - lnicola:sync-from-ra, r=lnicolabors-309/+1150
2023-11-27rename methodDeadbeef-9/+18
2023-11-27Detect and reject malformed repr(Rust) hintsLeón Orell Valerian Liehr-11/+38
2023-11-27Update reuse command to include submodules.Jonathan Pallant (Ferrous Systems)-1/+1
2023-11-27Add missing CC-BY-SA-4.0.Jonathan Pallant (Ferrous Systems)-0/+427
2023-11-27Fix generate-copyright tool.Jonathan Pallant (Ferrous Systems)-32/+54
2023-11-27Remove instant from EXCEPTIONS_RUST_ANALYZERLaurențiu Nicola-1/+0
2023-11-27Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-raLaurențiu Nicola-308/+1150
2023-11-27Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-raLaurențiu Nicola-308/+1150
2023-11-27Auto merge of #118352 - Zalathar:llvm-hash, r=onur-ozkanbors-5/+9
2023-11-27use the usual attributes for panic_misaligned_pointer_dereferenceRalf Jung-2/+2
2023-11-27make sure panic_nounwind_fmt can still be fully inlined (e.g. for panic_immed...Ralf Jung-1/+4
2023-11-27Auto merge of #11877 - samueltardieu:doc-fix, r=flip1995bors-1/+1
2023-11-27Add Windows wrappers for ./ySimon Buchan-0/+21
2023-11-27Auto merge of #118353 - matthiaskrgr:rollup-sf1booi, r=matthiaskrgrbors-10/+17
2023-11-27make const tests independent of std debug assertionsRalf Jung-232/+112
2023-11-27bootstrap: Memoize the LLVM rebuild hash to avoid very slow `x check`Zalathar-5/+9
2023-11-27Rollup merge of #118338 - nnethercote:backticks, r=compiler-errorsMatthias Krüger-7/+7
2023-11-27Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmeaseMatthias Krüger-2/+1
2023-11-27Rollup merge of #118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clu...Matthias Krüger-1/+9
2023-11-27Auto merge of #3193 - rust-lang:rustup-2023-11-27, r=RalfJungbors-3671/+4627
2023-11-27Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr...bors-2/+2
2023-11-27Simplify Default for tuplesDaniPopes-9/+6
2023-11-27Merge from rustcThe Miri Conjob Bot-3670/+4626
2023-11-27Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-27Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=th...bors-14/+44
2023-11-26Cut code size for feature hashingMark Rousskov-6/+14
2023-11-27eliminate the second `visit` to save a bit performance.J-ZhengLi-25/+14
2023-11-27Auto merge of #118327 - WaffleLapkin:mailmap-wl-tsk, r=Mark-Simulacrumbors-1/+2
2023-11-27Dont suggest `!` for path in function call if it has generic argsMichael Goulet-6/+29
2023-11-27Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naberbors-53/+46
2023-11-26Simplify indenting in THIR printingMark Rousskov-2/+8
2023-11-27Deparameterize `Results` and `ResultsCursor`.Nicholas Nethercote-72/+27
2023-11-27Remove `ResultsCloned` and `ResultsClonedCursor`.Nicholas Nethercote-26/+4
2023-11-27Remove uses of `ResultsClonedCursor`.Nicholas Nethercote-17/+17
2023-11-27Remove `ResultsRefCursor`.Nicholas Nethercote-29/+2