]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-04-18 Fabian Grünbichlerdrop patches applied upstream or in debcargo-conf
2020-04-18 Ximin LuoUpdate upstream source from tag 'upstream/0.43.1'
2020-04-18 Ximin LuoNew upstream version 0.43.1
2020-03-17 borsAuto merge of #8004 - ehuss:1.42-bump, r=alexcrichton
2020-03-16 Eric HussBump stable version to 0.43.1
2020-03-16 borsAuto merge of #7906 - ehuss:macos-10.15, r=alexcrichton
2020-03-16 borsAuto merge of #7883 - estebank:change-test, r=ehuss
2020-03-16 borsAuto merge of #7955 - ehuss:fix-plugin-syntax-rename...
2020-01-31 borsAuto merge of #7848 - ehuss:beta-revert-jobserver,...
2020-01-31 Eric Huss[beta] Revert scalable jobserver.
2020-01-26 borsAuto merge of #7836 - Mark-Simulacrum:clean-error,...
2020-01-26 Mark RousskovPolish code to clarify meaning
2020-01-26 borsAuto merge of #7829 - Mark-Simulacrum:fix-progress...
2020-01-25 Mark RousskovStore maximum queue length
2020-01-24 borsAuto merge of #7826 - eddyb:recursion-limit-diagnostic...
2020-01-24 Eduard-Mihai... test: allow some flexibility in check::error_from_deep_...
2020-01-23 borsAuto merge of #7818 - giraffate:add_some_tests, r=alexc...
2020-01-23 Takayuki NakataRevert updating a doc
2020-01-22 borsAuto merge of #7731 - Mark-Simulacrum:chatty-jobserver...
2020-01-22 Mark RousskovMove token truncation to just before waiting
2020-01-22 Mark RousskovStop threading Client through into the NeedsToken message
2020-01-22 Mark RousskovElaborate on some documentation
2020-01-22 Mark RousskovRefactor to_send_clients to use a BTreeMap
2020-01-22 Mark RousskovUse an expect instead of directly panicking
2020-01-22 Mark RousskovRefactor rustc thread granting loop
2020-01-22 Mark RousskovReintroduce crossbeam threads
2020-01-22 Mark RousskovPop thread token requests from the front
2020-01-22 Mark RousskovAdd some commentary
2020-01-22 Mark RousskovMove transient state to separate struct
2020-01-22 Mark RousskovTake JobQueue by-value in drain_the_queue
2020-01-22 Mark RousskovDocument ordering constraint on providing thread tokens
2020-01-22 Mark RousskovRefactor rustc_tokens to a HashMap
2020-01-22 Mark RousskovDo not send acquired tokens to waiting rustc threads
2020-01-22 Mark RousskovSplit waiting for an event out of the primary drainer
2020-01-22 Mark RousskovSplit out event handler into separate function
2020-01-22 Mark RousskovSplit out granting rustc token requests
2020-01-22 Mark RousskovSplit out work spawning
2020-01-22 Mark RousskovMove local variables to struct fields
2020-01-22 Mark RousskovDrop crossbeam scopes from job queue
2020-01-22 Mark RousskovIntroduce newtype wrapping JobId
2020-01-22 Mark RousskovGate Cargo changes behind -Zjobserver-per-rustc
2020-01-22 Mark RousskovAdd documentation about the job queue and rustc
2020-01-22 Mark RousskovRecord the amount of rustc internal parallelism
2020-01-22 Mark RousskovCommunicate jobserver information with each rustc
2020-01-22 Mark RousskovWire up methods for informing job queue of rustc jobser...
2020-01-22 borsAuto merge of #7819 - ehuss:fix-replay-newlines, r...
2020-01-22 Takayuki NakataRevert fixes of response handling and fix tests
2020-01-22 Eric HussFix cache replay including extra newlines.
2020-01-21 borsAuto merge of #7798 - jnbr:dylib_path, r=alexcrichton
2020-01-21 Takayuki NakataUpdate response handling to add tests for `cargo yank...
2020-01-21 Takayuki NakataUpdate response handling to add tests for `cargo owner...
2020-01-20 borsAuto merge of #7815 - rust-lang:dependabot/cargo/humant...
2020-01-20 borsAuto merge of #7817 - ehuss:fix-doc-target-test, r...
2020-01-20 Eric HussFix doc_target test which no longer works on stable...
2020-01-20 dependabot... Update humantime requirement from 1.2.0 to 2.0.0
2020-01-18 borsAuto merge of #7814 - ehuss:fix-em-dash, r=Eh2406
2020-01-18 borsAuto merge of #7808 - matthiaskrgr:clippy_v10, r=ehuss
2020-01-18 Eric HussFix some erroneous em-dashes in man pages.
2020-01-17 Matthias Krügerfix some clippy warnings
2020-01-15 borsAuto merge of #7803 - alexcrichton:less-overflow, r...
2020-01-15 borsAuto merge of #7800 - ehuss:random-doc-comments, r...
2020-01-15 Alex CrichtonDon't assume iowait always increases on Linux
2020-01-15 borsAuto merge of #7799 - ehuss:consistent-dash, r=alexcrichton
2020-01-15 Eric HussAdd and update some doc comments.
2020-01-15 Eric HussConsistently use em-dash in environment documentation...
2020-01-15 borsAuto merge of #7774 - giraffate:update_credentials...
2020-01-14 Johannes BrechtmannFix wrong directories in host_libdir.
2020-01-14 Takayuki NakataRefactoring to use `Vacant`/`Occupied` instead of remov...
2020-01-14 Takayuki NakataRefactoring of creating files in tests
2020-01-13 borsAuto merge of #7750 - ehuss:named-config-profiles,...
2020-01-13 Eric HussUpdate tests for formatting changes due to `anyhow...
2020-01-13 Eric HussAdd named config profiles.
2020-01-13 borsAuto merge of #7755 - lu-zero:rustc-crate-type, r=alexc...
2020-01-13 borsAuto merge of #7791 - ehuss:rename-kind, r=alexcrichton
2020-01-12 Luca BarbatoHave a mean to override the root package in a workspace
2020-01-11 Eric HussRename `Kind`
2020-01-10 borsAuto merge of #7789 - gentoo90:bashcomp, r=alexcrichton
2020-01-10 gentoo90Update options in bash completion
2020-01-10 gentoo90Remove duplicate options from bash completion
2020-01-10 borsAuto merge of #7788 - alexcrichton:retry-another, r...
2020-01-10 borsAuto merge of #7783 - alexcrichton:error-tweaks, r...
2020-01-10 Alex CrichtonAdd another curl spurious network error
2020-01-10 borsAuto merge of #7787 - alexcrichton:fix-tests, r=alexcri...
2020-01-10 Alex CrichtonFix tests with `url` crate update
2020-01-10 Takayuki NakataRefactoring to loop over the key/values instead of...
2020-01-09 Alex CrichtonUse `context` to create a chain of errors
2020-01-09 Takayuki NakataLoad credentials and add tests for `yank` and `owner...
2020-01-08 Alex CrichtonRemove an unnecessary call to `from`
2020-01-08 borsAuto merge of #7779 - ehuss:fix-cargo-lock-ignore,...
2020-01-08 Eric HussFix .gitignore of Cargo.lock in a subdirectory.
2020-01-08 borsAuto merge of #7778 - ehuss:bump-crates-io, r=alexcrichton
2020-01-08 Eric HussBump crates-io
2020-01-08 borsAuto merge of #7776 - alexcrichton:anyhow, r=ehuss
2020-01-08 Alex CrichtonRun rustfmt
2020-01-08 Alex CrichtonMigrate from the `failure` crate to `anyhow`
2020-01-07 Fabian Grünbichlerdebian-cargo-vendor: escape _ as - in crate names
2020-01-07 borsAuto merge of #7771 - moxian:needless-borrow, r=alexcri...
2020-01-07 borsAuto merge of #7770 - giraffate:fix_docs, r=alexcrichton
2020-01-07 Takayuki NakataLoad credentials only when needed
2020-01-07 moxianFix several needless_borrow clippy lints.
next