]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-03-29 Dirkjan OchtmanFix formatting issues with cargo fmt
2018-03-28 borsAuto merge of #5253 - matklad:unit-meta-2, r=alexcrichton
2018-03-28 borsAuto merge of #5255 - matklad:rustdoc-features, r=alexc...
2018-03-28 Aleksey KladovRestore --features args for cargo rustdoc
2018-03-27 Aleksey KladovIntroduce compilation files
2018-03-27 borsAuto merge of #5252 - matklad:new-context-new, r=alexcr...
2018-03-27 Aleksey KladovSupply units to the context at the point of creation
2018-03-27 borsAuto merge of #5249 - alexcrichton:run-rustc-less,...
2018-03-27 Alex CrichtonRun `rustc` for information fewer times
2018-03-27 borsAuto merge of #5250 - rleungx:tweak-error-message,...
2018-03-27 rleungxaddress comment
2018-03-27 rleungxtweak error message
2018-03-27 borsAuto merge of #5205 - gibix:i2773, r=alexcrichton
2018-03-26 borsAuto merge of #5228 - phil-opp:target-spec, r=alexcrichton
2018-03-26 borsAuto merge of #5244 - Eijebong:tempfile, r=alexcrichton
2018-03-26 Bastien OrivelReplace tempdir by tempfile
2018-03-26 borsAuto merge of #5243 - alexcrichton:more-feature-sync...
2018-03-26 Alex CrichtonMore effort to only compile Cargo once
2018-03-25 Philipp OppermannAdd custom target tests
2018-03-25 Philipp OppermannCanonicalize paths passed as `--target`
2018-03-25 borsAuto merge of #5232 - matklad:unit-map, r=alexcrichton
2018-03-24 Aleksey KladovRefactor context to extract dependencies calculation...
2018-03-24 borsAuto merge of #5239 - alexcrichton:remove-scoped-tls...
2018-03-24 Alex CrichtonRemove scoped_tls dependency
2018-03-24 gibixadd precise test
2018-03-24 gibixcargo fmt
2018-03-24 gibixfix typo , drop return and intermediate vector
2018-03-24 gibixcargo fmt
2018-03-24 gibixfix #2773 with new precise encode
2018-03-24 borsAuto merge of #5213 - Eh2406:faster_resolver, r=alexcri...
2018-03-24 Eh2406address suggestions
2018-03-24 Eh2406Move caching to a support struct and file
2018-03-24 Eh2406add comments
2018-03-24 Eh2406remove some loops
2018-03-24 Eh2406test the new backtracking does all of its bookkeeping
2018-03-24 Eh2406maintain an inverse-index
2018-03-24 Eh2406problematic extension and solution
2018-03-23 Eh2406A slow and ugly solution, but it works.
2018-03-23 Eh2406Add a test for https://github.com/rust-lang/cargo/issue...
2018-03-23 borsAuto merge of #5200 - klausi:minimal_versions, r=Eh2406
2018-03-23 Klaus Purertests(resolver): Group integration test with other...
2018-03-23 Klaus Purertests(resolver): Add integration test for -Z minimal...
2018-03-23 Klaus Purerfix(resolver): Preserve lock file when sorting for...
2018-03-23 borsAuto merge of #5233 - lukaslueg:issue5229, r=matklad
2018-03-23 Lukas LuegAssert that Dependency::name is never empty, prevent...
2018-03-23 borsAuto merge of #5231 - matklad:simplify, r=alexcrichton
2018-03-23 Aleksey KladovSimplify `build_map`
2018-03-23 borsAuto merge of #5230 - matthiaskrgr:newline, r=alexcrichton
2018-03-23 Matthias Krügeradd final linebreak to cargo default help message.
2018-03-22 borsAuto merge of #5226 - jeehoonkang:doc-caret, r=alexcrichton
2018-03-22 Jeehoon Kangdoc: Clarify the meaning of caret requirements
2018-03-22 borsAuto merge of #5225 - matthiaskrgr:revert_pr5223, r...
2018-03-22 Matthias KrügerRevert "manifest: update default lto for release and...
2018-03-22 borsAuto merge of #5217 - matklad:known-crate-types, r...
2018-03-22 borsAuto merge of #5223 - matthiaskrgr:manifest_update...
2018-03-22 Matthias Krügermanifest: update default lto for release and bench...
2018-03-22 borsAuto merge of #5222 - AdamNiederer:patch-1, r=matklad
2018-03-22 Adam NiedererAdd docstrings to CleanOptions
2018-03-21 borsAuto merge of #5219 - mbrubeck:doc, r=alexcrichton
2018-03-21 Matt BrubeckFix usage text for cargo install
2018-03-21 borsAuto merge of #5186 - infinity0:stricter-need-dev-deps...
2018-03-21 borsAuto merge of #5204 - lukaslueg:issue5199, r=alexcrichton
2018-03-21 Aleksey KladovPreprobe info for known crate type
2018-03-20 Klaus Purerdocs(tests): Add comment
2018-03-20 Klaus Purertests(resolver): Add test for minimum dependency versions
2018-03-20 Klaus Purerdocs(resolver): Comment for what the minimal_versions...
2018-03-20 Klaus Purerfeat(resolver): Add CLI option to resolve minimal versi...
2018-03-20 borsAuto merge of #5215 - alexcrichton:update-version,...
2018-03-20 Alex CrichtonDon't require `cargo update` when bumping versions
2018-03-20 Lukas LuegDo not allow crate-type or proc-macro for [[bin]]-targets
2018-03-20 borsAuto merge of #5206 - lukaslueg:patch-1, r=matklad
2018-03-20 borsAuto merge of #5209 - matklad:no-way-we-havent-had...
2018-03-20 Aleksey KladovFix regression when passing arguments to subcommands
2018-03-20 borsAuto merge of #5202 - matklad:paths, r=alexcrichton
2018-03-19 borsAuto merge of #5195 - alexcrichton:resolver-docs, r...
2018-03-19 borsAuto merge of #5207 - matklad:clap-test, r=matklad
2018-03-19 Alex CrichtonAdd some documentation to the resolver
2018-03-19 Aleksey KladovRegression tests for #5201
2018-03-19 Aleksey KladovExtract common code for dealing with path-valued arguments
2018-03-19 lukasluegUpdate CONTRIBUTING.md
2018-03-19 Ximin LuoSplit tests, apparently `cargo clean` does not work...
2018-03-17 borsAuto merge of #5187 - Eh2406:faster_resolver, r=alexcri...
2018-03-17 Eh2406When activating for the better error messages don't...
2018-03-17 Eh2406When test backtracking include conflicts in `remaining_...
2018-03-16 borsAuto merge of #5197 - matklad:neater-tests, r=alexcrichton
2018-03-16 Aleksey KladovSlightly improve ergonomics of writing Cargo tests
2018-03-16 Eh2406Revert "Clean the `backtrack_stack` so we don't backtra...
2018-03-16 Eh2406remove duplicated adding to the cache
2018-03-16 borsAuto merge of #5192 - matklad:hash-set-all-the-way...
2018-03-16 Aleksey KladovAvoid intermediate vector
2018-03-16 borsAuto merge of #5196 - matklad:clapclapclap, r=alexcrichton
2018-03-16 Aleksey KladovFix a regression with parsing multivalue options
2018-03-16 borsAuto merge of #5193 - matklad:deny-warnings, r=alexcrichton
2018-03-16 Aleksey KladovDeny warnings in tests
2018-03-16 Eh2406suggestions
2018-03-15 borsAuto merge of #5190 - mbrubeck:doc, r=alexcrichton
2018-03-15 Matt BrubeckRemove old note about pre-1.21 versions
2018-03-15 borsAuto merge of #5188 - alexcrichton:urgh-again, r=matklad
2018-03-15 Eh2406cargo +stable fmt
2018-03-15 Alex CrichtonAdd a synthetic dependency on num-traits
next