]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2021-02-23 borsAuto merge of #9105 - Swatinem:rustdoc-run-cwd, r=alexc...
2021-02-23 borsAuto merge of #9175 - wickerwaka:env-section, r=alexcri...
2021-02-22 Arpad BorsosRun rustdoc doctests relative to the workspace
2021-02-22 borsAuto merge of #9161 - ehuss:index-v-features2, r=alexcr...
2021-02-20 Martin DonlonChange env section parsing
2021-02-20 borsAuto merge of #9189 - weihanglo:issue-9137, r=ehuss
2021-02-20 Eric HussFix index_v version check.
2021-02-20 Weihang Lodoc: generated by build-man.sh
2021-02-20 Weihang Lodoc(man): clarify `--path` influnce on `target-dir`
2021-02-19 Eric HussInclude the index version in the index cache.
2021-02-19 borsAuto merge of #9185 - horacimacias:master, r=ehuss
2021-02-19 Weihang Lodoc: generated by build-man.sh
2021-02-19 Weihang Lodoc(man): add temp-target-dir variable
2021-02-19 Horaci MaciasDo not exit prematurely if anything failed installing.
2021-02-18 borsAuto merge of #9182 - alexcrichton:fix-lto-off, r=ehuss
2021-02-18 borsAuto merge of #9183 - weihanglo:refactor/straighforward...
2021-02-18 Horaci MaciasDo not exit prematurely if anything failed installing.
2021-02-18 Weihang Lorefactor: make deref intentions more clear
2021-02-17 Alex CrichtonPropagate `lto=off` harder
2021-02-16 borsAuto merge of #9174 - ehuss:prelude-no_std, r=alexcrichton
2021-02-16 Martin DonlonAdd `-Z configurable-env` to gate [env] usage
2021-02-15 Martin DonlonRun `cargo fmt --all`
2021-02-15 Martin DonlonAdd support for [env] section in .cargo/config.toml
2021-02-15 borsAuto merge of #9173 - casey:patch-2, r=ehuss
2021-02-15 Eric HussUpdate link for no_std attribute.
2021-02-15 Casey RodarmorClarify which values may be used together with `--messa...
2021-02-14 borsAuto merge of #9169 - Liberatys:emit-warning-on-env...
2021-02-14 Eric HussCombine target env tests.
2021-02-14 Nick FlueckigerRe-add backticks
2021-02-14 Nick FlueckigerUpdate wording and use if let
2021-02-13 Nick FlueckigerFix windows test case
2021-02-13 Nick FlueckigerUpdate windows check
2021-02-13 borsAuto merge of #8640 - CPerezz:doc_versioning, r=ehuss
2021-02-13 Carlos PérezUpdate src/cargo/core/compiler/build_context/target_info.rs
2021-02-13 Nick FlueckigerAdapt implementation with reviewer suggestions and...
2021-02-13 Nick FlueckigerCorrect target
2021-02-13 Nick FlueckigerLint
2021-02-13 Nick FlueckigerExclude test on windows
2021-02-13 Nick FlueckigerImplement uppercase env map for key case mismatch
2021-02-12 borsAuto merge of #9168 - ehuss:version-bump, r=Eh2406
2021-02-12 Eric HussUpdate changelog for 1.51
2021-02-12 Eric HussBump to 0.53.0
2021-02-11 borsAuto merge of #9164 - ehuss:config-search-stop, r=Eh2406
2021-02-11 Eric HussPrevent testsuite from loading config out of sandbox.
2021-02-10 Eric HussAdd `features2` to the index.
2021-02-10 Eric HussAdd a schema version to the index.
2021-02-10 borsAuto merge of #9153 - calavera:strip_options, r=ehuss
2021-02-10 borsAllow `true` and `false` as options for `strip` option
2021-02-09 borsAuto merge of #9133 - alexcrichton:git-default-branch...
2021-02-09 Alex CrichtonSquash warnings on the nightly channel
2021-02-09 Alex CrichtonAdd back in deleted tests
2021-02-08 borsAuto merge of #9152 - dzmitry-lahoda:patch-1, r=Eh2406
2021-02-08 Dzmitry Lahodagcm link to new repo (which is xplat)
2021-02-06 borsAuto merge of #9148 - bjorn3:fix_ci, r=ehuss
2021-02-06 bjorn3Fix warnings of the new non_fmt_panic lint
2021-02-05 borsAuto merge of #9142 - ehuss:fix-doc-orphan, r=Eh2406
2021-02-05 Eric HussFix panic with doc collision orphan.
2021-02-04 Alex CrichtonFix a bug loading v2 lockfiles
2021-02-04 Alex CrichtonChange git dependencies to use `HEAD` by default
2021-02-04 borsAuto merge of #9131 - ehuss:fix-vendor-permissions...
2021-02-04 Eric HussFix permission issue with `cargo vendor`.
2021-02-04 CPerezzImprove RustDocFingerprint::remove_doc_dirs
2021-02-03 CPerezzRefactor doc_dirs obtention
2021-02-03 CPerezzFix spelling
2021-02-03 borsAuto merge of #9112 - alexcrichton:split-debuginfo...
2021-02-03 Alex CrichtonDon't change the macOS default just yet
2021-02-03 CPerezzFix upstream changes of #9122
2021-02-03 Carlos PérezMerge branch 'master' into doc_versioning
2021-02-03 borsAuto merge of #9126 - ehuss:registry-builder, r=alexcri...
2021-02-03 borsAuto merge of #9125 - ehuss:index-docs, r=alexcrichton
2021-02-03 borsAuto merge of #9122 - ehuss:fix-multiple-run-custom...
2021-02-03 Eric HussAdd note about `cargo:rustc-env` variables set at runtime.
2021-02-03 Eric HussAdd a ResponseError for registry API interaction.
2021-02-02 Eric HussAdd RegistryBuilder to help initializing test registries.
2021-02-02 Eric HussAdd some documentation for index and registry stuff.
2021-02-02 Eric HussFix env/cfg set for `cargo test` and `cargo run`.
2021-02-01 Alex CrichtonCache failures in the rustc info cache
2021-02-01 Alex CrichtonAdd split-debuginfo profile option
2021-02-01 borsAuto merge of #9108 - CPerezz:locked_warn, r=alexcrichton
2021-02-01 borsAuto merge of #9121 - vext01:extra-link-arg-doc, r...
2021-02-01 borsAuto merge of #9120 - dimo414:patch-1, r=alexcrichton
2021-02-01 Edd BarrettDocument -Z extra-link-arg.
2021-02-01 Michael DiamondFlip 'foo' and 'bar' to be consistent
2021-02-01 CPerezzImprove & fix doc dir removal process
2021-01-31 CPerezzCheck target-dependant doc folders
2021-01-30 borsAuto merge of #9115 - djc:fix-msrv-handling, r=ehuss
2021-01-30 Dirkjan OchtmanDon't try to parse MSRV if feature is not enabled
2021-01-30 CPerezzImpl warn for locked install withoud Cargo.lock
2021-01-29 borsAuto merge of #9110 - klensy:simple-fix, r=alexcrichton
2021-01-28 klensytrivial char range check
2021-01-27 CPerezzAddress latest reivew suggestions
2021-01-26 CPerezzExport `RustDocFingerprint` from `core/compiler`
2021-01-25 Carlos PérezMerge branch 'master' into doc_versioning
2021-01-25 CPerezzAdd rustdoc fingerprint exception for clean
2021-01-25 CPerezzCreate dirs if needed before f_p write call
2021-01-25 CPerezzMove rustdoc fingerprint checks earlier
2021-01-25 borsAuto merge of #9097 - ehuss:tracking-issue-template...
2021-01-25 borsAuto merge of #9098 - ehuss:extra-new-name-help, r...
2021-01-25 borsAuto merge of #9102 - alexcrichton:fix-serede, r=ehuss
2021-01-25 Alex CrichtonFix compilation with serde 1.0.122
next