]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2017-06-05 Alex CrichtonRemove more allocatoins in index querying
2017-06-05 Alex CrichtonCut down allocations in Display impls
2017-06-05 Alex CrichtonOptimize allocations in the registry index
2017-06-05 Alex CrichtonOptimize the interface of `Registry`.
2017-06-05 Alex CrichtonTry to not allocate when decoding registry json
2017-06-05 Alex CrichtonUse `Rc::make_mut` in `Dependency`
2017-06-05 Alex CrichtonMake `Summary::clone` cheap with an inner `Rc`
2017-06-05 Alex CrichtonOptimize resolution by removing allocations
2017-06-03 borsAuto merge of #4119 - fabricedesre:patch-1, r=alexcrichton
2017-06-03 Fabrice DesréFix typo in argument name.
2017-06-02 borsAuto merge of #4110 - alexcrichton:jobserver, r=matklad
2017-06-02 Alex CrichtonAdd a GNU make jobserver implementation to Cargo
2017-06-01 borsAuto merge of #4117 - brson:vs2017, r=alexcrichton
2017-06-01 borsAuto merge of #4116 - alexcrichton:enotsupp, r=Mark...
2017-06-01 Brian AndersonUpdate gcc crate for MSVC 2017
2017-06-01 Alex CrichtonIgnore ENOTSUP in file locking on Linux too
2017-06-01 borsAuto merge of #4038 - nisargthakkar:newBadgesAdd, r...
2017-05-31 borsAuto merge of #4090 - jluner:master, r=alexcrichton
2017-05-31 borsAuto merge of #4113 - alexcrichton:trim-travis, r=alexc...
2017-05-31 Alex CrichtonRemove lots of dated configuration from this repo
2017-05-31 jlunerFixes review comments
2017-05-28 jlunerRestore macro_use
2017-05-28 jlunerResolve upstream updates to referenced crates
2017-05-28 jlunerMerge remote-tracking branch 'upstream/master'
2017-05-28 jlunerFix formatting issue blocking build
2017-05-28 borsAuto merge of #4107 - alexcrichton:update-deps, r=alexc...
2017-05-28 Alex CrichtonUpdate a slew of dependencies and such
2017-05-27 borsAuto merge of #4031 - torkleyy:exclude, r=alexcrichton
2017-05-27 torkleyyFix build_all_exclude
2017-05-27 torkleyyAdd tests for --exclude
2017-05-27 torkleyyAdd exclude flag to bench, check and test
2017-05-27 torkleyyMove package flag handling into cargo_compile
2017-05-27 torkleyyAdd --exclude flag
2017-05-27 jlunerUpdate gcc dependency to match updated gcc elsewhere...
2017-05-27 jlunerMerge remote-tracking branch 'upstream/master'
2017-05-27 jlunerFix failing tests
2017-05-26 borsAuto merge of #4103 - brson:vs2017, r=alexcrichton
2017-05-26 Brian AndersonUpdate lockfile for gcc and cmake crates to pick up...
2017-05-26 borsAuto merge of #4105 - birkenfeld:master, r=alexcrichton
2017-05-26 Georg BrandlDo not output "Blocking - waiting for lock" with -q
2017-05-25 borsAuto merge of #4099 - matklad:ignore-root-target, r...
2017-05-25 Aleksey KladovIgnore only root target directory
2017-05-25 jlunerAddresses review comments
2017-05-25 borsAuto merge of #4098 - callahad:remove-superfluous-semis...
2017-05-25 Dan CallahanRemove superfluous `;;` sequences
2017-05-25 jlunerMerge branch 'master' of https://github.com/jluner...
2017-05-25 jlunerAdd error-chain errors
2017-05-24 borsAuto merge of #4088 - Nemikolh:buildscript-stderr,...
2017-05-24 jlunerAdd error-chain errors
2017-05-23 NemikolhMention the stderr file in the documentation.
2017-05-23 NemikolhWrite stderr output from build-scripts to disk.
2017-05-22 borsAuto merge of #4085 - alexcrichton:fix-rewrite, r=matklad
2017-05-22 Alex CrichtonFix a serialization error on publish
2017-05-22 borsAuto merge of #4084 - shiver:issue-3360, r=alexcrichton
2017-05-22 Robert Vally3360 - Allow for features to be either comma or space...
2017-05-18 borsAuto merge of #3937 - andwur:rustc-flag-determinism...
2017-05-18 Alex CrichtonOnly sort deps in build script dependency generation
2017-05-18 borsAuto merge of #4069 - alexcrichton:remove-unused-dep...
2017-05-18 Alex CrichtonRemove chrono as a dependency
2017-05-18 borsAuto merge of #4030 - alexcrichton:rewrite-cargo-toml...
2017-05-17 Alex CrichtonRewrite Cargo.toml when packaging crates
2017-05-17 borsAuto merge of #4065 - michaelwoerister:smarter-cargo...
2017-05-17 Michael WoeristerOnly compile user-modifiable projects incrementally.
2017-05-17 borsAuto merge of #4060 - alexcrichton:nobare, r=matklad
2017-05-16 borsAuto merge of #4055 - mersinvald:less-strict-libtest...
2017-05-16 borsAuto merge of #3979 - hjr3:issue-3911, r=alexcrichton
2017-05-16 Alex CrichtonDon't use a bare checkout of the index
2017-05-16 Andrew WattsAdd test case for non-deterministic --cfg flags passed...
2017-05-16 Andrew WattsFix non-deterministic --cfg feature flag list generation
2017-05-16 Andrew WattsAdd test case for non-deterministic rustc flags due...
2017-05-16 Andrew WattsFix non-deterministic unit dependency list generation
2017-05-16 Alex CrichtonUse a few more `chain_error` calls
2017-05-16 Mike LubinetsMerge branch 'master' into less-strict-libtest-tests
2017-05-16 borsAuto merge of #4057 - jtojnar:patch-1, r=matklad
2017-05-16 Jan TojnarUpdate link in manifest documentation
2017-05-16 Mike LubinetsLess strict tests regarding libtest's stdout
2017-05-16 borsAuto merge of #4051 - alexcrichton:fix-flaky-test,...
2017-05-15 borsAuto merge of #4050 - eminence:help_jobs_text, r=alexcr...
2017-05-15 borsAuto merge of #4046 - jmatraszek:fix_rust_41797, r...
2017-05-15 Alex CrichtonFix a flaky concurrent test with correct locking
2017-05-15 borsAuto merge of #3929 - Xion:master, r=alexcrichton
2017-05-15 borsAuto merge of #4043 - alexcrichton:fix-flaky-test,...
2017-05-15 Alex CrichtonDon't try to reach example.com in a test
2017-05-15 Andrew ChinReword the `cargo test --help` text about the --jobs...
2017-05-15 borsAuto merge of #4047 - boxofrox:update-bin-docs, r=alexc...
2017-05-14 Justin CharetteUpdate documentation: cargo does not build src/bin...
2017-05-14 Jakub MatraszekChange inferring bin's name logic
2017-05-13 borsAuto merge of #3954 - RReverser:run-with, r=alexcrichton
2017-05-13 Nisarg ThakkarUpdating doc to reflect new badges added
2017-05-13 Karol KuczmarskiDocument the feature
2017-05-13 Karol KuczmarskiFix build script envvars for `cargo test/doc`
2017-05-13 Ingvar StepanyanFix tidy error
2017-05-12 Ingvar StepanyanAllow runner params
2017-05-12 Ingvar StepanyanAdd documentation about target.$triple.runner
2017-05-12 Ingvar StepanyanAdd support for custom target-specific runners
2017-05-12 Karol KuczmarskiFix PR comments
2017-05-12 Karol KuczmarskiAllow cargo:rustc-env in build scripts
2017-05-12 borsAuto merge of #4033 - integer32llc:fix-sys-docs, r...
2017-05-12 Carol (Nichols... Clear up Linking to Systems Libraries docs
2017-05-11 borsAuto merge of #4026 - alexcrichton:bare-registry, r...
next