]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-12-24 borsAuto merge of #6481 - ehuss:man-update, r=alexcrichton
2018-12-24 borsAuto merge of #6480 - ehuss:metadata-links, r=alexcrichton
2018-12-23 Eric HussSome minor documentation changes.
2018-12-23 Eric HussAdd `links` to `cargo metadata`.
2018-12-22 borsAuto merge of #6476 - dwijnand:salvaged-semver-work...
2018-12-22 Dale WijnandReplace PackageId::wrap with PackageId::pure
2018-12-22 borsAuto merge of #6470 - ehuss:warn-unused-patch, r=alexcr...
2018-12-22 Eric HussWarn on unused patches.
2018-12-21 borsAuto merge of #6473 - Eh2406:rustc-0, r=alexcrichton
2018-12-21 Eh2406don't write a an incorrect rustc version to the fingerp...
2018-12-20 borsAuto merge of #6466 - ehuss:registry-cleanup, r=alexcri...
2018-12-20 Eric HussRewrite `login` and registry cleanups.
2018-12-20 borsAuto merge of #6462 - pavel-zhigulin:fix_issue_\96\96#6461...
2018-12-20 Zhigulin PavelRemove tail call
2018-12-20 Dale WijnandUse ToSemver more
2018-12-20 borsAuto merge of #6469 - ehuss:registry-name, r=dwijnand
2018-12-20 Eric HussRestrict registry names to same style as package names.
2018-12-19 borsAuto merge of #6463 - dwijnand:rip-stale-bot, r=alexcri...
2018-12-19 borsAuto merge of #6464 - dwijnand:add-labels-to-issue...
2018-12-19 Dale WijnandAdd labels to issue templates
2018-12-19 Dale WijnandRemove Stale bot's configuration
2018-12-19 Zhigulin PavelUse awk to parse cargo --list
2018-12-19 Pavel Zhigulin[issue#6161] Fix cargo commands list
2018-12-18 borsAuto merge of #6459 - ehuss:fix-man-checks, r=alexcrichton
2018-12-18 Eric HussFix new man page links.
2018-12-18 borsAuto merge of #6432 - ehuss:fix-metabuild-json, r=alexc...
2018-12-18 borsAuto merge of #6456 - ehuss:patch-alt-reg, r=alexcrichton
2018-12-18 Eric HussSupport alt-registry names in [patch] table.
2018-12-18 Eric HussUpdate metabuild test to 2018.
2018-12-18 Eric HussSwitch SerializedTarget::src_path to None instead of...
2018-12-18 Eric HussFix metabuild compile errors with --message-format...
2018-12-17 borsAuto merge of #6455 - wezm:patch-1, r=dwijnand
2018-12-17 Wesley MooreUpdate the rustup URL
2018-12-17 borsAuto merge of #6405 - ehuss:new-man, r=alexcrichton
2018-12-17 borsAuto merge of #6451 - dwijnand:reify-DepFingerprint...
2018-12-17 Dale WijnandReify the DepFingerprint type
2018-12-17 borsAuto merge of #6449 - dwijnand:extract-Fingerprint...
2018-12-17 borsAuto merge of #6448 - dwijnand:upgrade-the-metabuild...
2018-12-17 borsAuto merge of #6450 - dwijnand:make-edition-comparing...
2018-12-17 Dale WijnandExtract Fingerprint::new
2018-12-17 Dale WijnandMake edition comparing code consistent
2018-12-17 Dale WijnandUpgrade the metabuild to Rust 2018
2018-12-17 borsAuto merge of #6447 - ehuss:doc-name-authors, r=alexcri...
2018-12-16 Eric HussDocument `name` and `authors` in [package]
2018-12-14 borsAuto merge of #6443 - ehuss:ci-install-mdbook, r=alexcr...
2018-12-14 Eric HussOn CI only use mdbook 0.1.7.
2018-12-14 borsAuto merge of #6439 - rust-lang:dependabot/cargo/git2...
2018-12-14 dependabot... Update git2-curl requirement from 0.8.1 to 0.9.0
2018-12-14 borsAuto merge of #6438 - rust-lang:dependabot/cargo/git2...
2018-12-14 dependabot... Update git2 requirement from 0.7.5 to 0.8.0
2018-12-14 borsAuto merge of #6419 - ehuss:fix-show-errors, r=alexcrichton
2018-12-13 borsAuto merge of #6434 - ehuss:fix-fix-concurrent, r=dwijnand
2018-12-13 Eric Husscargo fix: fix targets with shared sources.
2018-12-13 Eric HussUpdate rustfix to 0.4.4.
2018-12-13 Eric HussDisplay errors when `cargo fix` fails.
2018-12-13 borsAuto merge of #6431 - ehuss:panic-in-panic, r=nrc
2018-12-13 Eric HussFix panic-in-panic in tests.
2018-12-13 borsAuto merge of #6422 - dwijnand:more-rust-2018, r=alexcr...
2018-12-13 borsAuto merge of #6429 - dwijnand:cleanup-SourceId-trait...
2018-12-13 Dale WijnandCleanup some trait impls for SourceId
2018-12-13 Dale WijnandRemove trailing extern crate usage
2018-12-13 Dale WijnandRemove trailing cfg_attr feature = "cargo-clippy" usage
2018-12-13 borsAuto merge of #6427 - phansch:remove_nightly_check_in_t...
2018-12-13 Philipp HanschRemove a nightly check from doc tests
2018-12-13 borsAuto merge of #6425 - dwijnand:promote-failure-error...
2018-12-13 borsAuto merge of #6426 - dwijnand:allow-testsuite-warnings...
2018-12-13 Dale WijnandAllow testsuite warnings in dev
2018-12-12 Dale WijnandReplace CargoError with failure::Error
2018-12-12 Nick CameronMerge pull request #6371 from matklad/update-dry-run
2018-12-11 borsAuto merge of #6416 - alexcrichton:idioms, r=dwijnand
2018-12-11 Alex CrichtonReformat after idiom lints
2018-12-11 Alex CrichtonTurn on Rust 2018 idiom warnings unconditionally
2018-12-11 Alex CrichtonRun `cargo fix --edition-idioms` and fixup output
2018-12-11 Alex CrichtonStart using 2018 idioms in Cargo
2018-12-11 borsAuto merge of #6417 - alexcrichton:deprecated, r=ehuss
2018-12-11 borsAuto merge of #6409 - spk:add-dev-deps-metadata-test...
2018-12-11 Alex CrichtonMigrate from trim_right to trim_end
2018-12-10 Laurent ArnoudUse correct registry on tests/testsuite/metadata.rs
2018-12-10 borsAuto merge of #6402 - pietroalbini:fix-cargofix, r...
2018-12-09 borsAuto merge of #6407 - sinkuu:redundant_clone, r=dwijnand
2018-12-09 Pietro Albinifix: refactor same-file check
2018-12-09 borsAuto merge of #6411 - ehuss:fix-bfbo, r=alexcrichton
2018-12-09 Eric HussFix flakey broken_fixes_backed_out test.
2018-12-09 Nick CameronMerge pull request #6410 from spk/readme-add-git
2018-12-09 Laurent ArnoudREADME: add git as required package
2018-12-09 Laurent ArnoudAdd dev-dependencies test on cargo_metadata_with_deps_a...
2018-12-09 Shotaro YamadaRemove redundant clones
2018-12-09 borsAuto merge of #6403 - ehuss:doc-config-update, r=alexcr...
2018-12-09 borsAuto merge of #6404 - ehuss:fix-install-link, r=alexcri...
2018-12-09 Eric HussFix install link.
2018-12-09 Eric HussMinor update to config docs.
2018-12-09 Eric HussNew man pages.
2018-12-08 Pietro Albinifix: only check solutions are in the same file
2018-12-08 Aleksey KladovAdd a test for update --dry-run
2018-12-08 Aleksey Kladovadd `--dry-run` option to cargo update
2018-12-08 borsAuto merge of #6399 - alexcrichton:bump, r=alexcrichton
2018-12-08 borsAuto merge of #6400 - alexcrichton:fmt, r=dwijnand
2018-12-08 Alex CrichtonRemove unused imports
2018-12-08 Alex CrichtonFormat with `cargo fmt`
2018-12-08 Alex CrichtonBump to 0.34.0
next