]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2021-02-03 borsAuto merge of #9125 - ehuss:index-docs, r=alexcrichton
2021-02-03 borsAuto merge of #9122 - ehuss:fix-multiple-run-custom...
2021-02-03 Eric HussAdd note about `cargo:rustc-env` variables set at runtime.
2021-02-02 Eric HussAdd some documentation for index and registry stuff.
2021-02-02 Eric HussFix env/cfg set for `cargo test` and `cargo run`.
2021-02-01 borsAuto merge of #9108 - CPerezz:locked_warn, r=alexcrichton
2021-02-01 borsAuto merge of #9121 - vext01:extra-link-arg-doc, r...
2021-02-01 borsAuto merge of #9120 - dimo414:patch-1, r=alexcrichton
2021-02-01 Edd BarrettDocument -Z extra-link-arg.
2021-02-01 Michael DiamondFlip 'foo' and 'bar' to be consistent
2021-01-30 borsAuto merge of #9115 - djc:fix-msrv-handling, r=ehuss
2021-01-30 Dirkjan OchtmanDon't try to parse MSRV if feature is not enabled
2021-01-30 CPerezzImpl warn for locked install withoud Cargo.lock
2021-01-29 borsAuto merge of #9110 - klensy:simple-fix, r=alexcrichton
2021-01-28 klensytrivial char range check
2021-01-25 borsAuto merge of #9097 - ehuss:tracking-issue-template...
2021-01-25 borsAuto merge of #9098 - ehuss:extra-new-name-help, r...
2021-01-25 borsAuto merge of #9102 - alexcrichton:fix-serede, r=ehuss
2021-01-25 Alex CrichtonFix compilation with serde 1.0.122
2021-01-24 Eric HussAdd some extra help to `cargo new` and invalid package...
2021-01-23 Eric HussMinor update to tracking issue template.
2021-01-22 borsAuto merge of #9095 - ehuss:spec-suggestion, r=alexcrichton
2021-01-22 Eric HussAdd suggestion for bad package id.
2021-01-22 borsAuto merge of #9093 - ehuss:remove-registry-new, r...
2021-01-22 Eric HussRemove Registry::new.
2021-01-22 borsAuto merge of #9035 - weihanglo:fix/git-init-search...
2021-01-22 Weihang Lochore: bump versions of git2 and libgit2-sys
2021-01-21 borsAuto merge of #9092 - ehuss:unstable-updates, r=alexcri...
2021-01-21 Eric HussAdd redirects on the unstable docs.
2021-01-21 Eric HussUpdate the user documentation on unstable features.
2021-01-21 Eric HussUpdate the internal documentation on unstable features.
2021-01-21 Eric HussRework cargo-features a little.
2021-01-21 Weihang Lotest: remove odd semicolon
2021-01-21 Weihang Lofix: set search path before init repos
2021-01-21 Eric HussAdd more helpful message with stabilized -Z flags.
2021-01-21 Eric HussRemove publish-lockfile key from manifest.
2021-01-21 Eric HussAdd error message for wrong cargo-features placement.
2021-01-21 Eric HussAdd some comments why some options are hidden.
2021-01-21 Eric HussUnhide nightly-only flags.
2021-01-20 borsAuto merge of #9077 - ehuss:fix-doc-resolver2-proc...
2021-01-20 Eric HussOptimize removing unit_deps.
2021-01-20 borsAuto merge of #8037 - djc:rfc-2495, r=ehuss
2021-01-20 Dirkjan OchtmanImplement support for rust-version field in project...
2021-01-18 borsAuto merge of #9075 - alexcrichton:fix-cycles, r=ehuss
2021-01-15 borsAuto merge of #9081 - ximon18:typo-correction, r=ehuss
2021-01-15 Ximon EighteenTypo correction: artifcats -> artifacts
2021-01-15 borsAuto merge of #9079 - lzutao:stray-backtick, r=ehuss
2021-01-15 Lzu TaoRemove stray backtick from doc
2021-01-14 Eric HussRemove some doc collisions.
2021-01-14 Alex CrichtonFix a bug in Cargo's cyclic dep graph detection
2021-01-13 Dirkjan OchtmanFix typo in method name
2021-01-12 borsAuto merge of #9066 - rubenrua:hotfix_sort_bins, r...
2021-01-12 borsAuto merge of #9067 - AnthonyMikh:patch-1, r=ehuss
2021-01-12 AnthonyMikhFix misspelling of environment variable
2021-01-12 rubenruaTest for sort available binaries when multiple
2021-01-12 borsAuto merge of #9070 - joshtriplett:opt-level-vs-debug...
2021-01-12 Josh TriplettRemove statement that opt-level 0 turns on debug
2021-01-12 Eric HussFix panic with `cargo doc` and new resolver and proc...
2021-01-12 borsAuto merge of #9065 - alexcrichton:fix-build-bug-again...
2021-01-12 Alex CrichtonFix `links` vars showing up for testing packages
2021-01-12 rubenruaSort available binaries when multiple
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.
next