]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-07-18 borsAuto merge of #8510 - jsha:patch-1, r=ehuss
2020-07-18 Jacob Hoffman... Replace "regenerate" with "revoke" for API tokens
2020-07-18 borsAuto merge of #8494 - lu-zero:unbreak-cargo-c, r=ehuss
2020-07-17 borsAuto merge of #8500 - alexcrichton:build-override-opt...
2020-07-17 Alex CrichtonBuild host dependencies with opt-level 0 by default
2020-07-17 borsAuto merge of #8497 - alexcrichton:fix-rebuild-on-renam...
2020-07-17 Alex CrichtonFix freshness checks for build scripts on renamed dirs
2020-07-17 Luca BarbatoAdd back Manifest::targets_mut
2020-07-17 borsAuto merge of #8490 - alexcrichton:std-customize-featur...
2020-07-17 Alex CrichtonAdd a `-Zbuild-std-features` flag
2020-07-17 borsAuto merge of #8495 - matthiaskrgr:clippy_v15, r=Eh2406
2020-07-17 Matthias Krügerfix clippy warnings
2020-07-17 Matthias Krügerclippy lints: redundant_clone is on by default, allow...
2020-07-16 borsAuto merge of #8492 - ehuss:fix-publish-py, r=alexcrichton
2020-07-16 Eric HussFix self-publish script.
2020-07-16 borsAuto merge of #8491 - alexcrichton:fix-unstable-build...
2020-07-16 Alex CrichtonEnsure `unstable.build-std` works like `-Zbuild-std`
2020-07-16 borsAuto merge of #8489 - arlosi:deterministic_metadata...
2020-07-15 Arlo SiemsenStop ignoring Array ordering Json comparison tests...
2020-07-15 Arlo SiemsenMake `cargo metadata` output deterministic
2020-07-15 borsAuto merge of #8467 - alexcrichton:gha, r=ehuss
2020-07-15 Alex CrichtonSwitch to github actions
2020-07-13 borsAuto merge of #8476 - Rustin-Liu:rustin-patch, r=ehuss
2020-07-11 Rustin-Liufix: refine test
2020-07-10 Rustin-Liufix: add space to comments
2020-07-09 borsAuto merge of #8393 - ludumipsum:unstable_flags_in_conf...
2020-07-09 Alex BerghageFix tests for handling env key overlaps / errors
2020-07-09 Alex BerghageAdd tests verifying overlapping prefixes and defaults
2020-07-09 borsAuto merge of #8427 - davidtwco:terminal-width, r=ehuss
2020-07-09 borsAuto merge of #8473 - alexcrichton:fix-fingerprint...
2020-07-09 Alex CrichtonAvoid colliding with older Cargo fingerprint changes
2020-07-09 David WoodIntroduce `TtyWidth`
2020-07-09 Alex Berghagefix docs to drop reverted change
2020-07-09 Alex Berghagefix nightly rustdoc-extern tests
2020-07-09 Alex Berghageclearer comment on doubleparse of cli flags
2020-07-09 Alex BerghageMinor test fix (error text comparison)
2020-07-09 Alex BerghageRevert workaround and patch Deserializer
2020-07-08 borsAuto merge of #8469 - ehuss:long-filename-windows,...
2020-07-08 Eric HussDisable long_file_names test if not supported on Windows.
2020-07-08 David WoodAdd documentation for `-Z terminal-width`
2020-07-08 David WoodMake `-Z terminal-width` opt-in.
2020-07-08 Esteban KüberAdd support for rustc's `-Z terminal-width`.
2020-07-08 Alex BerghageDrop broken test asserting invalid configs error on...
2020-07-08 Alex BerghageTreat all CliUnstable values as default-false
2020-07-08 Alexander Berghage[fixup] use single-line serde annotations
2020-07-08 Alexander BerghageSwitch unstable config parsing to serde
2020-07-08 Alexander BerghageRevert misfeatures
2020-07-08 Alex BerghageClarify CliUnstable::parse/update_with_table
2020-07-08 Alex BerghageUpdate src/doc/src/reference/unstable.md
2020-07-08 Alex BerghageAllow both dashes and underscores for Z flags
2020-07-08 Alex BerghageAllow setting unstable options in .cargo/config
2020-07-08 Alex BerghageAllow populating CliUnstable from a HashMap
2020-07-07 borsAuto merge of #8454 - GabrielMajeri:config-option-enum...
2020-07-06 Gabriel MajeriImplement enum config options deserialization
2020-07-06 borsAuto merge of #8453 - sourcefrog:name-length-limit...
2020-07-06 borsAuto merge of #8449 - jyn514:rustdoc, r=ehuss
2020-07-06 borsAuto merge of #8455 - ehuss:rustup-toolchain, r=Eh2406
2020-07-06 Eric HussAdd some help about rustup's +toolchain syntax.
2020-07-05 borsAuto merge of #8451 - ehuss:metadata-man, r=Eh2406
2020-07-05 Gabriel MajeriAdd a test reproducing the issue
2020-07-05 Martin PoolAdd test for packaging long file names
2020-07-05 Martin PoolWrite GNU tar files, supporting long names.
2020-07-04 Eric HussUpdate metadata man page.
2020-07-04 Joshua NelsonUse entry API instead of a match
2020-07-04 Joshua NelsonUse a stable rustdoc option for testing
2020-07-04 Joshua NelsonDon't overwrite existing `rustdoc` args with --document...
2020-07-02 borsAuto merge of #8446 - ehuss:fix-usize-32, r=alexcrichton
2020-07-02 Eric HussFix overflow error on 32-bit.
2020-07-02 borsAuto merge of #8378 - jstasiak:backups, r=ehuss
2020-07-02 borsAuto merge of #8436 - joshtriplett:zulip, r=alexcrichton
2020-07-01 Josh TriplettCONTRIBUTING.md: Link to Zulip rather than Discord
2020-07-01 Jakub StasiakRemove no longer needed cleanup code
2020-07-01 Jakub StasiakCompress two tests into one
2020-07-01 Jakub StasiakExclude whole target/ from backups
2020-07-01 borsAuto merge of #8433 - giraffate:update_built-in_help_fo...
2020-07-01 Jakub StasiakExclude target/doc from backups as well
2020-06-30 Takayuki NakataUpdate built-in help for features
2020-06-30 borsAuto merge of #8432 - rust-lang:dependabot/cargo/core...
2020-06-30 dependabot... Update core-foundation requirement from 0.7.0 to 0.9.0
2020-06-30 borsAuto merge of #8421 - alexcrichton:read-env-dep, r...
2020-06-29 borsAuto merge of #8419 - est31:string_interning, r=ehuss
2020-06-29 Alex CrichtonHandle env var escaping
2020-06-29 Alex CrichtonBump hashed metadata version
2020-06-29 Alex CrichtonAddress review feedback
2020-06-29 Alex CrichtonGet past internal test on CI
2020-06-29 Alex CrichtonFilter env vars to check against
2020-06-29 Alex CrichtonParse `# env-dep` directives in dep-info files
2020-06-26 borsAuto merge of #8418 - bdonlan:cdylib-out-path, r=alexcr...
2020-06-26 est31Make leak function private
2020-06-26 est31Move string interning to util
2020-06-26 Bryan DonlanExpose built cdylib artifacts in the Compilation structure
2020-06-26 borsAuto merge of #8416 - est31:remove_derive, r=alexcrichton
2020-06-26 est31Remove unused serde_derive dependency
2020-06-26 borsAuto merge of #8412 - est31:remove_remove, r=alexcrichton
2020-06-26 est31Remove unused remove_dir_all dependency
2020-06-25 borsAuto merge of #8409 - alexcrichton:git-instead-of,...
2020-06-25 Alex CrichtonImprove git error messages a bit
2020-06-25 borsAuto merge of #8408 - jstasiak:improve-home-path-docume...
2020-06-25 Jakub StasiakImprove the description of Config.home_path
2020-06-24 Jakub StasiakTry to resolve a build-time conflict with master
next