about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-09-04Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-03Merge pull request #4506 from Patrick-6/miri-genmc-mvpRalf Jung-481/+3667
2025-09-03Implement basic support for running Miri with GenMC.Patrick-6-429/+3572
2025-09-03Extract address generator struct from memory allocator.Patrick-6-52/+95
2025-09-03Merge pull request #4562 from RalfJung/ciRalf Jung-10/+9
2025-09-03no need to run GC_STRESS more than once for each OSRalf Jung-6/+4
2025-09-03Merge pull request #4561 from RalfJung/short-fd-opsRalf Jung-19/+50
2025-09-03re-balance CIRalf Jung-4/+5
2025-09-03add flag to not shorten FD reads/writes; don't shorten pipe operationsRalf Jung-19/+50
2025-09-03Merge pull request #4558 from RalfJung/float-err-fixOli Scherer-69/+103
2025-09-03Merge pull request #4559 from nia-e/zed-configRalf Jung-0/+47
2025-09-03fix mangitude of applied float errorRalf Jung-69/+103
2025-09-03Merge ref '51ff895062ba' from rust-lang/rustThe Miri Cronjob Bot-221/+336
2025-09-03Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-03add zed editor configNia Espera-0/+47
2025-09-02Auto merge of #146076 - Kobzol:bootstrap-compiletest, r=jieyouxubors-222/+279
2025-09-02Rollup merge of #146118 - RalfJung:miri-abort, r=joboetGuillaume Gomez-88/+49
2025-09-02Rollup merge of #146117 - GuillaumeGomez:fix-search-index-generation, r=notri...Guillaume Gomez-55/+41
2025-09-02Rollup merge of #146115 - hax0kartik:master, r=lqdGuillaume Gomez-0/+1
2025-09-02Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-deadGuillaume Gomez-6/+4
2025-09-02Rollup merge of #146091 - janis-bhm:rustdoc-default-span-with-simple-test, r=...Guillaume Gomez-15/+37
2025-09-02Rollup merge of #146089 - npmccallum:rustfmt, r=fmeaseGuillaume Gomez-1/+1
2025-09-02Rollup merge of #146070 - notriddle:skip-loading-function-data, r=GuillaumeGomezGuillaume Gomez-12/+13
2025-09-02Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errorsGuillaume Gomez-7/+8
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-10/+0
2025-09-02account for aarch64 windows oversleepingRalf Jung-1/+2
2025-09-02add a flag to always apply the maximum float errorRalf Jung-9/+54
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-88/+49
2025-09-02move some configuration enums to a more logical placeRalf Jung-65/+63
2025-09-02Make it impossible to forget a conversion for the rustdoc `ItemType` enumGuillaume Gomez-55/+40
2025-09-02Fix `unknown number` error when generating search indexGuillaume Gomez-2/+3
2025-09-02Add maintainer for VxWorksKartik Agarwala-0/+1
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-27/+27
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-10/+0
2025-09-02squash fix `render_call_locations` panic when default span points at file out...Janis-15/+37
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-6/+4
2025-09-01Fix ui-fulldepsJakub Beránek-1/+3
2025-09-01fix a constness ordering bug in rustfmtNathaniel McCallum-1/+1
2025-09-01Consolidate staging of test steps in message groupsJakub Beránek-133/+88
2025-09-01Rollup merge of #146068 - Zalathar:panic-hook, r=jieyouxuStuart Cook-0/+152
2025-09-01Rollup merge of #146060 - WaffleLapkin:fixup-nix-dev-shell-again, r=NoratriebStuart Cook-0/+3
2025-09-01Merge pull request #4554 from RalfJung/helpRalf Jung-12/+27
2025-09-01Do not run `lint-docs` tests in stage 1 `x test` by defaultJakub Beránek-8/+11
2025-09-01Remove `Compiler::with_stage`Jakub Beránek-6/+1
2025-09-01Rename `compiler` to `test_compiler`Jakub Beránek-47/+54
2025-09-01Add some compiletest suites snapshot testsJakub Beránek-35/+133
2025-09-01Remove outdated commentJakub Beránek-3/+0
2025-09-01improve output for 'cargo miri test --help'Ralf Jung-12/+27
2025-09-01Merge ref '828e45ad11ce' from rust-lang/rustThe Miri Cronjob Bot-561/+1254
2025-09-01Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1