1. 3ca292b Add a test for fingerprint checking when a symlink target changes (#16661) by Weihang Lo · 9 hours ago master
  2. 122c8e7 Add a test for fingerprint checking when a symlink target changes by Eric Huss · 30 hours ago
  3. 4282eec Fix parallel locking when `-Zfine-grain-locking` is enabled (#16659) by Ed Page · 12 hours ago
  4. 31d3b42 fix: Fix parallel locking when `-Zfine-grain-locking` is enabled by Ross Sullivan · 34 hours ago
  5. 21ac096 fix(cli): Remove `--lockfile-path` (#16621) by Weihang Lo · 29 hours ago
  6. 9b1b7a4 test(build-std): Update error message (#16658) by Jacob Finkelman · 30 hours ago
  7. 069fa43 test(build-std): Update error message by Ed Page · 31 hours ago
  8. 8cc0cb1 docs(layout): Updated layout module docs to document new layout (#16502) by Ed Page · 4 days ago
  9. 6339e32 doc: Added new build-dir layout to layout module doc by Ross Sullivan · 6 days ago
  10. df38999 doc: Split layout into build/artifact dir in module doc by Ross Sullivan · 7 days ago
  11. 2200079 fix(host-config): host.linker should not apply to non host unit (#16641) by Ed Page · 5 days ago
  12. 592058c init: improve error message and add tests (#16643) by Weihang Lo · 6 days ago
  13. 1b71665 test: add reserved_name_core test case by Raushan Kumar · 6 days ago
  14. 8a68e34 init: improve error message style by Raushan Kumar · 6 days ago
  15. 129cdf1 doc: Updated outdated profile layout documentation by Ross Sullivan · 7 days ago
  16. 48f1495 Corrected doc comment for build script root_output path (#16645) by Weihang Lo · 7 days ago
  17. 7213008 doc: Corrected doc comment for build script root_output path by Ross Sullivan · 7 days ago
  18. 78ca56f Changed build script run `output` dir to `stdout` in new build-dir layout (#16644) by Weihang Lo · 8 days ago
  19. f7bcfe40 feat: Changed build script run 'output' dir to 'stdout' by Ross Sullivan · 8 days ago
  20. 84ce3bc refactor: Move build script run files to a dedicated struct by Ross Sullivan · 8 days ago
  21. f801f10 test: add test case for verify-project with invalid TOML (#16640) by Weihang Lo · 8 days ago
  22. b0f4473 refactor: extract linker/incremental codegen arg into functions by Weihang Lo · 8 days ago
  23. 13525b7 refactor: rename from target_linkers to linkers by Weihang Lo · 9 days ago
  24. 7a14435 fix(host-config): `host.linker` should not apply to non host unit by Weihang Lo · 9 days ago
  25. 7d60b2c test(host-config): linker incorrectly apply to normal builds by Weihang Lo · 9 days ago
  26. ba739a5 test(script): Show remaining workspace behavors (#16633) by Weihang Lo · 8 days ago
  27. b22c507 feat: add test case for `verify-project` with invalid TOML syntax in `Cargo.toml` by Raushan Kumar · 8 days ago
  28. 312145c fix(host-config): `host.runner` should not apply to `cargo run` (#16638) by Ed Page · 8 days ago
  29. c3ac327 refactor: target_runners to runners by Weihang Lo · 9 days ago
  30. f5ae2fc fix(host-config): `host.runner` should not apply to `cargo run` by Weihang Lo · 9 days ago
  31. f6bb5ab test: ensure in host mode Cargo picks up target config by Weihang Lo · 9 days ago
  32. bb31803 test(host-config): runner incorrectly apply to normal builds by Weihang Lo · 9 days ago
  33. c00a07a refactor(help): simplify code structure (#16627) by Weihang Lo · 9 days ago
  34. a6be69a test: Remove unused docker ip_address (#16636) by Scott Schafer · 9 days ago
  35. 1c48b3d test: Remove unused docker ip_address by Ed Page · 9 days ago
  36. a03ef37 chore(test): Bump cargo-test-supports version by Ed Page · 9 days ago
  37. fcf1259 test(script): Show remaining workspace behavors by Ed Page · 9 days ago
  38. ce69df6 fix: apply `host.runner` only when `host-config` enabled (#16631) by Ed Page · 9 days ago
  39. 9b0fe7b fix: apply `host.runner` only when `host-config` enabled by Weihang Lo · 10 days ago
  40. 5d88360 test: show targe runner got applied to host build targets by Weihang Lo · 10 days ago
  41. 4ac2278 refactor(help): use `#[expect]` rather than `#[allow]` by Weihang Lo · 10 days ago
  42. 430acee fix(cli): Improve bad manifest error (#16630) by Ed Page · 10 days ago
  43. 5288e82 refactor(help): avoid checking built-in commands twice by Weihang Lo · 8 weeks ago
  44. db87b6c refactor(help): move alias expansion out from `try_help` by Weihang Lo · 8 weeks ago
  45. 112ea91 refactor(help): inline check alias/builtin functions by Weihang Lo · 8 weeks ago
  46. 0e8570b fix(cli): Improve bad manifest error by Ed Page · 10 days ago
  47. 2dd9518 test(cli): Port more tests to snapshots by Ed Page · 10 days ago
  48. fe49f1a refactor(help): early return rather than nested if-else by Weihang Lo · 9 weeks ago
  49. 06b4f3e fix: Adjust casing of error message (#16625) by Weihang Lo · 10 days ago
  50. 214f17f Enable triagebot new `[view-all-comments-link]` feature (#16629) by Ed Page · 10 days ago
  51. 60072c9 Enable triagebot new `[view-all-comments-link]` feature by Urgau · 10 days ago
  52. efb7beb test(help): snapshot cargo help tests (#16626) by Ed Page · 10 days ago
  53. 4d23857 test(help): snapshot `cargo help` tests by Weihang Lo · 9 weeks ago
  54. 5bfb134 Suggest a `workspace.members` entry even from outside the workspace root (#16616) by Ed Page · 10 days ago
  55. b79b1d4 Reorganize build unit directory layout for new build-dir layout (#16542) by Ed Page · 10 days ago
  56. 7a566eb Make the error messaging for `cargo install` aware of `build.build-dir` (#16623) by Ed Page · 10 days ago
  57. 1b525a2 Make the error messaging for `cargo install` aware of `build.build-dir` by Jacob Adam · 10 days ago
  58. 0cc6979 Add a new test that overrides the relevant environment variable by Jacob Adam · 10 days ago
  59. e4327a5 feat: Renamed build script execution directory to `run` by Ross Sullivan · 4 weeks ago
  60. b6df8c3 feat: Moved build-script OUT_DIR to `out` dir in new layout by Ross Sullivan · 4 weeks ago
  61. 94c4e87 fix: Always create build-script run dir by Ross Sullivan · 4 weeks ago
  62. 1689526 feat: Renamed `deps` to `out` in new layout by Ross Sullivan · 5 weeks ago
  63. 2503102 refactor: Rename CompilationFiles::out_dir to output_dir by Ross Sullivan · 4 weeks ago
  64. 0c9e687d chore: downgrade to libc@0.2.180 (#16624) by Scott Schafer · 11 days ago
  65. 3b7b41f docs(help): show missing options by Weihang Lo · 8 weeks ago
  66. 1f21337 docs(cargo-rm): change example to wasm32-unknown-unknown by Weihang Lo · 8 weeks ago
  67. e8aa577 chore: downgrade to libc@0.2.180 by Weihang Lo · 11 days ago
  68. 7de468c fix(script): Load config relative to the script (#16620) by Weihang Lo · 11 days ago
  69. c599012 chore: use pathdiff for workspace member resolution by Raushan Kumar · 11 days ago
  70. d3801e2 test(workspaces): add regression test for members outside root by Raushan Kumar · 11 days ago
  71. c29e8d8 fix(test): Adjust casing of error message by Ed Page · 11 days ago
  72. f70021f fix(test): Adjust casing of error message by Ed Page · 11 days ago
  73. 72f9974 fix(path): Adjust casing of error message by Ed Page · 11 days ago
  74. fe569a5 fix(install): Adjust casing of error message by Ed Page · 11 days ago
  75. 2004904 fix(lints): Don't run on-by-default lints when MSRV is too old (#16618) by Scott Schafer · 11 days ago
  76. 33786bf fix(install): Adjust casing of error message by Ed Page · 11 days ago
  77. e1039bd fix(pkgid): Adjust casing of error message by Ed Page · 11 days ago
  78. 31c2a8d fix(cli): Adjust casing of error message by Ed Page · 11 days ago
  79. 0837502 fix(cli): Adjust casing of error message by Ed Page · 11 days ago
  80. 7d64cab fix(build.rs): Adjust casing of error message by Ed Page · 11 days ago
  81. c821faa fix(build.rs): Adjust casing of error message by Ed Page · 11 days ago
  82. f144f9e fix(build.rs): Adjust casing of error message by Ed Page · 11 days ago
  83. 8ef6b62 fix(new): Adjust casing of error message by Ed Page · 11 days ago
  84. 5ba08a5 fix(registry): Adjust casing of error message by Ed Page · 11 days ago
  85. 230f37d fix(script): Adjust casing of error message by Ed Page · 11 days ago
  86. 370cb4b fix(build): Remove deprecated, unstable --out-dir (#16608) by Weihang Lo · 11 days ago
  87. 01c31e6 fix(script): Make the lockfile script-specific independent of build-dir (#16619) by Weihang Lo · 11 days ago
  88. bc6b664 fix(cli): Remove `--lockfile-path` by Ed Page · 12 days ago
  89. 8207016 fix(script): Load config relative to the script by Ed Page · 11 days ago
  90. 8a04f1a fix(script): Make the lockfile script-specific independent of build-dir by Ed Page · 11 days ago
  91. a8fa458 fix(lockfile-path): Respect the config in fix, install (#16617) by Weihang Lo · 11 days ago
  92. 4f97c86 fix(lints): Apply MSRV to on-by-default lints by Ed Page · 12 days ago
  93. 225f4a0 feat(lints): Skip lints for too-low MSRV by Ed Page · 12 days ago
  94. 49c2bc0 refactor(lints): Track MSRV by Ed Page · 12 days ago
  95. 175139a refactor(lints): Track workspace-level data with MaybePackage by Ed Page · 12 days ago
  96. 7e59f8f refactor(lints): Open up space in ManifestFor::Workspace by Ed Page · 12 days ago
  97. 387d0b7 fix(instal): Respect resolver.lockfile-path by Ed Page · 11 days ago
  98. 5511201 test(lockfile): Explicit --locked for config by Ed Page · 11 days ago
  99. 04a8f68 fix(fix): Respect resolver.lockfile-path by Ed Page · 12 days ago
  100. c943d1f refactor(fix): Remove unused variable by Ed Page · 12 days ago