]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2019-10-10 Matthias Krügerdon't lock the package cache when cleaning target dir.
2019-10-10 borsAuto merge of #7499 - orium:document-rustc-wrapper...
2019-10-09 Diogo SousaDocument the `rustc-wrapper` configuration.
2019-10-09 Diogo Sousa`Config::get_tool()` now also accepts the configuration...
2019-10-09 borsAuto merge of #7456 - alexcrichton:config-only-serde...
2019-10-09 Alex CrichtonMore review comments
2019-10-08 borsAuto merge of #7492 - ehuss:enable-msvc-tests, r=alexcr...
2019-10-08 borsAuto merge of #7489 - da-x:fix-7488, r=ehuss
2019-10-08 Eric HussRe-enable some MSVC tests.
2019-10-08 Dan AloniRustfmt lint
2019-10-08 Dan Alonitests: cover issue #7488
2019-10-08 borsAuto merge of #7470 - alexcrichton:cyclic-error, r...
2019-10-08 Alex CrichtonAdd comments of `Value<T>`'s deserialization protocol
2019-10-08 Alex CrichtonDocument the new `ConfigKey` implementation
2019-10-08 Alex CrichtonRemove unnecessary clone
2019-10-08 Alex CrichtonAdd documentation for `StringList`
2019-10-08 Alex CrichtonUse `#[serde(rename_all)]` instead of listing them all
2019-10-08 Alex CrichtonRun rustfmt
2019-10-08 Alex CrichtonHandle rebase conflicts
2019-10-08 Alex CrichtonSimplify `cargo-new` configuration reading
2019-10-08 Alex CrichtonConsolidate `build` key configuration
2019-10-08 Alex CrichtonRemove dead `Config::get_i64` method
2019-10-08 Alex CrichtonRemove no-longer-needed `Config::get_bool`
2019-10-08 Alex CrichtonConsolidate `net` configuration into a typed structure
2019-10-08 Alex CrichtonAccess `term` config through a deserialized type
2019-10-08 Alex CrichtonCentralize HTTP configuration in one struct
2019-10-08 Alex CrichtonRemove a usage of `get_list`
2019-10-08 Alex CrichtonFinish implementing `Value`, use it in helpers
2019-10-08 Alex CrichtonRefactor `ConfigKey` to its own file
2019-10-08 Alex CrichtonExtra serde config support to a separate file
2019-10-08 Alex CrichtonMove `config.rs` to `config/mod.rs`
2019-10-07 Alex CrichtonImprove error message for cyclic dependencies
2019-10-07 borsAuto merge of #7484 - ehuss:clippy-fixes, r=alexcrichton
2019-10-07 Dan Aloninamed-profiles: when -Z unstable-options not specified...
2019-10-04 Eric HussSome minor clippy fixes.
2019-10-04 borsAuto merge of #7481 - Lythenas:doc-spdx-list-3.6, r...
2019-10-04 borsAuto merge of #7482 - alexcrichton:fix-bin, r=ehuss
2019-10-04 Alex CrichtonFix wrong directories in PATH on Windows
2019-10-04 borsAuto merge of #7476 - tlively:emscripten-wasm-aux,...
2019-10-04 Matthias SeiffertUpdate SPDX list to 3.6
2019-10-04 Thomas LivelyDrop unnecessary target check
2019-10-03 Thomas Livelyrustfmt, even if I disagree
2019-10-03 Thomas LivelyMark Emscripten's .wasm files auxiliary
2019-10-02 borsAuto merge of #7464 - alexcrichton:update-curl-sys...
2019-10-02 borsAuto merge of #7443 - guanqun:patch-1, r=ehuss
2019-10-02 borsAuto merge of #7400 - snf:fix_7358, r=alexcrichton
2019-10-02 borsAuto merge of #7465 - alexcrichton:no-preserve, r=Eh2406
2019-10-02 snfremoving hash from output files when using MSVC
2019-10-01 Alex CrichtonDisable preserving mtimes on archives
2019-10-01 Alex CrichtonUpdate `curl-sys` dependency requirement
2019-10-01 borsAuto merge of #7462 - hbina:redundant_borrow, r=ehuss
2019-10-01 borsAuto merge of #7361 - Eh2406:public_dependency-as-type_...
2019-10-01 Hanif Bin AriffinRemoved redundant borrow
2019-10-01 borsAuto merge of #7461 - guanqun:unify-quotes-in-cargo...
2019-10-01 Guanqun Luunify the quote in Cargo.toml
2019-09-30 borsAuto merge of #6989 - da-x:custom-profile-pr-rfc, r...
2019-09-30 borsAuto merge of #7308 - guanqun:add-ssl-version, r=alexcr...
2019-09-30 Guanqun Luadd a bit more docs
2019-09-30 Guanqun Lurun cargo fmt to pass the CI build
2019-09-30 borsAuto merge of #7417 - alexcrichton:less-hashing, r...
2019-09-29 Guanqun Lufixes
2019-09-29 Guanqun Lumodify to enum/struct and add test for SslVersionConfig
2019-09-27 Dan Aloninamed-profiles: fix backward compatibility for `rustc...
2019-09-27 Eh2406add a test to show the new performance
2019-09-27 Eh2406allow `find_candidate` to backtrack from a `PublicDepen...
2019-09-27 Eh2406change `PublicDependency` to store the `age` for each...
2019-09-27 Eh2406change `age` to count edges not just activations
2019-09-27 Eh2406Some cleanups
2019-09-27 Eh2406move `public_dependency`s code to methods for better...
2019-09-27 Dan Aloninamed-profiles: add backward compatibility if feature...
2019-09-27 borsAuto merge of #7454 - ehuss:version-bump, r=alexcrichton
2019-09-27 Eric HussBump to 0.41.0, Update changelog
2019-09-27 borsAuto merge of #7452 - pyrrho:bug7346/transitive_patches...
2019-09-27 borsAuto merge of #7448 - ehuss:gitignore-lockfile, r=alexc...
2019-09-26 Drew Pirrone... Don't panic on a non-fatal error
2019-09-26 Drew Pirrone... Modify Context::flag_activated to return ActivateResult
2019-09-26 Drew Pirrone... Add a test to model the bug found in #7346
2019-09-26 Eric HussAllow gitignore of Cargo.lock with explicit `include`.
2019-09-26 borsAuto merge of #7446 - alexcrichton:quiet-output, r...
2019-09-26 borsAuto merge of #7445 - alexcrichton:more-stable, r=Eh2406
2019-09-26 Alex CrichtonImprove test output with `--quiet`
2019-09-26 Alex CrichtonAllow a number of tests to run on stable
2019-09-26 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-26 Alex CrichtonGo back to not hashing `RUSTFLAGS` in `-Cmetadata`
2019-09-26 borsAuto merge of #7425 - alexcrichton:kind-string, r=ehuss
2019-09-26 borsAuto merge of #7444 - matthiaskrgr:clippy_v8, r=Eh2406
2019-09-26 Guanqun Lusupport http.ssl-version.min/max to specify min/max...
2019-09-26 guanqunadd dependencies for `pkg-config`
2019-09-26 Matthias Krügerfix a bunch of clippy warnings
2019-09-26 Alex CrichtonAddress review about doc blocks
2019-09-26 Alex CrichtonRefactor how compile targets are handled
2019-09-26 Alex CrichtonRefactor `Kind` to carry target name in `Target`
2019-09-26 Guanqun Luremove unsafe sslv2 and sslv3 methods
2019-09-26 Guanqun Luadd an option to specify ssl version
2019-09-26 borsAuto merge of #7440 - alexcrichton:always-pipeline...
2019-09-26 borsAuto merge of #7441 - ehuss:fix-zalgo, r=alexcrichton
2019-09-26 Eric HussFix zalgo formatting.
2019-09-25 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-25 borsAuto merge of #7429 - alexcrichton:fix-osx-cpu, r=ehuss
2019-09-25 borsAuto merge of #7428 - alexcrichton:nocapture, r=ehuss
next