about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-13Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkovJubilee-158/+150
2024-07-13Rollup merge of #127477 - nnethercote:tweak-inner_attr_ranges, r=petrochenkovJubilee-8/+3
2024-07-13Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma...Jubilee-45/+44
2024-07-13Rollup merge of #122300 - CastilloDel:master, r=cjgillotJubilee-6/+48
2024-07-13Auto merge of #127694 - bjorn3:sync_cg_clif-2024-07-13, r=bjorn3bors-77/+94
2024-07-13Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrumbors-3/+5
2024-07-13Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-202...bjorn3-77/+94
2024-07-13Fix rustc test suitebjorn3-1/+0
2024-07-13Rustup to rustc 1.81.0-nightly (c6727fc9b 2024-07-12)bjorn3-1/+1
2024-07-13Auto merge of #127683 - devnexen:macos_fs_update, r=joboetbors-59/+1
2024-07-13Nicer error message when using raw-dylibbjorn3-2/+2
2024-07-13Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillotbors-0/+92
2024-07-13std::unix::fs: removing, now useless, layers predating macOs 10.10.David Carlier-59/+1
2024-07-13Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkanbors-84/+193
2024-07-13Avoid more instances of unused command execution in dry runJakub Beránek-15/+7
2024-07-13Auto merge of #127674 - jhpratt:rollup-0dxy3k7, r=jhprattbors-38/+64
2024-07-13Rollup merge of #127668 - spencer3035:improve-slice-doc, r=jhprattJacob Pratt-10/+50
2024-07-13Rollup merge of #127661 - eduardosm:stabilize-io_slice_advance, r=cuviperJacob Pratt-12/+4
2024-07-13Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviperJacob Pratt-16/+10
2024-07-13Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubileebors-30/+53
2024-07-13Auto merge of #126606 - zachs18:patch-2, r=joboetbors-0/+77
2024-07-12Updated slice documentationSpencer-10/+50
2024-07-12Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubileebors-690/+1288
2024-07-12Rollup merge of #127660 - tgross35:const_strlen-rename, r=dtolnayJubilee-2/+2
2024-07-12Rollup merge of #127632 - compiler-errors:precise-capturing-rustdoc, r=fmeaseJubilee-4/+54
2024-07-12Rollup merge of #127631 - compiler-errors:yeet-fully-norm, r=lcnrJubilee-74/+36
2024-07-12Rollup merge of #127619 - compiler-errors:precise-capturing-better-sugg, r=ol...Jubilee-15/+242
2024-07-12Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obkJubilee-0/+41
2024-07-12Rollup merge of #127381 - Oneirical:testalt-consciousness, r=jieyouxuJubilee-69/+96
2024-07-12Rollup merge of #127338 - Oneirical:ready-your-arbatests, r=jieyouxuJubilee-37/+64
2024-07-12Rollup merge of #127310 - chenyukang:yukang-fix-suggest-import-ice, r=estebankJubilee-6/+125
2024-07-12Rollup merge of #127209 - sayantn:xop, r=AmanieuJubilee-2/+26
2024-07-12Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebankJubilee-91/+397
2024-07-12Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebankJubilee-390/+205
2024-07-12Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubileebors-10/+461
2024-07-12Remove LLVMRustDIBuilderInsertDeclareAtEnd return valueNikita Popov-12/+7
2024-07-12Fix incorrect NDEBUG handling in LLVM bindingsNikita Popov-4/+3
2024-07-12Test `build_helper` with the stage 0 compilerJakub Beránek-3/+2
2024-07-12Modify FIXME commentJakub Beránek-1/+1
2024-07-12Simplify command executions for plain source tarballsJakub Beránek-5/+1
2024-07-12Disarm drop bombs for unexecuted test Cargo commandsJakub Beránek-1/+2
2024-07-12Remove unused rustdoc commandJakub Beránek-4/+0
2024-07-12Fix a case where a RustBook command is potentially not executedJakub Beránek-2/+7
2024-07-12Improve error message of drop bombsJakub Beránek-1/+1
2024-07-12Improve the `Debug` representation of `BootstrapCommand`Jakub Beránek-1/+13
2024-07-12Print command creation and execution location when it failsJakub Beránek-4/+23
2024-07-12Add `DropBomb` to `BootstrapCommand`Jakub Beránek-0/+20
2024-07-12Make `command` field of `BootstrapCommand` private to force access to it thro...Jakub Beránek-42/+60
2024-07-12Store full arm location in `DropBomb`Jakub Beránek-4/+4
2024-07-12Configure test execution for the `build_helper` crate in bootstrapJakub Beránek-0/+48