]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-09-18 Eric HussAdd contributor guide.
2020-09-15 borsAuto merge of #8697 - Mikastiv:pr-8695, r=ehuss
2020-09-14 borsAuto merge of #8701 - ehuss:unique-unit-dep-hash, r...
2020-09-13 Eric HussFix non-determinism with new feature resolver.
2020-09-12 Mikastiv--vers arg now required for yank cmd
2020-09-12 borsAuto merge of #8692 - yaymukund:improve-tests-json...
2020-09-12 Mukund LakshmanDisplay formatted output for JSON diffing in tests.
2020-09-10 Mikastivupdated yank error message
2020-09-10 borsAuto merge of #8675 - weihanglo:fix/name-help, r=Eh2406
2020-09-10 borsAuto merge of #8681 - weihanglo:fix/redundant-messsage...
2020-09-10 Weihang LoFix unintenional newline in stderr assertion
2020-09-10 Weihang LoRephrase message of restricted crate name
2020-09-09 Weihang Lotest: check stderr containment explicitly
2020-09-09 borsAuto merge of #8666 - clemens-tolboom:patch-1, r=Eh2406
2020-09-09 Weihang LoFix formatting
2020-09-09 Weihang LoTest for crate installation without emitting messages...
2020-09-08 borsAuto merge of #8655 - camelid:patch-1, r=ehuss
2020-09-07 CamelidUpdate tests
2020-09-06 borsAuto merge of #8682 - dtolnay:build-man, r=ehuss
2020-09-06 David TolnayAllow running build-man.sh from any directory
2020-09-06 Weihang LoOnly `--path` and cwd crate installation need workspace...
2020-09-06 Weihang LoSweep unrelated message from unnecessary workspace...
2020-09-05 borsAuto merge of #8677 - Rustin-Liu:rustin-patch-docs...
2020-09-05 borsAuto merge of #8678 - ehuss:fix-priv-test, r=alexcrichton
2020-09-05 Eric HussFix nightly exported_priv_warning test.
2020-09-05 Rustin-Liudocs: add details for cargo check pass where cargo...
2020-09-04 borsAuto merge of #8674 - guswynn:mdbooktest, r=ehuss
2020-09-04 Gus Wynnfix mdbook test with ```ignore
2020-09-04 Weihang LoFix test for windows reserved filename error message
2020-09-04 Weihang LoTest for --name hint
2020-09-03 Weihang LoAdd --name hint for `new` when package name is retricted
2020-09-01 borsAuto merge of #8672 - dtolnay:cachedir, r=alexcrichton
2020-09-01 borsAuto merge of #8671 - pjmore:master, r=alexcrichton
2020-09-01 David TolnayEnd CACHEDIR.TAG with newline
2020-09-01 Patrick MoreModified the fossil repo initialization function to...
2020-09-01 borsAuto merge of #8670 - ehuss:remove-asciidoc-attribute...
2020-09-01 Eric HussRemove asciidoc attribute
2020-08-31 borsAuto merge of #8668 - alexcrichton:fix-close-output...
2020-08-31 Alex CrichtonFix flakiness in close_output test
2020-08-31 Clemens TolboomMake it more clear we have two types of workspaces
2020-08-31 borsAuto merge of #8656 - phil-opp:fix-8512, r=ehuss
2020-08-28 borsAuto merge of #8659 - ehuss:version-bump, r=alexcrichton
2020-08-28 Eric HussUpdate changelog for 1.47
2020-08-28 Eric HussBump to 0.49.0
2020-08-28 borsAuto merge of #8657 - ehuss:fix-doctest-lto, r=alexcrichton
2020-08-27 Eric HussFix LTO with doctests.
2020-08-27 Philipp OppermannReload unstable table from config file in `reload_roote...
2020-08-27 CamelidRemove periods from error messages
2020-08-27 CamelidLowercase docs error message for consistency
2020-08-26 borsAuto merge of #8648 - Fogapod:rustc-args, r=ehuss
2020-08-26 borsAuto merge of #8653 - ehuss:fix-cache-messages-rustdoc...
2020-08-26 Eric HussFix cache_messages::rustdoc test broken on beta.
2020-08-25 EugeneAdd spaces after -C and -Z flags for consistency
2020-08-23 borsAuto merge of #8641 - weihanglo:fix/remove-alloc, r...
2020-08-23 Weihang Lorefactor: compare lockfile use Iterator.eq
2020-08-23 Weihang Lofix: remove unnecessary allocations
2020-08-20 borsAuto merge of #8637 - hbina:spelling_and_clippy, r...
2020-08-19 Hanif Bin AriffinFixed a spelling and some clippy warnings
2020-08-19 borsAuto merge of #8609 - ehuss:resolver-semver, r=Eh2406
2020-08-19 borsAuto merge of #8611 - hbina:rename_into_url, r=ehuss
2020-08-18 borsAuto merge of #8629 - EmbarkStudios:master, r=ehuss
2020-08-18 borsAuto merge of #8627 - ehuss:run-proc-err, r=Eh2406
2020-08-17 Jake ShadleRemove debug only code
2020-08-17 Jake ShadleFix bug with PathAndArg config values
2020-08-17 Eric HussShow full error context on `cargo run` error.
2020-08-12 borsAuto merge of #8615 - davepacheco:sigquit-typo, r=ehuss
2020-08-12 David PachecoFix typo in SIGQUIT description
2020-08-11 Hanif Bin AriffinRenamed SourceIdIntoUrl -> SourceIdAsUrl
2020-08-11 Hanif Bin AriffinRenames SourceId::into_url -> SourceId::as_url
2020-08-11 Eric HussUpdate from review comments.
2020-08-10 Eric HussTry to fix CI for semver-check.
2020-08-10 Eric HussDon't check src/doc directory.
2020-08-10 Eric HussAdd chapters on dependency resolution and SemVer compat...
2020-08-10 borsAuto merge of #8600 - alexcrichton:deterministic, r...
2020-08-10 Alex CrichtonBuild manpage archive deterministically
2020-08-09 borsAuto merge of #8604 - jtojnar:patch-1, r=ehuss
2020-08-09 borsAuto merge of #8598 - alexcrichton:fix-test, r=ehuss
2020-08-09 Eric HussFix typo
2020-08-09 borsAuto merge of #8605 - louib:patch-1, r=ehuss
2020-08-08 louibFix small typo in reference/profiles.md
2020-08-08 Jan Tojnardoc: Qualify GNU licenses in example license field
2020-08-07 Alex CrichtonFix jobserver_exists test on single-cpu systems
2020-08-06 borsAuto merge of #8571 - canova:publish-default, r=ehuss
2020-08-06 Nazım Can AltınovaUpdate man page of `cargo publish` to include the new...
2020-08-06 Nazım Can AltınovaUpdate publish field doc to explain new `cargo publish...
2020-08-06 Nazım Can AltınovaAdd a test case for new publish behavior change
2020-08-06 Nazım Can AltınovaDefault cargo publish to the alt registry if it's the...
2020-08-06 Nazım Can AltınovaFix the comment of Package::publish
2020-08-05 borsAuto merge of #8565 - pawanbisht62:master, r=ehuss
2020-08-05 bishtpawanResolve PR comments
2020-08-05 borsAuto merge of #8589 - camelid:patch-1, r=alexcrichton
2020-08-05 bishtpawanRefactor code and resolve PR comments
2020-08-05 bishtpawanAdd pattern match for yank check and updated correspond...
2020-08-05 bishtpawanRefactor code
2020-08-05 bishtpawanAdd test case for yank validation check
2020-08-05 bishtpawanUpdate approach to check for yanked version
2020-08-05 bishtpawanAdd yank check for package that needs to be download
2020-08-05 CamelidFix typo
2020-08-04 borsAuto merge of #8587 - ehuss:close_output-fix, r=alexcri...
2020-08-04 Eric HussFix close_output test.
next