]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2016-01-25 borsAuto merge of #2297 - alexcrichton:update, r=alexcrichton
2016-01-25 Alex CrichtonUpdate dependencies and Rust version
2016-01-24 borsAuto merge of #2081 - vi:cargo_init, r=alexcrichton
2016-01-23 Vitaly _Vi... Implement "cargo init"
2016-01-23 borsAuto merge of #2307 - alexcrichton:readme, r=brson
2016-01-23 Alex CrichtonAdd more info to README about compiling
2016-01-21 Brian AndersonMerge pull request #2303 from alexcrichton/bump
2016-01-21 Alex CrichtonBump to 0.9.0
2016-01-21 borsAuto merge of #2299 - retep998:staticlib-naming-fiasco...
2016-01-20 Peter AtashianSupport static libraries with names other than libfoo.a
2016-01-20 borsAuto merge of #2296 - alexcrichton:wow-thats-a-bad...
2016-01-20 borsAuto merge of #2270 - felixc:warn-on-empty-dep, r=alexc...
2016-01-20 Felix CruxEmit a warning when manifest specifies empty dependency...
2016-01-19 borsAuto merge of #2282 - mcarton:clippy, r=alexcrichton
2016-01-19 Alex CrichtonFix update --precise with the registry source
2016-01-17 borsAuto merge of #2285 - sfackler:revert-wildcard-warning...
2016-01-17 borsAuto merge of #2287 - alexcrichton:openbsd, r=alexcrichton
2016-01-17 Alex CrichtonRegister an OpenBSD snapshot
2016-01-16 Steven FacklerDrop wildcard crates.io warning
2016-01-16 mcartonUse .cloned() where appropriate
2016-01-16 mcartonRemove some useless String::to_string calls
2016-01-16 mcartonRemove unnecessary mut
2016-01-16 mcartonReplace single matches by ifs
2016-01-16 mcartonRemove redundant closure
2016-01-16 mcartonUse .is_empty() where appropriate
2016-01-16 mcartonAdd an is_empty method to types with a len one
2016-01-16 mcartonRemove useless returns
2016-01-16 mcartonRemove useless lifetimes
2016-01-15 borsAuto merge of #2281 - rillian:doc-nocapture, r=alexcrichton
2016-01-15 Ralph GilesDocument --nocapture to reduce confusion running tests.
2016-01-15 borsAuto merge of #2279 - alexcrichton:rerun-if-changed...
2016-01-13 Alex CrichtonHandle rerun-if-changed directives in dependencies
2016-01-12 borsAuto merge of #2276 - alexcrichton:fix-nightly, r=alexc...
2016-01-12 borsAuto merge of #2228 - tbu-:pr_only_missing, r=alexcrichton
2016-01-12 Alex CrichtonFix tests on nightly
2016-01-12 borsAuto merge of #2269 - felixc:package-untracked-files...
2016-01-12 Felix CruxFix listing of untracked files to not include tracked...
2016-01-12 Felix CruxBump rand to 0.3.13
2016-01-11 borsAuto merge of #2265 - dirk:dirk/include-publish-command...
2016-01-11 borsAuto merge of #2257 - nrc:lib-template, r=alexcrichton
2016-01-11 Tobias BucherOnly treat missing crate lists as empty
2016-01-08 Dirk GadsdenAdd publish command to list of commands in help text
2016-01-06 Brian AndersonMerge pull request #2260 from durka/patch-4
2016-01-06 Brian AndersonMerge pull request #2243 from felixc/zsh-completion...
2016-01-03 Alex Burkadoc/manifest: add `cargo run --example`
2015-12-31 Nick CameronTweak the new project template to be more idiomatic.
2015-12-23 Felix CruxComplete the definition of all options for zsh auto...
2015-12-21 borsAuto merge of #2237 - sfackler:libc-0.2, r=alexcrichton
2015-12-21 Steven FacklerFix windows
2015-12-20 Steven FacklerWhitelist improper ctypes to support old rustc versions
2015-12-20 Steven FacklerBump libc to 0.2
2015-12-20 borsAuto merge of #2225 - sgrif:sg-doctest-link-args, r...
2015-12-19 Sean GriffinRemove needless dylib check, add test
2015-12-19 borsAuto merge of #2233 - gentoo90:bash-comp, r=alexcrichton
2015-12-19 borsAuto merge of #2235 - felixc:zsh-completion, r=alexcrichton
2015-12-19 Felix CruxAdd missing subcommands to zsh auto-completion
2015-12-19 Felix CruxRemove obsolete commands from zsh auto-completion
2015-12-19 gentoo90Bashcomp: complete --bin, --bench and --test
2015-12-19 borsAuto merge of #2232 - alexcrichton:unused, r=huonw
2015-12-19 borsAuto merge of #2231 - felixc:docstrings-for-all, r...
2015-12-19 Alex CrichtonUpdate toml dependency to catch more unused keys
2015-12-18 Felix CruxEnsure all subcommands have summary description documen...
2015-12-18 borsAuto merge of #2226 - tshepang:unused, r=alexcrichton
2015-12-18 borsAuto merge of #2224 - alexcrichton:rustc-dev, r=brson
2015-12-18 borsAuto merge of #2223 - alexcrichton:better-dev-experienc...
2015-12-18 borsAuto merge of #2227 - tbu-:pr_pycache, r=alexcrichton
2015-12-18 Tobias BucherAdd __pycache__ to .gitignore
2015-12-18 Tshepang Lekhonkhoberemove unused imports
2015-12-17 borsAuto merge of #2219 - matklad:encodable-audit, r=alexcr...
2015-12-17 Aleksey Kladovadd more fields to SerializedDependency
2015-12-17 Aleksey Kladovadd more field to SerializedPackage
2015-12-17 Sean GriffinPass link search path to doctests even if build script...
2015-12-17 Alex CrichtonAllow specifying profiles to `cargo rustc`
2015-12-17 Alex CrichtonConsolidate creating processes in tests
2015-12-16 Aleksey Kladovremove unused Encodable impl for Manifest
2015-12-16 borsAuto merge of #2217 - alexcrichton:cleanup, r=alexcrichton
2015-12-16 Alex CrichtonUse try! instead of CliError::from_boxed
2015-12-16 Aleksey Kladovrefactor Target serialization
2015-12-16 borsAuto merge of #2215 - JIghtuse:master, r=alexcrichton
2015-12-16 Boris Egorovetc: Fix error message about missing Cargo snapshot
2015-12-16 borsAuto merge of #2208 - leodasvacas:clippy, r=alexcrichton
2015-12-14 leonardo.yvensclippy run
2015-12-14 borsAuto merge of #2209 - felixc:master, r=alexcrichton
2015-12-14 Felix CruxUpdate zsh completion to include new 'install' command
2015-12-12 borsAuto merge of #2207 - fhartwig:unused-import, r=alexcri...
2015-12-11 Florian HartwigRemove unused import that breaks the build on rust...
2015-12-10 borsAuto merge of #2204 - alexcrichton:bump, r=brson
2015-12-10 Alex CrichtonBump to 0.8.0
2015-12-08 borsAuto merge of #2165 - psyomn:fix-2125-dup-bins, r=alexc...
2015-12-08 psyomnfix #2125: duplicate binary names will cause a bail
2015-12-08 borsAuto merge of #2201 - matklad:serialized-dep, r=alexcri...
2015-12-07 Aleksey Kladovimplement Encodable for Dependency
2015-12-07 Aleksey Kladovmake SerializedManifest private
2015-12-04 borsAuto merge of #2192 - alexcrichton:search-cargo-home...
2015-12-04 Alex CrichtonProbe $CARGO_HOME/bin for subcommands by default
2015-12-04 borsAuto merge of #2194 - steveklabnik:update_semver, r...
2015-12-04 Steve KlabnikUpdate semver to 0.2.0
2015-12-04 borsAuto merge of #2134 - alexcrichton:build-script-input...
2015-12-03 borsAuto merge of #2190 - sfackler:wildcard-pushback, r...
2015-12-03 Steven FacklerMove wildcard rejection date back 6 weeks
next