2016-01-16 |
mcarton | Replace single matches by ifs |
commit | commitdiff | tree |
2016-01-16 |
mcarton | Remove redundant closure |
commit | commitdiff | tree |
2016-01-16 |
mcarton | Use .is_empty() where appropriate |
commit | commitdiff | tree |
2016-01-16 |
mcarton | Add an is_empty method to types with a len one |
commit | commitdiff | tree |
2016-01-16 |
mcarton | Remove useless returns |
commit | commitdiff | tree |
2016-01-16 |
mcarton | Remove useless lifetimes |
commit | commitdiff | tree |
2016-01-15 |
bors | Auto merge of #2279 - alexcrichton:rerun-if-changed... |
commit | commitdiff | tree |
2016-01-13 |
Alex Crichton | Handle rerun-if-changed directives in dependencies |
commit | commitdiff | tree |
2016-01-12 |
bors | Auto merge of #2276 - alexcrichton:fix-nightly, r=alexc... |
commit | commitdiff | tree |
2016-01-12 |
bors | Auto merge of #2228 - tbu-:pr_only_missing, r=alexcrichton |
commit | commitdiff | tree |
2016-01-12 |
Alex Crichton | Fix tests on nightly |
commit | commitdiff | tree |
2016-01-12 |
bors | Auto merge of #2269 - felixc:package-untracked-files... |
commit | commitdiff | tree |
2016-01-12 |
Felix Crux | Fix listing of untracked files to not include tracked... |
commit | commitdiff | tree |
2016-01-12 |
Felix Crux | Bump rand to 0.3.13 |
commit | commitdiff | tree |
2016-01-11 |
bors | Auto merge of #2265 - dirk:dirk/include-publish-command... |
commit | commitdiff | tree |
2016-01-11 |
bors | Auto merge of #2257 - nrc:lib-template, r=alexcrichton |
commit | commitdiff | tree |
2016-01-11 |
Tobias Bucher | Only treat missing crate lists as empty |
commit | commitdiff | tree |
2016-01-08 |
Dirk Gadsden | Add publish command to list of commands in help text |
commit | commitdiff | tree |
2016-01-06 |
Brian Anderson | Merge pull request #2260 from durka/patch-4 |
commit | commitdiff | tree |
2016-01-06 |
Brian Anderson | Merge pull request #2243 from felixc/zsh-completion... |
commit | commitdiff | tree |
2016-01-03 |
Alex Burka | doc/manifest: add `cargo run --example` |
commit | commitdiff | tree |
2015-12-31 |
Nick Cameron | Tweak the new project template to be more idiomatic. |
commit | commitdiff | tree |
2015-12-23 |
Felix Crux | Complete the definition of all options for zsh auto... |
commit | commitdiff | tree |
2015-12-21 |
bors | Auto merge of #2237 - sfackler:libc-0.2, r=alexcrichton |
commit | commitdiff | tree |
2015-12-21 |
Steven Fackler | Fix windows |
commit | commitdiff | tree |
2015-12-20 |
Steven Fackler | Whitelist improper ctypes to support old rustc versions |
commit | commitdiff | tree |
2015-12-20 |
Steven Fackler | Bump libc to 0.2 |
commit | commitdiff | tree |
2015-12-20 |
bors | Auto merge of #2225 - sgrif:sg-doctest-link-args, r... |
commit | commitdiff | tree |
2015-12-19 |
Sean Griffin | Remove needless dylib check, add test |
commit | commitdiff | tree |
2015-12-19 |
bors | Auto merge of #2233 - gentoo90:bash-comp, r=alexcrichton |
commit | commitdiff | tree |
2015-12-19 |
bors | Auto merge of #2235 - felixc:zsh-completion, r=alexcrichton |
commit | commitdiff | tree |
2015-12-19 |
Felix Crux | Add missing subcommands to zsh auto-completion |
commit | commitdiff | tree |
2015-12-19 |
Felix Crux | Remove obsolete commands from zsh auto-completion |
commit | commitdiff | tree |
2015-12-19 |
gentoo90 | Bashcomp: complete --bin, --bench and --test |
commit | commitdiff | tree |
2015-12-19 |
bors | Auto merge of #2232 - alexcrichton:unused, r=huonw |
commit | commitdiff | tree |
2015-12-19 |
bors | Auto merge of #2231 - felixc:docstrings-for-all, r... |
commit | commitdiff | tree |
2015-12-19 |
Alex Crichton | Update toml dependency to catch more unused keys |
commit | commitdiff | tree |
2015-12-18 |
Felix Crux | Ensure all subcommands have summary description documen... |
commit | commitdiff | tree |
2015-12-18 |
bors | Auto merge of #2226 - tshepang:unused, r=alexcrichton |
commit | commitdiff | tree |
2015-12-18 |
bors | Auto merge of #2224 - alexcrichton:rustc-dev, r=brson |
commit | commitdiff | tree |
2015-12-18 |
bors | Auto merge of #2223 - alexcrichton:better-dev-experienc... |
commit | commitdiff | tree |
2015-12-18 |
bors | Auto merge of #2227 - tbu-:pr_pycache, r=alexcrichton |
commit | commitdiff | tree |
2015-12-18 |
Tobias Bucher | Add __pycache__ to .gitignore |
commit | commitdiff | tree |
2015-12-18 |
Tshepang Lekhonkhobe | remove unused imports |
commit | commitdiff | tree |
2015-12-17 |
bors | Auto merge of #2219 - matklad:encodable-audit, r=alexcr... |
commit | commitdiff | tree |
2015-12-17 |
Aleksey Kladov | add more fields to SerializedDependency |
commit | commitdiff | tree |
2015-12-17 |
Aleksey Kladov | add more field to SerializedPackage |
commit | commitdiff | tree |
2015-12-17 |
Sean Griffin | Pass link search path to doctests even if build script... |
commit | commitdiff | tree |
2015-12-17 |
Alex Crichton | Allow specifying profiles to `cargo rustc` |
commit | commitdiff | tree |
2015-12-17 |
Alex Crichton | Consolidate creating processes in tests |
commit | commitdiff | tree |
2015-12-16 |
Aleksey Kladov | remove unused Encodable impl for Manifest |
commit | commitdiff | tree |
2015-12-16 |
bors | Auto merge of #2217 - alexcrichton:cleanup, r=alexcrichton |
commit | commitdiff | tree |
2015-12-16 |
Alex Crichton | Use try! instead of CliError::from_boxed |
commit | commitdiff | tree |
2015-12-16 |
Aleksey Kladov | refactor Target serialization |
commit | commitdiff | tree |
2015-12-16 |
bors | Auto merge of #2215 - JIghtuse:master, r=alexcrichton |
commit | commitdiff | tree |
2015-12-16 |
Boris Egorov | etc: Fix error message about missing Cargo snapshot |
commit | commitdiff | tree |
2015-12-16 |
bors | Auto merge of #2208 - leodasvacas:clippy, r=alexcrichton |
commit | commitdiff | tree |
2015-12-14 |
leonardo.yvens | clippy run |
commit | commitdiff | tree |
2015-12-14 |
bors | Auto merge of #2209 - felixc:master, r=alexcrichton |
commit | commitdiff | tree |
2015-12-14 |
Felix Crux | Update zsh completion to include new 'install' command |
commit | commitdiff | tree |
2015-12-12 |
bors | Auto merge of #2207 - fhartwig:unused-import, r=alexcri... |
commit | commitdiff | tree |
2015-12-11 |
Florian Hartwig | Remove unused import that breaks the build on rust... |
commit | commitdiff | tree |
2015-12-10 |
bors | Auto merge of #2204 - alexcrichton:bump, r=brson |
commit | commitdiff | tree |
2015-12-10 |
Alex Crichton | Bump to 0.8.0 |
commit | commitdiff | tree |
2015-12-08 |
bors | Auto merge of #2165 - psyomn:fix-2125-dup-bins, r=alexc... |
commit | commitdiff | tree |
2015-12-08 |
psyomn | fix #2125: duplicate binary names will cause a bail |
commit | commitdiff | tree |
2015-12-08 |
bors | Auto merge of #2201 - matklad:serialized-dep, r=alexcri... |
commit | commitdiff | tree |
2015-12-07 |
Aleksey Kladov | implement Encodable for Dependency |
commit | commitdiff | tree |
2015-12-07 |
Aleksey Kladov | make SerializedManifest private |
commit | commitdiff | tree |
2015-12-04 |
bors | Auto merge of #2192 - alexcrichton:search-cargo-home... |
commit | commitdiff | tree |
2015-12-04 |
Alex Crichton | Probe $CARGO_HOME/bin for subcommands by default |
commit | commitdiff | tree |
2015-12-04 |
bors | Auto merge of #2194 - steveklabnik:update_semver, r... |
commit | commitdiff | tree |
2015-12-04 |
Steve Klabnik | Update semver to 0.2.0 |
commit | commitdiff | tree |
2015-12-04 |
bors | Auto merge of #2134 - alexcrichton:build-script-input... |
commit | commitdiff | tree |
2015-12-03 |
bors | Auto merge of #2190 - sfackler:wildcard-pushback, r... |
commit | commitdiff | tree |
2015-12-03 |
Steven Fackler | Move wildcard rejection date back 6 weeks |
commit | commitdiff | tree |
2015-12-02 |
bors | Auto merge of #2186 - alexcrichton:transaction, r=brson |
commit | commitdiff | tree |
2015-11-30 |
bors | Auto merge of #2185 - alexcrichton:update, r=alexcrichton |
commit | commitdiff | tree |
2015-11-30 |
Alex Crichton | Update plugin tests to nightly |
commit | commitdiff | tree |
2015-11-30 |
bors | Auto merge of #2184 - brandonson:master, r=alexcrichton |
commit | commitdiff | tree |
2015-11-30 |
Alex Crichton | Package/test tarballs in a temporary location |
commit | commitdiff | tree |
2015-11-30 |
Brandon Sanderson | Improve message with unspecified install target. |
commit | commitdiff | tree |
2015-11-28 |
bors | Auto merge of #2176 - gentoo90:bash-comp, r=alexcrichton |
commit | commitdiff | tree |
2015-11-28 |
gentoo90 | Update bash-completion |
commit | commitdiff | tree |
2015-11-24 |
bors | Auto merge of #2168 - durka:patch-3, r=alexcrichton |
commit | commitdiff | tree |
2015-11-23 |
Alex Burka | restore dependencies.awesome normal table |
commit | commitdiff | tree |
2015-11-23 |
Alex Burka | inline tables must be on one line, because TOML |
commit | commitdiff | tree |
2015-11-23 |
Alex Burka | doc/manifest: fix "default-features" example |
commit | commitdiff | tree |
2015-11-23 |
bors | Auto merge of #2167 - iirelu:vec-macro-consistency... |
commit | commitdiff | tree |
2015-11-23 |
iirelu | Make usage of vec! macro consistent |
commit | commitdiff | tree |
2015-11-23 |
bors | Auto merge of #2166 - alexcrichton:clean-up-update... |
commit | commitdiff | tree |
2015-11-23 |
Alex Crichton | Clean up the `cargo update` implementation a bit |
commit | commitdiff | tree |
2015-11-20 |
bors | Auto merge of #2160 - alexcrichton:bail-macro, r=huonw |
commit | commitdiff | tree |
2015-11-20 |
Alex Crichton | Add a macro for `return Err(human(format!(...)))` |
commit | commitdiff | tree |
2015-11-20 |
bors | Auto merge of #2159 - Manishearth:native-diag, r=alexcr... |
commit | commitdiff | tree |
2015-11-20 |
Manish Goregaokar | Improve diagnostics for multiple native links for the... |
commit | commitdiff | tree |
2015-11-19 |
bors | Auto merge of #2156 - alexcrichton:rebase-2058, r=alexc... |
commit | commitdiff | tree |
2015-11-19 |
Alex Crichton | Touch up a few last minor comments |
commit | commitdiff | tree |
2015-11-19 |
Alex Crichton | Merge branch 'cwd-fixes' of https://github.com/Kimundi... |
commit | commitdiff | tree |
2015-11-19 |
bors | Auto merge of #2154 - alexcrichton:update, r=alexcrichton |
commit | commitdiff | tree |
next |