about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-01set miri sysroots inside Cargo::newRalf Jung-7/+13
2024-04-01Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkanbors-135/+174
2024-04-01Auto merge of #122663 - beetrees:non-unicode-env-error, r=TaKO8Kibors-23/+92
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-23/+92
2024-04-01Auto merge of #122972 - beetrees:use-align-type, r=fee1-deadbors-26/+74
2024-04-01Use the `Align` type when parsing alignment attributesbeetrees-26/+74
2024-03-31Auto merge of #123270 - JaniM:janim/string-alloc-doc, r=workingjubileebors-3/+3
2024-03-31checktools: make it easier to trace what is happeningRalf Jung-0/+1
2024-03-31fix not finding the right libraries on WindowsRalf Jung-3/+9
2024-04-01doc: mention heap allocation earlier in String docsJani Mustonen-3/+3
2024-03-31Auto merge of #123299 - workingjubilee:rollup-2z8amaj, r=workingjubileebors-6/+69
2024-03-31Rollup merge of #123295 - BoxyUwU:boxy_compiler_reviews, r=Mark-SimulacrumJubilee-0/+1
2024-03-31Rollup merge of #123271 - JaniM:janim/sliceindex-doc, r=NilstriebJubilee-0/+11
2024-03-31Rollup merge of #123268 - RalfJung:dont-freeze, r=NilstriebJubilee-0/+7
2024-03-31Rollup merge of #123267 - devnexen:thread_get_name_haiku, r=joboetJubilee-1/+19
2024-03-31Rollup merge of #123180 - Oneirical:master, r=Mark-SimulacrumJubilee-5/+31
2024-03-31warn against implementing FreezeRalf Jung-0/+7
2024-03-31beep boopBoxy-0/+1
2024-03-31Auto merge of #123266 - RalfJung:catch-panic, r=workingjubileebors-0/+3
2024-03-31add FIXME for making the cargo cmd properly typedRalf Jung-5/+5
2024-03-31move parallel_compiler handling into prepare_tool_cargo so that it is done ev...Ralf Jung-16/+11
2024-03-31remove a pointless env varRalf Jung-4/+0
2024-03-31shift Miri's stage so that it matches other rustc-based toolsRalf Jung-57/+74
2024-03-31bootstrap/rustc: remove a miri hackRalf Jung-1/+1
2024-03-31cargo-miri: better debug output; reorder a comment to make it less confusingRalf Jung-6/+10
2024-03-31std::thread: adding get_name haiku implementation.David Carlier-1/+19
2024-03-31Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjgillotbors-51/+6
2024-03-31doc: describe panic conditions for SliceIndex implementationsJani Mustonen-0/+11
2024-03-31Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrumbors-29/+58
2024-03-31Sort directories when generating tarballsJakub Beránek-1/+4
2024-03-31Make tarball generation more deterministicJakub Beránek-2/+5
2024-03-31Remove potential `__pycache__` directories from src tarballsJakub Beránek-0/+14
2024-03-31Checkout all submodules when building source tarballsJakub Beránek-3/+3
2024-03-31Move submodule lookup to `Builder`Jakub Beránek-23/+32
2024-03-31Auto merge of #123264 - matthiaskrgr:rollup-smyy7j9, r=matthiaskrgrbors-265/+260
2024-03-31catch_panic: warn about panicking payload dropRalf Jung-0/+3
2024-03-31Rollup merge of #123260 - RalfJung:miri, r=RalfJungMatthias Krüger-186/+214
2024-03-31Rollup merge of #123242 - Nadrieril:require-contiguous-enum-indices, r=compil...Matthias Krüger-52/+8
2024-03-31Rollup merge of #123211 - compiler-errors:V, r=estebankMatthias Krüger-21/+32
2024-03-31Rollup merge of #123189 - Kobzol:rustc-shim-log, r=onur-ozkanMatthias Krüger-6/+6
2024-03-31Auto merge of #123258 - lnicola:sync-from-ra, r=lnicolabors-3632/+5731
2024-03-31Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-from-raLaurențiu Nicola-3632/+5731
2024-03-31Auto merge of #123236 - klensy:tracing-tree-bump, r=Mark-Simulacrumbors-20/+18
2024-03-31Auto merge of #3435 - rust-lang:rustup-2024-03-31, r=saethlinbors-714/+1386
2024-03-31Merge from rustcThe Miri Cronjob Bot-713/+1385
2024-03-31Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-31Auto merge of #123233 - devnexen:thread_get_name_bsd, r=joboetbors-1/+8
2024-03-31Auto merge of #122459 - Nadrieril:sort-eq, r=oli-obkbors-131/+255
2024-03-31Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieubors-2/+10
2024-03-30Rewrite core-no-fp-fmt-parse in RustOneirical-5/+31