]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2019-11-28 Ximin LuoUpdate d/copyright
2019-11-28 Ximin LuoAdd ABI compatibility patch for libgit2
2019-11-28 Ximin LuoUpdate patches, changelog
2019-11-28 Ximin LuoUpdate upstream source from tag 'upstream/0.40.0'
2019-11-28 Ximin LuoNew upstream version 0.40.0
2019-11-28 Ximin LuoUpdate unsuspicious whitelist for 0.40.0
2019-09-30 borsAuto merge of #7459 - alexcrichton:beta-next, r=ehuss
2019-09-30 Alex CrichtonRun rustfmt
2019-09-30 Alex CrichtonGo back to not hashing `RUSTFLAGS` in `-Cmetadata`
2019-09-30 Sylvestre Ledrucargo/zsh: fix path
2019-09-30 Sylvestre LedruShip the zsh completion (Closes: #941437)
2019-09-25 borsAuto merge of #7430 - alexcrichton:beta-next, r=ehuss
2019-09-25 Alex CrichtonDon't ever capture CPU state if timings are disabled
2019-09-24 borsAuto merge of #7424 - alexcrichton:beta-next, r=ehuss
2019-09-24 Alex CrichtonFix interpretation of `--features a b` on the CLI
2019-09-24 Eric HussFix integration tests waiting for binaries to finish.
2019-09-19 borsAuto merge of #7390 - Eh2406:better-graph, r=alexcrichton
2019-09-19 borsAuto merge of #7381 - alexcrichton:cpu-usage-graph...
2019-09-19 Alex Crichtonless clones
2019-09-19 Eh2406minimize diff
2019-09-19 borsAuto merge of #7386 - alexcrichton:less-env-leak, r...
2019-09-19 Eh2406change the priority in witch we build crates
2019-09-19 borsAuto merge of #7389 - alexcrichton:less-winapi-02,...
2019-09-19 Alex CrichtonRemove dependency on `winapi` 0.2
2019-09-19 Alex CrichtonRemove all `CARGO_*` env vars in tests
2019-09-19 borsAuto merge of #7385 - ehuss:fix-tar-features, r=alexcri...
2019-09-19 Eric HussFix `tar` duplicate artifact in rust-lang/rust.
2019-09-18 borsAuto merge of #6892 - Goirad:doctest-xcompile, r=alexcr...
2019-09-18 borsAuto merge of #7377 - rust-lang:dependabot/cargo/hex...
2019-09-18 Alex CrichtonUpdate `-Ztimings` with CPU usage information
2019-09-18 Dario Gonzalezadded tests
2019-09-18 Dario Gonzalezmoved cross-compiling doctests behind the doctest-xcomp...
2019-09-18 Dario GonzalezAdded ability to crosscompile doctests
2019-09-18 dependabot... Update hex requirement from 0.3 to 0.4
2019-09-17 borsAuto merge of #7374 - alexcrichton:less-url-serde,...
2019-09-17 borsAuto merge of #7311 - ehuss:pipeline-timing, r=alexcrichton
2019-09-17 Eric HussSet min slider to step 0.1 seconds.
2019-09-17 Eric HussMove timings check to rmeta_required.
2019-09-17 Eric HussStyle update.
2019-09-17 Eric HussRemove Option from Timings.
2019-09-17 Alex CrichtonDon't require the `serde` feature of `url`
2019-09-17 Eric HussUpdate docs.
2019-09-17 Eric HussSwitch rendering to canvas.
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-14 Eric HussGive build scripts a different color.
2019-09-14 Eric HussAlways emit rmeta when timings are enable to visualize...
2019-09-14 Eric HussMake timings optional.
2019-09-14 Eric HussRemove format!
2019-09-14 Eric HussAdd some asserts.
2019-09-14 Eric HussMake the cargo-timing.html filename unique per run.
2019-09-14 Eric HussMove hardlink_or_copy to a common location so it can...
2019-09-14 Eric HussAdd rustc info to timing output.
2019-09-14 Eric HussExperiment: Create timing report.
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...
next