]> git.proxmox.com Git - cargo.git/history - src
Change test 'MIT' license to 'MIT OR Apache-2.0'
[cargo.git] / src /
2020-06-04 Daniél KerkmannAdding environment variable CARGO_PKG_LICENSE
2020-06-03 borsAuto merge of #8320 - alexcrichton:update-libgit2,...
2020-06-03 borsAuto merge of #8319 - alexcrichton:fix-access, r=Eh2406
2020-06-03 Alex CrichtonFix an accidental raw access of field
2020-06-03 borsAuto merge of #8314 - cuviper:mem-take, r=Eh2406
2020-06-03 Josh StoneUse mem::take to replace with Default values
2020-06-02 borsAuto merge of #8310 - ehuss:allow-non-dll-suffix, r...
2020-06-02 Eric HussAllow Windows dylibs without dll suffix.
2020-06-02 borsAuto merge of #8307 - pickfire:alias-help, r=alexcrichton
2020-06-02 Ivan ThamShow alias in help message
2020-06-01 borsAuto merge of #8297 - mjarkk:warn-when-using-hash-in...
2020-06-01 mjarkkFix review
2020-06-01 Mark KopengaUpdate src/cargo/util/toml/mod.rs
2020-06-01 borsAuto merge of #8274 - Eh2406:8249-repro, r=alexcrichton
2020-05-31 borsAuto merge of #8299 - kpp:master, r=ehuss
2020-05-31 Roman ProskuryakovFix typo in impl Display for Strip
2020-05-30 mjarkkWarn if using hash in git url
2020-05-30 borsAuto merge of #8287 - ehuss:rustdoc-map, r=alexcrichton
2020-05-30 Eric HussFill in tracking issue.
2020-05-27 borsAuto merge of #8290 - ehuss:fix-lld-freshness, r=alexcr...
2020-05-27 Eric HussFix fingerprinting for lld on Windows with dylib.
2020-05-27 borsAuto merge of #8289 - mbrobbel:patch-1, r=ehuss
2020-05-27 Matthijs BrobbelFix a typo
2020-05-26 Eric HussAdd support for rustdoc root URL mappings.
2020-05-25 Eric HussProvide some error context for bad registries.foo.index...
2020-05-25 borsAuto merge of #8279 - illicitonion:bump-semver, r=ehuss
2020-05-25 Daniel Wagner-HallBump to semver 0.10 for `VersionReq::is_exact`
2020-05-24 Eh2406remove all residual state from previous lock files
2020-05-24 Eh2406we dont need both maps
2020-05-24 Eh2406don't need to clone this string
2020-05-23 borsAuto merge of #8269 - ehuss:tree-all-targets, r=alexcri...
2020-05-22 Eric HussFix panic with `cargo tree --target=all -Zfeatures...
2020-05-21 borsAuto merge of #8248 - ehuss:patch-err-help, r=alexcrichton
2020-05-20 borsAuto merge of #8022 - illicitonion:trywithout, r=ehuss
2020-05-20 Daniel Wagner-HallSwitch to using existing is_locked implementation
2020-05-20 Eric HussRevert change to automatically select the greatest...
2020-05-20 borsAuto merge of #8262 - alexcrichton:unstable-docs, r...
2020-05-20 Eric HussShow patch location in error message.
2020-05-20 Eric HussDon't include a special-case error for a locked patch...
2020-05-20 Eric HussSimplify error handling.
2020-05-20 Alex CrichtonDocument unstable `strip` profile feature
2020-05-20 Eric HussMake patches automatically update if updated.
2020-05-19 borsAuto merge of #8246 - GabrielMajeri:add-strip-option...
2020-05-19 Gabriel MajeriUse serde for deserializing strip option
2020-05-19 Gabriel MajeriRemove unstable CLI option
2020-05-18 Gabriel MajeriAdd nightly feature
2020-05-18 Gabriel MajeriFix typo
2020-05-18 borsAuto merge of #8254 - alexcrichton:fix-lto-more, r...
2020-05-18 Alex CrichtonHandle LTO with an rlib/cdylib crate type
2020-05-18 borsAuto merge of #8247 - ehuss:output-hang, r=alexcrichton
2020-05-18 Eric HussEnsure `drain_the_queue` does not attempt to return...
2020-05-18 borsAuto merge of #8255 - alexcrichton:update-im-rc, r...
2020-05-18 Alex CrichtonUpdate `im-rc` to 15.0.0
2020-05-16 Eric HussProvide better error messages for a bad `patch`.
2020-05-16 Gabriel MajeriFix formatting
2020-05-16 Gabriel MajeriAdd option to strip binaries
2020-05-16 Eric HussGracefully handle errors during a build.
2020-05-15 borsAuto merge of #8243 - ehuss:patch-unused-can-update...
2020-05-14 Eric HussFix `cargo update` with unused patch.
2020-05-14 Daniel Wagner-HallMerge branch 'master' into trywithout
2020-05-14 borsAuto merge of #8200 - Julian-Wollersberger:master,...
2020-05-14 borsAuto merge of #8236 - ehuss:no-panic-output, r=alexcrichton
2020-05-14 Julian WollersbergerRephrased error message for disallowed sections in...
2020-05-13 Eric HussFix windows.
2020-05-13 Eric HussForbid certain macros in the codebase.
2020-05-13 Eric HussIgnore broken console output in some situations.
2020-05-12 borsAuto merge of #8235 - badboy:8234-numbers-in-strings...
2020-05-12 Jan-Erik RedigerExpand error message to explain that a string was found
2020-05-12 borsAuto merge of #8232 - ehuss:fs-error-context, r=alexcri...
2020-05-11 Eric HussAdd context to some fs errors.
2020-05-11 borsAuto merge of #8233 - ehuss:siphasher, r=alexcrichton
2020-05-11 Eric HussMove SipHasher to an isolated module.
2020-05-08 borsAuto merge of #8228 - matthiaskrgr:clippy_v13, r=ehuss
2020-05-08 Matthias Krügermore clippy fixes
2020-05-08 Daniel Wagner-HallRemove stray debugging line
2020-05-08 borsAuto merge of #8227 - ehuss:doc-bench-unstable, r=alexc...
2020-05-08 Eric HussDocument that bench is unstable in the man page.
2020-05-08 borsAuto merge of #8226 - alexcrichton:lto-fixes, r=ehuss
2020-05-08 Alex CrichtonUpdate assertions in LTO calculations
2020-05-08 borsAuto merge of #8224 - hbina:update_comments, r=ehuss
2020-05-08 Hanif Bin AriffinUpdated comments in resolve.rs to reflect actual data...
2020-05-08 borsAuto merge of #8222 - ehuss:redact-http-debug, r=alexcr...
2020-05-08 Eric HussTry to remove secrets from http.debug.
2020-05-07 borsAuto merge of #8210 - ehuss:rework-rustc-output, r...
2020-05-06 Eric HussRevert always computing filename Metadata.
2020-05-06 Eric Hussclean -p: call `get_many` once.
2020-05-05 Eric HussImplement new `clean -p` using globs.
2020-05-05 Eric HussRework how Cargo computes the rustc file outputs.
2020-05-05 Eric HussAdd CrateType to replace LibKind.
2020-05-05 borsAuto merge of #8194 - sunshowers:activate, r=ehuss
2020-05-04 borsAuto merge of #8192 - alexcrichton:lto-optimizations...
2020-05-04 Alex CrichtonDon't force rustc to do codegen for LTO builds
2020-05-04 borsAuto merge of #8166 - kornelski:net-cli, r=alexcrichton
2020-05-04 borsAuto merge of #8205 - lcnr:patch-1, r=alexcrichton
2020-05-04 borsAuto merge of #8189 - matthiaskrgr:clippy_v12, r=ehuss
2020-05-04 Bastian Kauschkedouble negation
2020-05-04 borsAuto merge of #8204 - alexcrichton:rename-flag, r=Eh2406
2020-05-04 Alex CrichtonRename bitcode-in-rlib flag to embed-bitcode
2020-05-03 Kornel LesińskiHint git-fetch-with-cli on git errors
2020-05-02 Daniel Wagner-HallSimplify git_package/pkg handling
next