]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2019-11-19 borsAuto merge of #7602 - chris-morgan:ignore-flock-if...
2019-11-19 borsAuto merge of #7607 - ehuss:fwdansi-hack, r=alexcrichton
2019-11-19 Eric HussAdd hack for fwdansi change.
2019-11-18 Chris MorganIgnore file lock errors if unsupported, on Windows
2019-11-16 borsAuto merge of #7595 - ehuss:doc-json, r=Eh2406
2019-11-15 Eric HussDocument Cargo's JSON output.
2019-11-15 borsAuto merge of #7588 - TransmissionsDev:master, r=alexcr...
2019-11-15 borsAuto merge of #7574 - igor-makarov:clippy-fixes, r...
2019-11-15 Igor MakarovRemove clippy from pipelines - @Eh2406 asked that the...
2019-11-15 t11sRun code through rustfmt
2019-11-14 t11sUpdate registry.rs
2019-11-14 borsAuto merge of #7132 - ehuss:metadata-kind, r=alexcrichton
2019-11-14 t11sRemove ";"
2019-11-14 t11sAdd some safety rails :D
2019-11-13 borsAuto merge of #7585 - rust-lang:dependabot/cargo/core...
2019-11-13 dependabot... Update core-foundation requirement from 0.6.0 to 0.7.0
2019-11-12 Igor Makarovsuppress clippy lint `inefficient_to_string` - accordin...
2019-11-12 Igor Makarovimplement clippy suggestion to remove redundant `clone`
2019-11-12 Igor Makarovsuppress clippy lint `block_in_if_condition_stmt` in...
2019-11-12 Igor Makarovimplement clippy suggestion not to use `assert_eq`...
2019-11-12 Igor Makarovsilence several clippy lints in tests
2019-11-12 Igor Makarovsuppress clippy lint `needless_doctest_main`
2019-11-12 Igor Makarovimplement clippy suggestion to remove redundant `to_string`
2019-11-12 Igor Makarovimplement clippy suggestion to remove needless `return`
2019-11-12 Igor Makarovrefactor method to avoid calling `unwrap()` explicitly
2019-11-12 Igor Makarovimplement clippy suggestion to use `or_else` instead...
2019-11-12 Igor Makarovimplement clippy suggestion to remove needless `return`
2019-11-12 Igor Makarovimplement clippy suggestion to use `if` as an expression
2019-11-12 Igor Makarovimplement clippy suggestion to use `or_insert_with`
2019-11-12 Igor Makarovremove suppression of clippy lint `too_many_arguments`
2019-11-12 Igor Makarovadd clippy to the pipelines
2019-11-11 borsAuto merge of #7580 - alexcrichton:less-unwrap, r=ehuss
2019-11-11 borsAuto merge of #7575 - orium:fix-unused-warnings, r...
2019-11-11 borsAuto merge of #7576 - orium:add-back-support-for-browse...
2019-11-11 Diogo SousaAdd back support for `BROWSER` envvar in `cargo doc...
2019-11-11 borsAuto merge of #7570 - twe4ked:already-existing-git...
2019-11-11 Alex CrichtonDon't panic when parsing `/proc/stat`
2019-11-11 borsAuto merge of #7578 - igor-makarov:vscode-ignore, r...
2019-11-11 borsAuto merge of #7486 - zachlute:suggest-alias2, r=alexcr...
2019-11-11 borsAuto merge of #7573 - mgeisler:patch-1, r=alexcrichton
2019-11-11 Igor Makarovadd VS Code user dir to .gitignore
2019-11-10 Diogo SousaFix unused configuration key warning for a few keys...
2019-11-09 Zach LuteReplaced config.get_table() with a more succinct config...
2019-11-09 Martin GeislerUse multiple requirement syntax consistently
2019-11-07 Odin DuttonImprove gitignore comment wording
2019-11-07 Odin DuttonFix comment
2019-11-07 Odin DuttonOnly include "already existing ..." comment in gitignor...
2019-11-07 borsAuto merge of #7568 - ehuss:version-bump, r=alexcrichton
2019-11-07 Eric HussBump to 0.42.0, Update changelog
2019-11-07 Eric HussRemove some needless parentheses now reported on nightly.
2019-11-07 Eric HussUpdate some tests that now support stable.
2019-11-07 Eric HussRemove --crate-type test for rustdoc now that it is...
2019-11-07 borsAuto merge of #7565 - ehuss:expand-build-script-docs...
2019-11-07 Eric HussAdd some warnings/disclaimers about build-dependencies.
2019-11-07 borsAuto merge of #7566 - rust-lang:dependabot/cargo/crossb...
2019-11-07 dependabot... Update crossbeam-utils requirement from 0.6 to 0.7
2019-11-06 Eric HussFix some awkward wording.
2019-11-04 borsAuto merge of #7513 - Eh2406:ci, r=ehuss
2019-11-04 Eh2406only on nightly
2019-11-04 Eh2406add rustc-dev
2019-11-03 Eh2406use curl on windows
2019-11-03 Eh2406use no-self-update
2019-11-03 Eh2406update is annoying
2019-11-03 Eh2406widows is annoying
2019-11-03 Eh2406dont download std-docs on CI
2019-10-29 borsAuto merge of #7553 - EverlastingBugstopper:patch-1...
2019-10-29 Avery HarnishChange my-buddy to github-handle
2019-10-29 Eric HussTweak/fix metadata resolve docs.
2019-10-28 Eric HussBump docs for release version.
2019-10-28 Eric HussAdd kind/platform info to `cargo metadata`
2019-10-28 borsAuto merge of #7376 - ehuss:filter-platform, r=alexcrichton
2019-10-28 Eric HussAdd some documentation for --filter-platform.
2019-10-28 Eric HussRewrite target filtering to filter the entire graph.
2019-10-28 Eric HussAdd --filter-platform to `cargo metadata`.
2019-10-28 borsAuto merge of #7550 - ehuss:fix-color, r=alexcrichton
2019-10-28 borsAuto merge of #7409 - hoborm:patch-1, r=ehuss
2019-10-28 Eric HussRebuild docs for rephrase --manifest-path.
2019-10-28 Mihaly HoborReprhase --manifest-path section
2019-10-28 Eric HussFix `cargo fix` not showing colors.
2019-10-28 borsAuto merge of #7549 - ehuss:minimal-versions-note,...
2019-10-28 Eric HussAdd a note to discourage the use of -Zminimal-versions.
2019-10-28 Eric HussExpand documentation on build scripts.
2019-10-24 borsAuto merge of #7536 - ehuss:profile-override-warning...
2019-10-24 borsAuto merge of #7534 - ehuss:fix-windows-nightly, r...
2019-10-24 borsAuto merge of #7535 - ehuss:better-windows-errors,...
2019-10-24 borsAuto merge of #7541 - alexcrichton:try-apt-update,...
2019-10-24 Alex CrichtonRun `apt update` before `apt install`
2019-10-23 Eric HussFix profile override warning in a workspace.
2019-10-23 Eric HussShow better error message for Windows abnormal termination.
2019-10-23 Eric HussFix some tests failing on Windows nightly.
2019-10-22 borsAuto merge of #7532 - dario23:install-cmd-help-typo...
2019-10-22 Johannes SchillingFix typo in `cargo install --profile` help
2019-10-22 borsAuto merge of #7531 - ehuss:z-flag-parsing, r=alexcrichton
2019-10-21 Eric HussUse stricter -Z flag parsing.
2019-10-21 borsAuto merge of #7523 - bruceg:fix-zero-timestamps, r...
2019-10-21 borsAuto merge of #7460 - alexcrichton:panic-abort-tests...
2019-10-21 Alex CrichtonFix broken tests on nightly
2019-10-21 Alex CrichtonInherit `panic` settings in test/bench profiles
2019-10-21 Alex CrichtonSupport rustc's `-Z panic-abort-tests` in Cargo
2019-10-18 borsAuto merge of #7526 - ehuss:rustfmt, r=alexcrichton
next