]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-06-08 Eh2406Result<T, ()> -> Option<T>
2018-06-08 Eh2406remove redundant `conflicting_prev_active`
2018-06-07 borsAuto merge of #5603 - matklad:publish-nightly-features...
2018-06-06 borsAuto merge of #5613 - oli-obk:master, r=matklad
2018-06-06 Oliver SchneiderOrder can be important if cargo tests are run inside...
2018-06-06 Oliver SchneiderAllow rustc bootstrap to use unstable features even...
2018-06-04 borsAuto merge of #5607 - ehuss:config-rustc, r=matklad
2018-06-04 Eric HussRemove some minor, unused code.
2018-06-04 borsAuto merge of #5604 - debris:issue_5602, r=matklad
2018-06-04 debrisextracted duplicated chunk of code into `fn emit_build_...
2018-06-03 borsAuto merge of #5589 - boxdot:issue-5267, r=matklad
2018-06-03 boxdotImprove error message on duplicate packages in lockfile.
2018-06-03 boxdotMove duplicate pkgs check to resolve builder.
2018-06-03 debrisfixed #5602, expose cached build script output in json...
2018-06-03 Aleksey KladovAllow publishing crates with nightly features
2018-06-02 borsAuto merge of #5506 - ehuss:config-profile, r=alexcrichton
2018-06-01 borsAuto merge of #5599 - gibix:fix/4746, r=alexcrichton
2018-06-01 gibixfix #4746 and add test
2018-05-31 Eric HussUse new config API.
2018-05-31 Eric HussConfig Profiles (RFC 2282 Part 2)
2018-05-30 borsAuto merge of #5552 - ehuss:config-serde, r=alexcrichton
2018-05-29 borsAuto merge of #5590 - esteve:libname-doc, r=matklad
2018-05-29 Esteve FernandezDisable cargo doc --open tests on Windows and macOS.
2018-05-29 Esteve FernandezAdded two more tests: one where a package contains...
2018-05-29 borsAuto merge of #5591 - simonasker:correct-command-paths...
2018-05-29 Esteve FernandezUse [/] instead of hardcoded / so that it's portable...
2018-05-29 Esteve FernandezDon't pass --open as an argument.
2018-05-29 Simon AnderssonCorrect command directory paths
2018-05-29 Esteve FernandezAdded test where the name of the library is different...
2018-05-29 borsAuto merge of #5584 - boxdot:master, r=matklad
2018-05-29 Gabriel FéronFix test to work on Windows
2018-05-29 Gabriel FéronAdd more instructions to error message
2018-05-29 Esteve FernandezA package will always contain at least one library...
2018-05-29 Dimitri WegnerCompare pkg ids based on their encoding.
2018-05-28 boxdotClean error msg when lockfile contains duplicate packages.
2018-05-28 borsAuto merge of #5587 - matklad:rustdoc-target, r=alexcri...
2018-05-28 Aleksey KladovSupport `--target` argument in `cargo rustdoc`
2018-05-28 Gabriel FéronUse auto split argument in test
2018-05-28 Gabriel FéronProvide more context when src files changed while packaging
2018-05-28 boxdotDocument that build scripts should not modify files...
2018-05-28 Gabriel FéronAdd cargo --no-verify test when checking that src dir...
2018-05-28 Gabriel FéronAdd test to check that publish fails when src directory...
2018-05-28 boxdotVerify that src dir was not modified by build.rs during...
2018-05-28 borsAuto merge of #5574 - kornelski:names, r=matklad
2018-05-28 borsAuto merge of #5570 - alexcrichton:fix-deadlock, r...
2018-05-28 borsAuto merge of #5581 - kngwyu:for-racer, r=alexcrichton
2018-05-28 borsAuto merge of #5580 - ehuss:doc-build-plan, r=alexcrichton
2018-05-28 Yuji KanagawaAdd missing reexport for #5572
2018-05-27 Eric HussDocument unstable --build-plan
2018-05-27 borsAuto merge of #5578 - cardoe:extend-ci, r=alexcrichton
2018-05-27 Doug Goldsteinadd GitLab CI to the CI docs
2018-05-27 borsAuto merge of #5572 - kngwyu:for-racer, r=alexcrichton
2018-05-27 borsAuto merge of #5576 - matklad:revert-deps, r=alexcrichton
2018-05-27 Aleksey KladovRevert "Auto merge of #5461 - matklad:meta-rename,...
2018-05-26 KornelA more complete example of authors
2018-05-26 kngwyuMake add_overrides and get_resolved_packages pub
2018-05-26 Alex CrichtonFix an issue of deadlock in Cargo
2018-05-25 borsAuto merge of #5564 - mati865:metadata_fix, r=alexcrichton
2018-05-25 Mateusz MikułaAlways replace metadata when replacing package
2018-05-24 Eric HussUse `failure::Error` for ConfigError instead of a String.
2018-05-24 borsAuto merge of #5556 - alexcrichton:fix, r=matklad
2018-05-24 borsAuto merge of #5534 - matklad:feature-workflow, r=alexc...
2018-05-24 Dale WijnandTweak the feature lifecycle notes
2018-05-24 Aleksey KladovSome hints about feature lifecycle
2018-05-24 Aleksey KladovClarify the meaning of feature-related labels
2018-05-24 borsAuto merge of #5563 - ehuss:cargotest-doc, r=alexcrichton
2018-05-24 Eric Husscargotest: Add some more docs
2018-05-23 Eric HussAdd `-Z advanced-env` feature flag.
2018-05-23 borsAuto merge of #5559 - alexcrichton:update-core-foundati...
2018-05-23 Alex CrichtonUpdate version of core-foundation crate
2018-05-22 Eric HussCleanup, address some comments.
2018-05-22 Eric HussSimplify net.retry config.
2018-05-22 Eric HussDrop num_traits and rely on serde to handle numeric...
2018-05-22 borsAuto merge of #5557 - ehuss:linux-cbfct, r=alexcrichton
2018-05-22 Eric HussFix test failure in changing_bin_features_caches_target...
2018-05-21 Alex CrichtonCopy `--all-features` request to all workspace members
2018-05-21 Eric HussVerify stderr output for warnings in test.
2018-05-19 Eric HussTyped Config Access
2018-05-15 borsAuto merge of #5541 - ehuss:fix-rustdoc-edition, r...
2018-05-15 Eric HussFix passing --edition to rustdoc during doctests.
2018-05-15 borsAuto merge of #5540 - ehuss:fix-build-plan-tests, r...
2018-05-15 Eric HussFix tests when CARGO_TARGET_DIR is set.
2018-05-15 borsAuto merge of #5537 - eddyb:no-trans, r=matklad
2018-05-15 Eduard-Mihai... Remove -Zno-trans test.
2018-05-15 borsAuto merge of #5535 - ehuss:ignore-test-tab, r=alexcrichton
2018-05-15 Eric HussIgnore <tab> in libtest output.
2018-05-14 borsAuto merge of #5533 - dwijnand:patch-1, r=matklad
2018-05-14 Dale WijnandDetail how to run locally-built nightly cargo
2018-05-13 borsAuto merge of #5527 - tcr:patch-1, r=alexcrichton
2018-05-13 Tim RyanPoint Source Replacement to the Overriding Dependencies...
2018-05-11 borsAuto merge of #5522 - DarkDrek:user_agent_option, r...
2018-05-11 DarkDrekAdd option to set user-agent
2018-05-11 borsAuto merge of #5520 - alexcrichton:check-with-full...
2018-05-11 borsAuto merge of #5519 - matthiaskrgr:typos, r=alexcrichton
2018-05-11 Alex CrichtonFix mode generated in `maybe_lib`
2018-05-11 Matthias KrügerNFC: fix a couple of typos, found by codespell.
2018-05-10 borsAuto merge of #5513 - ehuss:test-binary-panic, r=alexcr...
2018-05-10 Eric HussFix `panic` for binaries built during tests.
2018-05-10 borsAuto merge of #5512 - Eh2406:simplify_FeatureValue...
2018-05-10 Eh2406simplify build_requirements
next