]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2019-05-23 Eric HussBump to 0.38.0
2019-05-21 borsAuto merge of #6933 - ehuss:cache-output, r=alexcrichton
2019-05-21 borsAuto merge of #6974 - pickfire:patch-1, r=ehuss
2019-05-21 Ivan ThamFix typo
2019-05-20 Eric HussAdd some more comments on add_error_format.
2019-05-20 Eric HussPull out on_stderr_line options into a struct.
2019-05-20 Eric HussCache-messages: address some review comments.
2019-05-20 Eric HussAdd message caching.
2019-05-20 borsAuto merge of #6971 - ehuss:finished-0-debug, r=alexcri...
2019-05-20 borsAuto merge of #6970 - ehuss:clippy-fixes, r=Eh2406
2019-05-20 Eric HussSet `Finished` line correctly for debug=0.
2019-05-20 borsAuto merge of #6968 - ehuss:remove-can_add_color_proces...
2019-05-20 borsAuto merge of #6965 - ehuss:doc-metadata-doctest, r...
2019-05-20 Eric Husscargo fmt
2019-05-20 Eric HussSome clippy fixes.
2019-05-20 borsAuto merge of #6964 - ehuss:missing-offline-man, r...
2019-05-20 borsAuto merge of #6962 - Eh2406:pub-dep-prop-tests, r...
2019-05-20 borsAuto merge of #6956 - jo-so:master, r=ehuss
2019-05-20 Eric HussRemove rustdoc `can_add_color_process`.
2019-05-20 borsAuto merge of #6963 - ehuss:doc-inequality, r=alexcrichton
2019-05-20 Eric HussChange docs "inequality" for semver requirement.
2019-05-20 Eh2406add pub-piv prop tests.
2019-05-20 Eric HussUpdate some man pages that missed --offline.
2019-05-20 Eric HussDocument new `doctest` field.
2019-05-20 borsAuto merge of #6959 - rust-lang:dependabot/cargo/im...
2019-05-20 dependabot... Update im-rc requirement from 12.1.0 to 13.0.0
2019-05-18 Jörg Sommerzsh completion: Pull list of commands from cargo -...
2019-05-17 borsAuto merge of #6953 - vlad20012:add-doctest-field-to...
2019-05-17 vlad20012Make `doctest` metadata field `false` if target is...
2019-05-17 vlad20012Add `doctest` field into metadata
2019-05-15 borsAuto merge of #6947 - matthiaskrgr:test_permission_fix...
2019-05-15 borsAuto merge of #6946 - Eh2406:remove_candidate, r=alexcr...
2019-05-15 Matthias Krügertests: registry: revert readonly permission after runni...
2019-05-15 Eh2406remove Candidate.
2019-05-15 Eh2406remove Candidate.replace. Look it up if needed.
2019-05-15 borsAuto merge of #6904 - fluffysquirrels:first-update...
2019-05-15 borsAuto merge of #6944 - ehuss:fix-changelog-clippy, r...
2019-05-14 Eric HussFix a minor mistake in the changelog.
2019-05-14 borsAuto merge of #6936 - sgrif:sg-timeout-error, r=alexcri...
2019-05-14 Sean GriffinDon't display the timeout error if the API returned...
2019-05-14 Sean GriffinMake crates.io timeout error specific to crates.io
2019-05-14 borsAuto merge of #6940 - alexcrichton:readonly-compat...
2019-05-14 Alex CrichtonRe-enable compatibility with readonly CARGO_HOME
2019-05-14 borsAuto merge of #6938 - ehuss:fix-ignore-version, r=alexc...
2019-05-14 Eric HussFix version of `ignore`.
2019-05-13 Sean GriffinGive a better error message when crates.io requests...
2019-05-13 borsAuto merge of #6934 - ehuss:stabilize-offline, r=alexcr...
2019-05-12 borsAuto merge of #6929 - lzutao:zsh-include-non-public...
2019-05-12 borsAuto merge of #6926 - lzutao:cargo-new-zshcomp, r=ehuss
2019-05-12 Eric HussStabilize offline mode.
2019-05-11 Alex HelfetMerge remote-tracking branch 'origin/master' into first...
2019-05-11 Alex HelfetRe-write to avoid recursion.
2019-05-10 Lzu Taozsh: Add doc options to include non-public items docume...
2019-05-10 borsAuto merge of #6924 - ehuss:include-exclude-patterns...
2019-05-10 Lzu Taozsh: Suggest --lib option as binary template now the...
2019-05-10 Eric HussAdd a warning if both package.include and package.exclu...
2019-05-10 Eric HussAdd support for ! negate gitignore patterns.
2019-05-10 Eric HussMigrate package include/exclude to gitignore patterns.
2019-05-10 borsAuto merge of #6883 - alexcrichton:pipelining-v2, r...
2019-05-10 Alex CrichtonKeep better track of finished crates
2019-05-10 borsAuto merge of #6925 - ehuss:package-include-manifest...
2019-05-09 Eric HussAlways include `Cargo.toml` when packaging.
2019-05-09 Alex CrichtonHandle transitive `All` dependency edges
2019-05-09 borsAuto merge of #6923 - ehuss:remove-unnecessary-masquera...
2019-05-09 Eric HussRemove unnecessary calls to masquerade_as_nightly_cargo.
2019-05-08 borsAuto merge of #6920 - matthiaskrgr:downloaded_crateS...
2019-05-08 Matthias Krügerdownload: fix "Downloaded 1 crates" message (crates...
2019-05-08 Alex CrichtonFix fingerprint handling in pipelining mode
2019-05-08 borsAuto merge of #6918 - ehuss:env_logger_var2, r=alexcrichton
2019-05-08 Zach LuteChanged RUST_LOG usage to CARGO_LOG to avoid confusion.
2019-05-08 Alex CrichtonDelete rmeta files for rlibs during `cargo clean`
2019-05-08 Alex CrichtonHandle "invalid JSON" from the compiler
2019-05-08 Alex CrichtonSwitch to `-Zemit-artifact-notifications`
2019-05-08 Alex CrichtonFix progress bar being eaten on last packages
2019-05-08 Alex CrichtonRemove machine_message::emit
2019-05-08 Alex CrichtonParse rmeta directives coming from rustc
2019-05-08 Alex CrichtonRoute rendered JSON diagnostics from rustc through...
2019-05-08 Alex CrichtonRefactor routing output from rustc/rustdoc
2019-05-08 Alex CrichtonImplement the Cargo half of pipelined compilation
2019-05-08 borsAuto merge of #6916 - matthiaskrgr:single_largest,...
2019-05-07 Matthias Krügercrate download: don't print that a crate was the larges...
2019-05-07 Matthias Krügerrun cargo fmt --all
2019-05-06 borsAuto merge of #6910 - Eh2406:small-things, r=alexcrichton
2019-05-06 Eh2406nit
2019-05-06 borsAuto merge of #6912 - alexcrichton:fix-parse, r=Eh2406
2019-05-06 Alex CrichtonMake usage of `memchr` more robust
2019-05-06 Alex CrichtonFix skipping over invalid registry packages
2019-05-06 Eh2406if found a case that causes a panic and did not use...
2019-05-06 Eh2406add comments to `generalize_conflicting` and use more...
2019-05-05 borsAuto merge of #6905 - ArifRoktim:fork/bash_complete...
2019-05-05 borsAuto merge of #6907 - lzutao:ver, r=ehuss
2019-05-05 Lzu Taodoc: Format examples of version to ease reading
2019-05-04 Arif RoktimFixes #6874
2019-05-03 borsAuto merge of #6903 - matthiaskrgr:typos, r=ehuss
2019-05-03 Alex HelfetFix.
2019-05-03 Alex HelfetFailing test.
2019-05-03 borsAuto merge of #6880 - alexcrichton:cache, r=Eh2406
2019-05-03 Alex CrichtonAdd debug assertions for cache contents
2019-05-03 Alex CrichtonAvoid using mtime information for reusing cache files
2019-05-03 Alex CrichtonThread through last update time to index cache
next