]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2021-01-20 Eric HussOptimize removing unit_deps.
2021-01-14 Eric HussRemove some doc collisions.
2021-01-12 Eric HussFix panic with `cargo doc` and new resolver and proc...
2021-01-11 borsAuto merge of #9059 - ehuss:fix-unit-for-host, r=alexcr...
2021-01-10 borsAuto merge of #9000 - JohnTitor:owner-add-docs, r=ehuss
2021-01-10 Yuki OkushiAddress the review comments
2021-01-09 Eric HussFix unit_for computation on proc-macros in shared works...
2021-01-08 borsAuto merge of #9057 - roblabla:patch-2, r=ehuss
2021-01-08 Robin LambertzTimings takes an array of strings.
2021-01-08 Robin LambertzUnstable section of cargo/config.toml takes bools
2021-01-08 borsAuto merge of #9053 - sharnoff:master, r=alexcrichton
2021-01-07 sharnoffadd doc note about environment variables for missing...
2021-01-06 borsAuto merge of #9051 - matthiaskrgr:clippy_v18, r=ehuss
2021-01-06 borsAuto merge of #9050 - bishtpawan:master, r=alexcrichton
2021-01-06 Matthias KrügerFix more clippy warnings;
2021-01-06 Matthias Krügerfix clippy::unnecessary_wraps.
2021-01-06 Matthias Krügerreduce nesting of if x { } else { if y {} else {} ...
2021-01-06 bishtpawanUpdate display message for cargo metadata
2021-01-06 borsAuto merge of #8994 - jonhoo:manifest-in-local-deps...
2021-01-05 borsAuto merge of #8922 - m-ou-se:2021, r=alexcrichton
2021-01-05 borsAuto merge of #8997 - ehuss:stabilize-features, r=alexc...
2021-01-05 borsAuto merge of #9046 - Ekleog:store-kinds-list-in-bcx...
2021-01-05 Mara BosDisable 2018->2021 in cargo fix for now, as 2021 lints...
2021-01-05 Mara BosUse edition enum in cargo fix, and add edition 2021.
2021-01-05 Léo GaspardSmall refactor, adding a list of all kinds to BuildContext
2021-01-04 borsAuto merge of #8986 - ehuss:fix-git-http-proxy, r=alexc...
2021-01-04 borsAuto merge of #9031 - noritada:update-update-descriptio...
2021-01-04 borsAuto merge of #9037 - Swatinem:test-cwd, r=alexcrichton
2021-01-04 borsAuto merge of #9044 - ehuss:update-mdbook, r=alexcrichton
2021-01-04 Eric HussUpdate mdbook
2021-01-04 borsAuto merge of #9042 - ehuss:version-bump, r=Eh2406
2021-01-03 Eric HussUpdate changelog for 1.50
2021-01-03 Eric HussBump to 0.52.0
2021-01-02 Arpad BorsosAssert that tests are run in the crate directory
2021-01-01 Noritada KobayashiClarify the help text of `--aggressive` and `--precise...
2020-12-31 borsAuto merge of #9033 - ehuss:redundant_semicolons, r...
2020-12-31 Eric HussFix redundant semicolon.
2020-12-29 borsAuto merge of #9026 - kassens:master, r=Eh2406
2020-12-29 Jan Kassenscargo fmt
2020-12-29 Jan KassensClarify fingerprint log messages
2020-12-24 borsAuto merge of #9013 - ehuss:credential-install-gnome...
2020-12-24 Eric HussUpdate credential docs for gnome-secret.
2020-12-22 borsAuto merge of #9009 - ehuss:bump-git2, r=alexcrichton
2020-12-22 Eric HussUpdate git2
2020-12-21 Eric HussRewrite feature documentation section.
2020-12-21 borsAuto merge of #8976 - ebroto:rustc_workspace_wrapper...
2020-12-21 Eric HussRearrange and try to clarify resolver 2 docs.
2020-12-19 Eric HussRemove resolver = "1" notes.
2020-12-19 Eric HussAdd web-sys as an example.
2020-12-19 Eric HussUse recursive features in default example.
2020-12-19 Eric HussFix incorrect language tag.
2020-12-19 Eric HussDon't use a conditional `no_std` attribute.
2020-12-19 Eric HussStabilize -Zfeatures and -Zpackage-features.
2020-12-19 Yuki OkushiDocument `could not find the github team` error on...
2020-12-19 borsAuto merge of #8987 - jonhoo:metadata-target-filtering...
2020-12-18 Jon GjengsetOops
2020-12-18 Jon Gjengsetpath is absolute path
2020-12-18 Jon GjengsetSwitch to path and document
2020-12-18 borsAuto merge of #8998 - ehuss:update-git2, r=alexcrichton
2020-12-18 borsAuto merge of #8996 - alexcrichton:revert, r=ehuss
2020-12-18 Eric HussUpdate git2
2020-12-18 Jon GjengsetRevert now-unnecessary change
2020-12-18 Jon GjengsetRemove unnecessary second download phase
2020-12-18 Alex CrichtonRevert "Run rustdoc doctests relative to the workspace"
2020-12-18 Alex CrichtonRevert "fix failures on linux"
2020-12-17 Jon GjengsetSupply manifest path for path dependencies
2020-12-17 Jon GjengsetTrigger CI yet again for spurious failure.
2020-12-17 Jon GjengsetRe-trigger CI for spurious failure.
2020-12-17 Jon GjengsetMake ResolveOpts::new take RequestedFeatures
2020-12-17 Jon GjengsetAdd tests for fixed metadata download behavior
2020-12-17 borsAuto merge of #8991 - alexcrichton:debug-curl-verison...
2020-12-17 Alex CrichtonWith debug HTTP mode log curl's version
2020-12-16 Jon GjengsetMake cargo metadata and tree respect target
2020-12-16 Eric HussFix git http.proxy config setting.
2020-12-16 borsAuto merge of #8984 - ehuss:reject-ambiguous-git, r...
2020-12-16 Eric HussReject ambiguous git dependency declaration.
2020-12-16 borsAuto merge of #8982 - ehuss:fix-alt-target-tests, r...
2020-12-16 borsAuto merge of #8983 - ehuss:credential-versions, r...
2020-12-16 Eric HussAdd version to credential dependencies.
2020-12-16 Eric HussFix tests not working with a different CARGO_TARGET_DIR.
2020-12-16 borsAuto merge of #8978 - joshtriplett:faq-clarification...
2020-12-16 Josh TriplettClarify FAQ entry wording about lockfiles
2020-12-14 borsAuto merge of #8973 - ehuss:rerun-if-directory, r=alexc...
2020-12-14 Eric Hussmtime_recursive: Add some comments and debugging diagno...
2020-12-14 borsAuto merge of #8934 - ehuss:token-process, r=alexcrichton
2020-12-13 Eduardo BrotoStabilize RUSTC_WORKSPACE_WRAPPER
2020-12-12 Eric HussCheck if rerun-if-changed points to a directory.
2020-12-12 borsAuto merge of #8968 - alexcrichton:revert-8834, r=ehuss
2020-12-12 borsAuto merge of #8969 - alexcrichton:fix-cycle, r=ehuss
2020-12-11 Alex CrichtonFix the unit dependency graph with dev-dependency ...
2020-12-11 Alex CrichtonFix a test
2020-12-11 Alex CrichtonRevert "Check if rust-src contains a vendor dir, and...
2020-12-11 Alex CrichtonRevert "Add error context for reading vendor dir."
2020-12-09 Eric HussNote that cargo-credential-gnome-secret won't be availa...
2020-12-08 Eric HussChange behavior when both token and credential-process...
2020-12-07 borsAuto merge of #8953 - hkennyv:clarify-package-edition...
2020-12-07 borsAuto merge of #8954 - Swatinem:doctest-in-workspace...
2020-12-07 borsAuto merge of #8950 - ehuss:publish-tarball-metadata...
2020-12-07 Arpad Borsosfix failures on linux
2020-12-07 Kenny Huynhwordsmithing
next