Sign in
rust
/
rust-lang
/
cargo
/
HEAD
c5efee4
Update rustls (#16932)
by Ed Page
· 13 hours ago
master
d32d631
chore(deps): update rust crate openssl to v0.10.78 [security] (#16931)
by Eric Huss
· 13 hours ago
61a5231
Update rustls
by Eric Huss
· 13 hours ago
60a1f11
chore(deps): update rust crate openssl to v0.10.78 [security]
by renovate[bot]
· 14 hours ago
6264f74
chore(build-rs): Ensure we lint the crate (#16930)
by Weihang Lo
· 14 hours ago
8f01f76
chore(build-rs): Bump version
by Ed Page
· 15 hours ago
113e01f
chore(build-rs): Ensure we lint the crate
by Ed Page
· 15 hours ago
c4dabdc
Fix flaky test: proc_macro_in_artifact_dep (#16922)
by Weihang Lo
· 2 days ago
1758c89
Fix flaky test: proc_macro_in_artifact_dep
by Arlo Siemsen
· 2 days ago
dede9f5
refactor(compile): Log all ignored unused externs (#16920)
by Weihang Lo
· 2 days ago
4bcdfc1
refactor(compile): Track all unused externs
by Ed Page
· 8 days ago
f205193
refactor(compile): Track when there are needed units
by Ed Page
· 8 days ago
afd955f
refactor(compile): Narrow the scope of some variables
by Ed Page
· 3 days ago
765e77e
refactor(compile): Improve traces for outstanding dep
by Ed Page
· 3 days ago
b9d07c7
refactor(compile): Trace allowed unused externs
by Ed Page
· 2 days ago
06ac0e7
test(git): add regression test for full-hash GitHub fast path (#16919)
by Weihang Lo
· 2 days ago
da3f639
fix(help): add `.1` extension to man page temp file (#16917)
by Weihang Lo
· 2 days ago
c9ac306
test(git): add regression test for full-hash fast path (#13555)
by Vastargazing
· 2 days ago
756c3ac
refactor(compile): Improve trace for ignored dep
by Ed Page
· 8 days ago
d5a6b4e
refactor(compile): Trace correct number of outstanding units
by Ed Page
· 6 days ago
cf14a70
refactor(compile): Log unused externs
by Ed Page
· 2 days ago
0c2c5b5
refactor(compile): Log the top-level unused dep operations
by Ed Page
· 6 days ago
e9f069c
refactor(compile): Be consistent with variable name
by Ed Page
· 2 days ago
67e895a
fix(help): add .1 extension to man page temp file (#16910)
by Raushan Kumar
· 2 days ago
4b39274
test(help): add test for man page temp file extension (#16910)
by Raushan Kumar
· 2 days ago
da18b72
Fix flaky test: sparse_blocking_count (#16916)
by Arlo Siemsen
· 2 days ago
f894f57
Fix flaky test: sparse_blocking_count
by Arlo Siemsen
· 2 days ago
49b14fe
Fix flaky test compile_offline_while_transitive_dep_not_cached (#16915)
by Weihang Lo
· 2 days ago
6c6a37e
Fix test fetch_all_platform_dependencies_when_no_target_is_given (#16914)
by Eric Huss
· 2 days ago
d774658
Fix flaky test compile_offline_while_transitive_dep_not_cached
by Arlo Siemsen
· 2 days ago
2efe042
Fix test fetch_all_platform_dependencies_when_no_target_is_given
by Eric Huss
· 3 days ago
862f60b
chore(ci): Use `actions/deploy-pages` for Cargo Contributor Guide deployment (#16876)
by Eric Huss
· 3 days ago
6307456
Convert GitHub fast path to use http_async (#16912)
by Weihang Lo
· 3 days ago
732417a
chore(ci): Remove `CNAME` file generation from `ci/generate.py`
by Tobias Bieniek
· 3 days ago
6a433fd
chore(ci): Use `actions/deploy-pages` for Cargo Contributor Guide deployment
by Tobias Bieniek
· 11 days ago
810cb7e
convert github fast path to use http_async
by Arlo Siemsen
· 3 days ago
bff1930
Add request_blocking function to http_async
by Arlo Siemsen
· 3 days ago
14c6be4
move curl request processing into helper function
by Arlo Siemsen
· 3 days ago
4a208f6
move curl response processing into separate function
by Arlo Siemsen
· 3 days ago
72d80ec
refactor(network): convert .crate downloads to use http_async (#16902)
by Weihang Lo
· 3 days ago
c3dbe6e
fix(tests): flaky test local_poll_adapter deferred_success (#16909)
by Weihang Lo
· 4 days ago
c22abd3
fix: flaky test: local_poll_adapter::deferred_success
by Arlo Siemsen
· 4 days ago
7ecf028
fix: use `portable-atomic` for 64-bit atomics (#16906)
by Ed Page
· 5 days ago
21bcb1d
chore: remove `target_has_atomic` gate from `tracing-chrome`
by Weihang Lo
· 5 days ago
08f5545
refactor(cargo-util): move to portable-atomic
by Weihang Lo
· 5 days ago
d5c6b62
chore: disallow `AtomicI64` also
by Weihang Lo
· 5 days ago
a31bfbf
chore: enable `disallowed_types` lint
by Weihang Lo
· 5 days ago
64f472c
fix: use `portable-atomic` for 64-bit atomics
by Weihang Lo
· 5 days ago
6ea2e71
fix: rename incorrectly documented target-spec-json to json-target-sp… (#16905)
by Weihang Lo
· 5 days ago
1ba5fc5
fix: rename incorrectly documented target-spec-json to json-target-spec in documentation
by motorailgun
· 5 days ago
f87e56f
remove dead code: sleep.rs
by Arlo Siemsen
· 6 days ago
eb64de9
Download crates using http_async
by Arlo Siemsen
· 7 days ago
8d5d097
use .unordered() on test outputs that downloads multiple crates
by Arlo Siemsen
· 6 days ago
cd7dd67
Make download and finish_download async
by Arlo Siemsen
· 7 days ago
3bf1388
Add global HTTP timeout tracking to http_async (#16903)
by Arlo Siemsen
· 5 days ago
b42cd8b
Add bytes_pending function to http_async
by Arlo Siemsen
· 6 days ago
963787c
fix: add http_async types to spurious error detection
by Arlo Siemsen
· 6 days ago
509beee
Add global HTTP timeout tracking to http_async
by Arlo Siemsen
· 6 days ago
da06c61
feat(config): Stabilize `resolver.lockfile-path` config (#16694)
by Weihang Lo
· 6 days ago
72d5b50
chore(deps): update msrv (1 version) to v1.95 (#16897)
by Ed Page
· 6 days ago
03aee04
chore: Bump versions
by Ed Page
· 6 days ago
be7b17a
fix: rebuild rustdoc json for different versions of a same crate (#16773)
by Weihang Lo
· 6 days ago
ed0350d
Add effective_url to http_async (#16899)
by Weihang Lo
· 6 days ago
c753ff4
fix: rebuild rustdoc json for different versions of a same crate
by motorailgun
· 6 days ago
90695f1
refactor: remove redundant unstable options check in add_output_format()
by motorailgun
· 6 days ago
bf2f4a4
Make crate downloads process as a queue rather than a stack (#16898)
by Weihang Lo
· 6 days ago
3643c8a
fix: sparse registry fetch progress reporting (#16900)
by Weihang Lo
· 6 days ago
501dd93
Make crate downloads process as a queue rather than a stack
by Arlo Siemsen
· 7 days ago
6dd3fdb
fix: don't add to fresh until after download is complete
by Arlo Siemsen
· 6 days ago
9cfe8e0
Add effective_url to http_async
by Arlo Siemsen
· 3 weeks ago
d7ff567
chore(deps): update msrv (1 version) to v1.95
by renovate[bot]
· 7 days ago
88982db
chore: bump to 0.98.0; update changelog (#16892)
by Weihang Lo
· 7 days ago
175f096
docs(changelog): 1.97.0 update
by Weihang Lo
· 7 days ago
6b85674
docs(changelog): 1.96.0 update
by Weihang Lo
· 7 days ago
6a3a9de
docs(changelog): 1.95.0 update
by Weihang Lo
· 7 days ago
ba8601c
chore: bump to 0.98.0
by Weihang Lo
· 8 days ago
33ffcbf
docs(semver-check): update diagnostics to Rust 1.95 (#16895)
by Ed Page
· 7 days ago
a07944b
docs(semver-check): update diagnostics to Rust 1.95
by Weihang Lo
· 7 days ago
998be7d
chore: add tests for rustdoc json output rebuild
by motorailgun
· 4 weeks ago
b7de9d4
docs(ref): Better highlight 'package --list' for include/exclude (#16891)
by Weihang Lo
· 8 days ago
393088c
docs: `include` doesnt apply gitignore from repo (#16890)
by Ed Page
· 8 days ago
5879a3b
docs(ref): Better highlight 'package --list' for include/exclude
by Ed Page
· 8 days ago
f083c44
docs: `include` doesnt apply gitignore from repo
by Weihang Lo
· 8 days ago
f4f977f
fix: Update `bash` and `zsh` Autocompletion Documents to add `-m` (#16888)
by Weihang Lo
· 8 days ago
10dc107
fix: Update `bash` and `zsh` Autocompletion Documents to add `-m`
by Zac Harrold
· 8 days ago
0bcac2e
Add `-m` shorthand for `--manifest-path` (#16858)
by Weihang Lo
· 8 days ago
b0f187b
Fix a typo (#16885)
by Dongpo Liu
· 9 days ago
17b41ae
Always take a shared lock on `.cargo-lock` (#16886)
by Ed Page
· 9 days ago
9a2150b
fix: Always take a shared lock on `.cargo-lock`
by Ross Sullivan
· 9 days ago
b0942d3
fix(toml): Teach users how to pin edition (#16851)
by Weihang Lo
· 9 days ago
273393c
fix: Prefer defined lint levels over default (#16879)
by Ed Page
· 9 days ago
4aec1e0
fix: Prefer defined lint levels over default
by Scott Schafer
· 12 days ago
20dd0c8
refactor(lints): Rename LintLevelReason to LintLevelSource
by Scott Schafer
· 5 weeks ago
2d89b18
test(lints): Add tests for lint level priority selection
by Scott Schafer
· 10 days ago
fe2b6ac
Fix a typo
by Denis Gorbachev
· 9 days ago
edf7ff0
chore(deps): bump rand from 0.10.0 to 0.10.1 (#16883)
by Ed Page
· 9 days ago
e6d00b3
chore(deps): bump rand from 0.10.0 to 0.10.1
by dependabot[bot]
· 9 days ago
41090a8
fix(lints): Ignore unused_crate_dependencies status (#16877)
by Weihang Lo
· 10 days ago
80abaf4
Copy cargo clean target-dir validation tests to clean_new_layout.rs (#16878)
by Ed Page
· 10 days ago
6b0724a
test: Copy cargo clean target-dir validation tests to clean_new_layout.rs
by Ross Sullivan
· 10 days ago
Next »