]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2019-09-17 Alex CrichtonDon't require the `serde` feature of `url`
2019-09-17 borsAuto merge of #7368 - alexcrichton:canonical-urls-omg...
2019-09-17 Alex CrichtonWork with canonical URLs in `[patch]`
2019-09-17 borsAuto merge of #7373 - alexcrichton:clear-memos, r=ehuss
2019-09-17 borsAuto merge of #7369 - jonas-schievink:the-little-c...
2019-09-17 Alex CrichtonClear out memoized hashes before building crates
2019-09-16 Jonas SchievinkUncapitalize "Could not compile" error message
2019-09-16 borsAuto merge of #7350 - alexcrichton:mock-std, r=ehuss
2019-09-16 borsAuto merge of #7367 - alexcrichton:less-fn-box, r=ehuss
2019-09-16 Alex CrichtonRun rustfmt
2019-09-16 Alex CrichtonDon't install rust-src on nightly for normal tests
2019-09-16 Alex CrichtonAdd back a full integration test for `-Zbuild-std`
2019-09-16 Alex CrichtonExtract `support` directory to its own crate
2019-09-16 Alex CrichtonImprove test suite for `-Zbuild-std`
2019-09-16 borsAuto merge of #7366 - alexcrichton:fix-hang, r=Eh2406
2019-09-16 Alex CrichtonDon't hang when Cargo's worker threads panic
2019-09-16 borsAuto merge of #7159 - Aaron1011:feature/rustdoc-proc...
2019-09-16 Aaron HillCompute 'rustdoc --crate-type' support when Compilation...
2019-09-16 Alex CrichtonRemove another `FnBox` trait
2019-09-16 borsAuto merge of #7360 - phil-opp:zbuild-std-custom-test...
2019-09-16 borsAuto merge of #7364 - phil-opp:fix-7363, r=alexcrichton
2019-09-16 Philipp OppermannAdd a test that uses a custom binary target
2019-09-16 Philipp OppermannParse `unsupported crate type` error more tightly
2019-09-15 Philipp OppermannAdd a test for -Zbuild-std with custom test frameworks
2019-09-13 Philipp OppermannOnly build libtest when libstd is built
2019-09-12 borsAuto merge of #7354 - sfackler:publish-in-manifest...
2019-09-12 Steven FacklerClarify mandoc
2019-09-12 Aaron HillRun 'cargo fmt'
2019-09-12 Aaron HillAdd tests
2019-09-11 borsAuto merge of #7353 - alexcrichton:libstd-no-dylib...
2019-09-11 Aaron HillCache outout of 'rustdoc --crate-type proc-macro -...
2019-09-11 Aaron HillRun 'cargo fmt'
2019-09-11 Aaron HillOnly pass '--crate-type' if supported by rustdoc
2019-09-11 Aaron HillPass --crate-type to rustdoc
2019-09-11 borsAuto merge of #7344 - alexcrichton:jobserver, r=ehuss
2019-09-11 Steven FacklerUpdate man page
2019-09-11 Steven FacklerInclude the publish field in cargo-metadata output
2019-09-11 Alex CrichtonDon't build libstd as a `dylib`
2019-09-11 borsAuto merge of #7351 - alexcrichton:doc-std-aware, r...
2019-09-10 Alex CrichtonAdd initial documentation for `-Z build-std`
2019-09-10 borsAuto merge of #7348 - ehuss:fix-vendor-link, r=alexcrichton
2019-09-10 Eric HussFix broken links, misspellings, style fixes, clarificat...
2019-09-10 Eric HussRemove trailing spaces.
2019-09-10 borsAuto merge of #7347 - matthiaskrgr:manifest_readme...
2019-09-10 Matthias Krügeradd readme key to cargos manifest.
2019-09-09 borsAuto merge of #7340 - varkor:ignore-must_use-results...
2019-09-09 Alex CrichtonCreate a jobserver with N tokens, not N-1
2019-09-07 varkorExplicitly ignore some results
2019-09-06 borsAuto merge of #7337 - alexcrichton:less-optional, r...
2019-09-06 Alex CrichtonDon't resolve std's optional dependencies
2019-09-06 borsAuto merge of #7336 - alexcrichton:more-crates, r=Eh2406
2019-09-06 Alex CrichtonAdd `alloc` and `proc_macro` to libstd crates
2019-09-06 borsAuto merge of #7334 - matthiaskrgr:ch_doc, r=alexcrichton
2019-09-06 borsAuto merge of #7335 - ehuss:fix-plugin, r=alexcrichton
2019-09-06 Eric HussFix test for changes in plugin API.
2019-09-06 Matthias Krügerdoc: capitalization change for consistency.
2019-09-05 borsAuto merge of #7332 - ehuss:man-fixup, r=alexcrichton
2019-09-05 Eric HussFix some man pages where the files weren't rebuilt.
2019-09-05 borsAuto merge of #7314 - matthiaskrgr:cargo_home_doc,...
2019-09-05 Matthias Krügerguide: add section about cargo home
2019-09-04 borsAuto merge of #7326 - Eh2406:map_dependencies, r=ehuss
2019-09-04 borsAuto merge of #7324 - Eh2406:two-copys-of-hash, r=alexc...
2019-09-04 Eh2406dont need to copy this string
2019-09-04 Eh2406`map_dependencies` is doing a deep clone, so lets make...
2019-09-04 borsAuto merge of #7241 - k-nasa:all_to_workspace, r=ehuss
2019-09-04 Eric HussUpdate additional uses of --all.
2019-09-04 k-nasaChange --all to --workspace
2019-09-03 borsAuto merge of #7216 - ehuss:build-std, r=alexcrichton
2019-09-03 Eric HussFix type error due to signature change.
2019-09-03 borsAuto merge of #7295 - zachlute:config-toml-extension...
2019-09-03 Eric HussMake libtest optional.
2019-09-03 Eric HussUpdate for libtest changes.
2019-09-03 Eric HussRemove bin_nostd test, it will likely to finicky.
2019-09-03 Eric HussUse azure condition for rust-src.
2019-09-03 Eric HussRemove redundant check for Kind::Target.
2019-09-03 Eric HussBasic standard library support.
2019-09-03 Eric HussDecouple build_unit_dependencies and Context.
2019-09-03 Eric HussMove features to `Unit`.
2019-09-03 borsAuto merge of #7318 - reitermarkus:ssl-connect-error...
2019-09-03 borsAuto merge of #7310 - Eh2406:minimal-copy, r=alexcrichton
2019-09-03 Eh2406minimal-copy `deserialize` for `InternedString` and...
2019-09-03 borsAuto merge of #7320 - mandrean:docs/typo-cargo-vendor...
2019-09-03 Sebastian MandreanFix typo in cargo vendor examples
2019-09-02 Markus ReiterRetry on SSL Connect Error.
2019-08-29 Zach LuteSymlinking 'config' to 'config.toml' should not produce...
2019-08-29 Zach LuteAllow using 'credentials.toml' instead of just 'credent...
2019-08-27 borsAuto merge of #7303 - alexcrichton:duplicate-patch...
2019-08-27 Alex CrichtonFixes around multiple `[patch]` per crate
2019-08-27 borsAuto merge of #7306 - alexcrichton:mkdir-error, r=ehuss
2019-08-27 Alex CrichtonImprove error messages on mkdir failure
2019-08-27 borsAuto merge of #7296 - okapia:zsh-completion, r=ehuss
2019-08-27 borsAuto merge of #7263 - alexcrichton:multipass, r=ehuss
2019-08-26 Alex CrichtonDocument that `package` can be used in `[patch]`
2019-08-26 borsAuto merge of #7294 - SnejUgal:fix-inconsistent-colorin...
2019-08-24 Oliver KiddleUpdate and improve zsh completion
2019-08-24 Zach LuteAllow using 'config.toml' instead of just 'config'...
2019-08-24 SnejUgalFix `error:`/`warning:` coloring inconsistency with...
2019-08-24 borsAuto merge of #7287 - SimonSapin:plugin, r=ehuss
2019-08-24 Simon SapinTests: Import rustc_plugin from its new location
2019-08-23 borsAuto merge of #7293 - ehuss:azure-badge, r=alexcrichton
next