]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-08-04 borsAuto merge of #5861 - alexcrichton:build-script-edition...
2018-08-04 Alex CrichtonFix the edition build scripts are compiled with
2018-08-03 borsAuto merge of #5852 - dwijnand:exit-code-0, r=alexcrichton
2018-08-03 borsAuto merge of #5859 - jeizsm:master, r=alexcrichton
2018-08-03 Dale WijnandDrop niche Execs::with_no_expected_status
2018-08-03 Dale WijnandFix tests that have no stable expected exit code
2018-08-03 Dale WijnandFix tests that have failing commands w/o specifying...
2018-08-03 Dale WijnandDefault test support's Execs to exit code 0
2018-08-03 Marat Safincheck target env in test when use targets
2018-08-02 borsAuto merge of #5854 - dwijnand:args-split_whitespace...
2018-08-02 borsAuto merge of #5857 - matthiaskrgr:borrowck_mut, r...
2018-08-02 Matthias Krügerfix borrowck-migrate unused mut warnings.
2018-08-02 Dale WijnandFix install_empty_argument by passing an empty arg
2018-08-02 Dale WijnandIntroduce git_process too
2018-08-02 Dale WijnandMake cargo_process take a string it splits on whitespace
2018-08-02 borsAuto merge of #5843 - alexcrichton:idioms-for, r=alexcr...
2018-08-02 Alex CrichtonAdd a `--edition-idioms` flag to `cargo fix`
2018-08-02 borsAuto merge of #5845 - alexcrichton:fix-edition, r=alexc...
2018-08-02 Dale WijnandUse p.cargo's ability to split on whitespace more
2018-08-02 borsAuto merge of #5851 - dwijnand:slash-macro, r=alexcrichton
2018-08-02 Dale WijnandPush slash conforming to lines_match, so match_json...
2018-08-02 Dale WijnandDrop the [/] test output macro
2018-08-02 Alex CrichtonSwitch strategies for how rustc's workspace is unioned
2018-08-01 Alex CrichtonRename `--prepare-for` to `--edition`, drop arg
2018-08-01 borsAuto merge of #5831 - Eh2406:i5684, r=alexcrichton
2018-08-01 borsAuto merge of #5834 - Undin:metadata-edition, r=alexcri...
2018-08-01 borsAuto merge of #5847 - alexcrichton:fix-deprecations...
2018-08-01 Alex CrichtonUpgrade to `failure 0.1.2` idioms
2018-08-01 Arseniy Pendryakfix tests on Windows
2018-08-01 borsAuto merge of #5842 - alexcrichton:fix-lots, r=ehuss
2018-08-01 borsAuto merge of #5841 - Mark-Simulacrum:internal-error...
2018-07-31 borsAuto merge of #5840 - ehuss:uninstall-spec, r=alexcrichton
2018-07-31 Arseniy PendryakAdd edition field into target object in metadata as...
2018-07-31 borsAuto merge of #5836 - kornelski:profiledebug, r=alexcri...
2018-07-31 Alex Crichtonfix: Iteratively apply suggestions from the compiler
2018-07-31 borsAuto merge of #5835 - dwijnand:clippy, r=alexcrichton
2018-07-31 Dale WijnandMove all clippy config to target top files
2018-07-31 Arseniy PendryakAdd edition field into metadata.
2018-07-31 borsAuto merge of #5824 - alexcrichton:careful-transition...
2018-07-31 Mark RousskovConsider rustc failure internal despite JSON formatting
2018-07-31 Eh2406remove `missing from the package list` error and fmt
2018-07-31 Eric HussAllow `-p` in `uninstall` to accommodate error messages.
2018-07-31 borsAuto merge of #5811 - alexcrichton:rename-crate-feature...
2018-07-31 borsAuto merge of #5816 - dwijnand:edtion-per-target, r...
2018-07-31 Alex CrichtonUse listed dependency name for feature names
2018-07-31 Alex CrichtonAdd more diagnostics to smooth edition transition
2018-07-31 Dale WijnandResolve a single_match lint warning
2018-07-31 Dale WijnandExempt 2 wrong_self_convention lint warnings
2018-07-31 Dale WijnandResolve a trivially_copy_pass_by_ref lint warning
2018-07-31 Dale WijnandResolve a wrong_self_convention lint warning
2018-07-31 Dale WijnandResolve a wrong_self_convention lint warning
2018-07-31 Dale WijnandResolve 2 needless_pass_by_value lint warnings
2018-07-31 Dale WijnandAdd tests for per-target edition
2018-07-31 Dale WijnandWire Features down to targets::configure to check the...
2018-07-31 Dale WijnandDocument per-target edition & give an example
2018-07-31 Kornel LesińskiHint correct name of profile.debug
2018-07-31 Dale WijnandExempt too_many_arguments throughout the cargo lib...
2018-07-31 Dale WijnandExempt 3 identity_op lint warnings
2018-07-30 Alex Crichtonfix: Only fix "primary" packages by default
2018-07-30 borsAuto merge of #5814 - alexcrichton:fix-all-targets...
2018-07-30 Eh2406use enum instead of bool
2018-07-30 borsAuto merge of #5832 - Eh2406:collect_seq, r=alexcrichton
2018-07-30 Eh2406remove some allocations in Serialize
2018-07-30 Eh2406cargo update can deal with some bad lockfiles
2018-07-29 borsAuto merge of #5830 - Xanewok:executor-compile-mode...
2018-07-29 Igor MatuszewskiAdd CompileMode to Executor callbacks
2018-07-29 borsAuto merge of #5828 - kennytm:compile-progress-names...
2018-07-28 kennytmUse the target name in the progress bar when building...
2018-07-27 Dale WijnandDefault target edition to package edition
2018-07-27 Alex Crichtonfix: Pass `--all-targets` to `cargo fix` by default
2018-07-27 Dale WijnandWire target edition to rustc/rustdoc
2018-07-27 Dale WijnandWire Fingerprint to target unit's edition
2018-07-27 Dale WijnandAdd an Edition on TomlTarget & Target, & wire
2018-07-27 borsAuto merge of #5812 - dwijnand:move-existing_vcs_repo...
2018-07-27 borsAuto merge of #5810 - Eh2406:test-fix, r=alexcrichton
2018-07-27 borsAuto merge of #5807 - dwijnand:cargo-list-summary,...
2018-07-27 borsAuto merge of #5801 - ehuss:fix-doctestable, r=alexcrichton
2018-07-26 Dale WijnandMove existing_vcs_repo to the util::vcs module
2018-07-26 Dale WijnandAvoid right-padding commands with spaces
2018-07-26 Dale WijnandAdapt --list output in find_closest_biuld_to_build...
2018-07-26 borsAuto merge of #5804 - dwijnand:hg-discover, r=alexcrichton
2018-07-26 Eh2406remove all of the (now) unnecessary temp file usage...
2018-07-26 Eh2406update test for #5733
2018-07-26 borsAuto merge of #5733 - withoutboats:cargo-new-respects...
2018-07-26 borsAuto merge of #5802 - ehuss:fix-doc-typo, r=dwijnand
2018-07-26 Dale WijnandTest verbose error output for a bad lockfile
2018-07-26 Dale WijnandSuggest "update -p" to fix a bad lockfile
2018-07-26 Without BoatsRespect .gitignore during `cargo new`
2018-07-26 Dale WijnandFix read-manifest summary printing under cargo --list
2018-07-26 Dale WijnandShow the command summary when running cargo --list
2018-07-26 Dale WijnandReformat main::list_commands to return CommandInfo...
2018-07-26 Dale WijnandFix HgRepo::discover
2018-07-26 borsAuto merge of #5803 - dwijnand:dependabot/cargo/crossbe...
2018-07-26 Dale WijnandUpgrade to crossbeam-utils's -new 0.5 API
2018-07-26 Eric HussFix minor typo in the book.
2018-07-26 Eric HussFix `test --doc` with incompatible lib types.
2018-07-26 dependabot... Update crossbeam-utils requirement to 0.5
2018-07-26 borsAuto merge of #5794 - Nemo157:rustdoc-rename-extern...
2018-07-25 borsAuto merge of #5790 - dwijnand:dependabot/cargo/crossbe...
2018-07-25 Dale WijnandSwitch to crossbeam_utils crate, sidesteppin
next