1. a0fbe93 cargo clean: do not error if explicitly specified target-dir does not exist (#16934) by Weihang Lo · 16 hours ago master
  2. 71390b5 Revert "feat(lints): Add unused deps ignore list" (#16937) by Arlo Siemsen · 16 hours ago
  3. 587a8a2 cargo clean: do not error if explicit target-dir does not exist by Tanmay Arya · 23 hours ago
  4. 0687a2c Revert "feat(lints): Add unused deps ignore list" by Ed Page · 17 hours ago
  5. 32aa9b5 fix(compile): Ignore unused deps if also transitive (#16935) by Arlo Siemsen · 19 hours ago
  6. 944a540 fix(compile): Ignore unused deps if also transitive by Ed Page · 2 days ago
  7. 5442d49 refactor(compile): Track manifest deps in ExternState by Ed Page · 8 days ago
  8. 36ae25a test(lints): Make package selection test resilient against change by Ed Page · 2 days ago
  9. 71e941f cargo clean: add test showing cargo error when explicitely specified target-dir does not exist by Tanmay Arya · 24 hours ago
  10. c5efee4 Update rustls (#16932) by Ed Page · 2 days ago
  11. d32d631 chore(deps): update rust crate openssl to v0.10.78 [security] (#16931) by Eric Huss · 2 days ago
  12. 61a5231 Update rustls by Eric Huss · 2 days ago
  13. 60a1f11 chore(deps): update rust crate openssl to v0.10.78 [security] by renovate[bot] · 2 days ago
  14. 6264f74 chore(build-rs): Ensure we lint the crate (#16930) by Weihang Lo · 2 days ago
  15. 8f01f76 chore(build-rs): Bump version by Ed Page · 2 days ago
  16. 113e01f chore(build-rs): Ensure we lint the crate by Ed Page · 2 days ago
  17. c4dabdc Fix flaky test: proc_macro_in_artifact_dep (#16922) by Weihang Lo · 3 days ago
  18. 1758c89 Fix flaky test: proc_macro_in_artifact_dep by Arlo Siemsen · 3 days ago
  19. dede9f5 refactor(compile): Log all ignored unused externs (#16920) by Weihang Lo · 3 days ago
  20. 4bcdfc1 refactor(compile): Track all unused externs by Ed Page · 9 days ago
  21. f205193 refactor(compile): Track when there are needed units by Ed Page · 9 days ago
  22. afd955f refactor(compile): Narrow the scope of some variables by Ed Page · 4 days ago
  23. 765e77e refactor(compile): Improve traces for outstanding dep by Ed Page · 4 days ago
  24. b9d07c7 refactor(compile): Trace allowed unused externs by Ed Page · 3 days ago
  25. 06ac0e7 test(git): add regression test for full-hash GitHub fast path (#16919) by Weihang Lo · 3 days ago
  26. da3f639 fix(help): add `.1` extension to man page temp file (#16917) by Weihang Lo · 3 days ago
  27. c9ac306 test(git): add regression test for full-hash fast path (#13555) by Vastargazing · 3 days ago
  28. 756c3ac refactor(compile): Improve trace for ignored dep by Ed Page · 9 days ago
  29. d5a6b4e refactor(compile): Trace correct number of outstanding units by Ed Page · 7 days ago
  30. cf14a70 refactor(compile): Log unused externs by Ed Page · 3 days ago
  31. 0c2c5b5 refactor(compile): Log the top-level unused dep operations by Ed Page · 7 days ago
  32. e9f069c refactor(compile): Be consistent with variable name by Ed Page · 3 days ago
  33. 67e895a fix(help): add .1 extension to man page temp file (#16910) by Raushan Kumar · 3 days ago
  34. 4b39274 test(help): add test for man page temp file extension (#16910) by Raushan Kumar · 3 days ago
  35. da18b72 Fix flaky test: sparse_blocking_count (#16916) by Arlo Siemsen · 3 days ago
  36. f894f57 Fix flaky test: sparse_blocking_count by Arlo Siemsen · 4 days ago
  37. 49b14fe Fix flaky test compile_offline_while_transitive_dep_not_cached (#16915) by Weihang Lo · 4 days ago
  38. 6c6a37e Fix test fetch_all_platform_dependencies_when_no_target_is_given (#16914) by Eric Huss · 4 days ago
  39. d7746585 Fix flaky test compile_offline_while_transitive_dep_not_cached by Arlo Siemsen · 4 days ago
  40. 2efe042 Fix test fetch_all_platform_dependencies_when_no_target_is_given by Eric Huss · 4 days ago
  41. 862f60b chore(ci): Use `actions/deploy-pages` for Cargo Contributor Guide deployment (#16876) by Eric Huss · 4 days ago
  42. 6307456 Convert GitHub fast path to use http_async (#16912) by Weihang Lo · 4 days ago
  43. 732417a chore(ci): Remove `CNAME` file generation from `ci/generate.py` by Tobias Bieniek · 4 days ago
  44. 6a433fd chore(ci): Use `actions/deploy-pages` for Cargo Contributor Guide deployment by Tobias Bieniek · 12 days ago
  45. 810cb7e convert github fast path to use http_async by Arlo Siemsen · 4 days ago
  46. bff1930 Add request_blocking function to http_async by Arlo Siemsen · 4 days ago
  47. 14c6be4 move curl request processing into helper function by Arlo Siemsen · 4 days ago
  48. 4a208f6 move curl response processing into separate function by Arlo Siemsen · 4 days ago
  49. 72d80ec refactor(network): convert .crate downloads to use http_async (#16902) by Weihang Lo · 4 days ago
  50. c3dbe6e fix(tests): flaky test local_poll_adapter deferred_success (#16909) by Weihang Lo · 5 days ago
  51. c22abd3 fix: flaky test: local_poll_adapter::deferred_success by Arlo Siemsen · 5 days ago
  52. 7ecf028 fix: use `portable-atomic` for 64-bit atomics (#16906) by Ed Page · 6 days ago
  53. 21bcb1d chore: remove `target_has_atomic` gate from `tracing-chrome` by Weihang Lo · 6 days ago
  54. 08f5545 refactor(cargo-util): move to portable-atomic by Weihang Lo · 6 days ago
  55. d5c6b62 chore: disallow `AtomicI64` also by Weihang Lo · 6 days ago
  56. a31bfbf chore: enable `disallowed_types` lint by Weihang Lo · 6 days ago
  57. 64f472c fix: use `portable-atomic` for 64-bit atomics by Weihang Lo · 6 days ago
  58. 6ea2e71 fix: rename incorrectly documented target-spec-json to json-target-sp… (#16905) by Weihang Lo · 6 days ago
  59. 1ba5fc5 fix: rename incorrectly documented target-spec-json to json-target-spec in documentation by motorailgun · 6 days ago
  60. f87e56f remove dead code: sleep.rs by Arlo Siemsen · 8 days ago
  61. eb64de9 Download crates using http_async by Arlo Siemsen · 8 days ago
  62. 8d5d097 use .unordered() on test outputs that downloads multiple crates by Arlo Siemsen · 7 days ago
  63. cd7dd67 Make download and finish_download async by Arlo Siemsen · 8 days ago
  64. 3bf1388 Add global HTTP timeout tracking to http_async (#16903) by Arlo Siemsen · 7 days ago
  65. b42cd8b Add bytes_pending function to http_async by Arlo Siemsen · 7 days ago
  66. 963787c fix: add http_async types to spurious error detection by Arlo Siemsen · 7 days ago
  67. 509beee Add global HTTP timeout tracking to http_async by Arlo Siemsen · 7 days ago
  68. da06c61 feat(config): Stabilize `resolver.lockfile-path` config (#16694) by Weihang Lo · 7 days ago
  69. 72d5b50 chore(deps): update msrv (1 version) to v1.95 (#16897) by Ed Page · 7 days ago
  70. 03aee04 chore: Bump versions by Ed Page · 7 days ago
  71. be7b17a fix: rebuild rustdoc json for different versions of a same crate (#16773) by Weihang Lo · 7 days ago
  72. ed0350d Add effective_url to http_async (#16899) by Weihang Lo · 7 days ago
  73. c753ff4 fix: rebuild rustdoc json for different versions of a same crate by motorailgun · 7 days ago
  74. 90695f1 refactor: remove redundant unstable options check in add_output_format() by motorailgun · 7 days ago
  75. bf2f4a4 Make crate downloads process as a queue rather than a stack (#16898) by Weihang Lo · 7 days ago
  76. 3643c8a fix: sparse registry fetch progress reporting (#16900) by Weihang Lo · 7 days ago
  77. 501dd93 Make crate downloads process as a queue rather than a stack by Arlo Siemsen · 8 days ago
  78. 6dd3fdb fix: don't add to fresh until after download is complete by Arlo Siemsen · 7 days ago
  79. 9cfe8e0 Add effective_url to http_async by Arlo Siemsen · 3 weeks ago
  80. d7ff567 chore(deps): update msrv (1 version) to v1.95 by renovate[bot] · 8 days ago
  81. 88982db chore: bump to 0.98.0; update changelog (#16892) by Weihang Lo · 8 days ago
  82. 175f096 docs(changelog): 1.97.0 update by Weihang Lo · 8 days ago
  83. 6b85674 docs(changelog): 1.96.0 update by Weihang Lo · 8 days ago
  84. 6a3a9de docs(changelog): 1.95.0 update by Weihang Lo · 8 days ago
  85. ba8601c chore: bump to 0.98.0 by Weihang Lo · 9 days ago
  86. 33ffcbf docs(semver-check): update diagnostics to Rust 1.95 (#16895) by Ed Page · 8 days ago
  87. a07944b docs(semver-check): update diagnostics to Rust 1.95 by Weihang Lo · 8 days ago
  88. 998be7d chore: add tests for rustdoc json output rebuild by motorailgun · 4 weeks ago
  89. b7de9d4 docs(ref): Better highlight 'package --list' for include/exclude (#16891) by Weihang Lo · 9 days ago
  90. 393088c docs: `include` doesnt apply gitignore from repo (#16890) by Ed Page · 9 days ago
  91. 5879a3b docs(ref): Better highlight 'package --list' for include/exclude by Ed Page · 9 days ago
  92. f083c44 docs: `include` doesnt apply gitignore from repo by Weihang Lo · 9 days ago
  93. f4f977f fix: Update `bash` and `zsh` Autocompletion Documents to add `-m` (#16888) by Weihang Lo · 9 days ago
  94. 10dc107 fix: Update `bash` and `zsh` Autocompletion Documents to add `-m` by Zac Harrold · 9 days ago
  95. 0bcac2e Add `-m` shorthand for `--manifest-path` (#16858) by Weihang Lo · 9 days ago
  96. b0f187b Fix a typo (#16885) by Dongpo Liu · 10 days ago
  97. 17b41ae Always take a shared lock on `.cargo-lock` (#16886) by Ed Page · 10 days ago
  98. 9a2150b fix: Always take a shared lock on `.cargo-lock` by Ross Sullivan · 10 days ago
  99. b0942d3 fix(toml): Teach users how to pin edition (#16851) by Weihang Lo · 10 days ago
  100. 273393c fix: Prefer defined lint levels over default (#16879) by Ed Page · 10 days ago