]> git.proxmox.com Git - cargo.git/log
cargo.git
10 years agoSource::update takes mutable self
Carl Lerche [Wed, 18 Jun 2014 19:33:22 +0000 (12:33 -0700)]
Source::update takes mutable self

10 years agoSupport nested paths in git and path sources
Yehuda Katz + Carl Lerche [Wed, 18 Jun 2014 00:40:22 +0000 (17:40 -0700)]
Support nested paths in git and path sources

10 years agoPaths nested in paths
Yehuda Katz + Carl Lerche [Wed, 18 Jun 2014 00:05:29 +0000 (17:05 -0700)]
Paths nested in paths

10 years agoImprovements to transitive dependency infra
Yehuda Katz + Carl Lerche [Tue, 17 Jun 2014 22:36:50 +0000 (15:36 -0700)]
Improvements to transitive dependency infra

Initial work to enable cross-source transitive dependencies.

10 years agoWIP3
Yehuda Katz + Carl Lerche [Tue, 17 Jun 2014 01:16:34 +0000 (18:16 -0700)]
WIP3

10 years agoMake `cargo foo` work
Yehuda Katz + Carl Lerche [Mon, 16 Jun 2014 21:51:19 +0000 (14:51 -0700)]
Make `cargo foo` work

10 years agoTrack Rust master
Carl Lerche [Mon, 16 Jun 2014 19:57:34 +0000 (12:57 -0700)]
Track Rust master

10 years agoBetter file names
Carl Lerche + Yehuda Katz [Fri, 13 Jun 2014 22:06:15 +0000 (15:06 -0700)]
Better file names

10 years agoFix tests
Carl Lerche + Yehuda Katz [Fri, 13 Jun 2014 21:19:06 +0000 (14:19 -0700)]
Fix tests

10 years agoAllow multiple and non-default crate_types
Carl Lerche + Yehuda Katz [Fri, 13 Jun 2014 00:49:10 +0000 (17:49 -0700)]
Allow multiple and non-default crate_types

Note that at present there is no good error handling for fat-fingering
the crate type. This is a TODO.

10 years agoSmoke test for git support
Carl Lerche + Yehuda Katz [Thu, 12 Jun 2014 22:51:16 +0000 (15:51 -0700)]
Smoke test for git support

10 years agoUpdate to master and fix warnings
Yehuda Katz + Carl Lerche [Thu, 12 Jun 2014 20:45:10 +0000 (13:45 -0700)]
Update to master and fix warnings

10 years agoGlue together git in manifest with Source
Yehuda Katz + Carl Lerche [Thu, 12 Jun 2014 00:38:50 +0000 (17:38 -0700)]
Glue together git in manifest with Source

10 years agoSources are now an array
Yehuda Katz + Carl Lerche [Wed, 11 Jun 2014 22:59:18 +0000 (15:59 -0700)]
Sources are now an array

10 years agoAdd namespace to PackageId
Yehuda Katz + Carl Lerche [Wed, 11 Jun 2014 21:50:54 +0000 (14:50 -0700)]
Add namespace to PackageId

10 years agoInitial pass at namespacing packages
Yehuda Katz + Carl Lerche [Wed, 11 Jun 2014 00:30:18 +0000 (17:30 -0700)]
Initial pass at namespacing packages

10 years agoRename NameVer -> PackageId
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 23:58:42 +0000 (16:58 -0700)]
Rename NameVer -> PackageId

10 years agoInitial pass at a source collection proxy
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 23:29:25 +0000 (16:29 -0700)]
Initial pass at a source collection proxy

10 years agoIsolate toml code and split up concerns
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 22:46:07 +0000 (15:46 -0700)]
Isolate toml code and split up concerns

10 years agoMove Manifest parsing into its own module
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 21:59:25 +0000 (14:59 -0700)]
Move Manifest parsing into its own module

10 years agoValidate dependency version on parse, not usage
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 21:29:36 +0000 (14:29 -0700)]
Validate dependency version on parse, not usage

10 years agoUpdate to Rust master and eliminate warnings
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 19:32:23 +0000 (12:32 -0700)]
Update to Rust master and eliminate warnings

10 years agoAdd support for detailed manifest dependencies
Yehuda Katz + Carl Lerche [Tue, 10 Jun 2014 00:51:53 +0000 (17:51 -0700)]
Add support for detailed manifest dependencies

This commit supports the following format:

```toml
[dependencies.hamcrest]

version = "1.0"
git = "http://github.com/carllerche/hamcrest-rust"
```

10 years agoTrack master for tests
Yehuda Katz + Carl Lerche [Mon, 9 Jun 2014 20:08:09 +0000 (13:08 -0700)]
Track master for tests

10 years agoTrack upstream rust-toml
Yehuda Katz + Carl Lerche [Mon, 9 Jun 2014 19:37:27 +0000 (12:37 -0700)]
Track upstream rust-toml

10 years agoUpdate to master
Yehuda Katz + Carl Lerche [Mon, 9 Jun 2014 19:28:54 +0000 (12:28 -0700)]
Update to master

10 years agoTrack Rust master
Carl Lerche [Fri, 30 May 2014 23:37:37 +0000 (16:37 -0700)]
Track Rust master

10 years agoBreak up GitSource
Yehuda Katz [Fri, 30 May 2014 03:35:09 +0000 (20:35 -0700)]
Break up GitSource

10 years agoImprove errors slightly
Yehuda Katz [Fri, 30 May 2014 01:11:27 +0000 (18:11 -0700)]
Improve errors slightly

10 years agoUse GitSource in the stub executable
Yehuda Katz [Fri, 30 May 2014 01:02:28 +0000 (18:02 -0700)]
Use GitSource in the stub executable

10 years agoUpdate GitSource
Yehuda Katz [Fri, 30 May 2014 00:49:53 +0000 (17:49 -0700)]
Update GitSource

10 years agoInitial GitSource pass
Yehuda Katz [Thu, 29 May 2014 22:07:07 +0000 (15:07 -0700)]
Initial GitSource pass

10 years agoTests passing again
Yehuda Katz [Thu, 29 May 2014 21:31:09 +0000 (14:31 -0700)]
Tests passing again

10 years agoUp to date with master
Yehuda Katz [Thu, 29 May 2014 21:06:43 +0000 (14:06 -0700)]
Up to date with master

10 years agoUp to date with master
Yehuda Katz [Thu, 29 May 2014 20:57:31 +0000 (13:57 -0700)]
Up to date with master

10 years agoCompile all deps into the root projects target dir
Carl Lerche [Thu, 29 May 2014 00:31:23 +0000 (17:31 -0700)]
Compile all deps into the root projects target dir

10 years agoExplicitly pass root package to ops::package_compile
Carl Lerche [Wed, 28 May 2014 04:01:43 +0000 (21:01 -0700)]
Explicitly pass root package to ops::package_compile

10 years agoRemove unnecessary BasicTerminal
Yehuda Katz [Wed, 28 May 2014 05:06:38 +0000 (22:06 -0700)]
Remove unnecessary BasicTerminal

10 years agoImprove shell and add tests
Yehuda Katz [Wed, 28 May 2014 01:53:30 +0000 (18:53 -0700)]
Improve shell and add tests

10 years agoInitial pass at a Shell
Yehuda Katz [Wed, 28 May 2014 01:33:06 +0000 (18:33 -0700)]
Initial pass at a Shell

10 years agoExtra log output + polish rough edges
Carl Lerche [Wed, 28 May 2014 00:21:28 +0000 (17:21 -0700)]
Extra log output + polish rough edges

10 years agoStart adding a shell abstraction
Yehuda Katz [Tue, 27 May 2014 23:47:04 +0000 (16:47 -0700)]
Start adding a shell abstraction

10 years agoTrack rust master
Carl Lerche [Tue, 27 May 2014 23:14:34 +0000 (16:14 -0700)]
Track rust master

10 years agoMore log output
Carl Lerche [Thu, 22 May 2014 21:50:11 +0000 (14:50 -0700)]
More log output

10 years agoGit now fetches DBs and clones repos from them
Yehuda Katz [Mon, 26 May 2014 22:48:11 +0000 (15:48 -0700)]
Git now fetches DBs and clones repos from them

10 years agoAdd support for updating git repos
Yehuda Katz [Mon, 26 May 2014 20:54:24 +0000 (13:54 -0700)]
Add support for updating git repos

10 years agoUp to date with master (StrBuf->String)
Yehuda Katz [Mon, 26 May 2014 18:52:33 +0000 (11:52 -0700)]
Up to date with master (StrBuf->String)

10 years agoRe-export op fns in cargo::ops
Carl Lerche [Thu, 22 May 2014 21:26:36 +0000 (14:26 -0700)]
Re-export op fns in cargo::ops

10 years agoStart adding logging in cargo command
Carl Lerche [Thu, 22 May 2014 21:03:56 +0000 (14:03 -0700)]
Start adding logging in cargo command

10 years agoFix Makefile
Carl Lerche [Thu, 22 May 2014 20:05:57 +0000 (13:05 -0700)]
Fix Makefile

10 years agoA few updates to GitSource
Yehuda Katz [Thu, 22 May 2014 19:52:49 +0000 (12:52 -0700)]
A few updates to GitSource

10 years agoInitial work on the git source
Yehuda Katz [Thu, 22 May 2014 00:53:05 +0000 (17:53 -0700)]
Initial work on the git source

10 years agoRemove traces of ~str
Yehuda Katz [Tue, 20 May 2014 06:14:49 +0000 (23:14 -0700)]
Remove traces of ~str

10 years agoUpdate to Rust master
Yehuda Katz [Tue, 20 May 2014 05:40:50 +0000 (22:40 -0700)]
Update to Rust master

10 years agoRename cargo/mod.rs -> cargo/lib.rs
Carl Lerche [Tue, 13 May 2014 21:11:00 +0000 (14:11 -0700)]
Rename cargo/mod.rs -> cargo/lib.rs

10 years agoStart integrating VersionReq
Carl Lerche [Tue, 13 May 2014 19:52:13 +0000 (12:52 -0700)]
Start integrating VersionReq

10 years agoWrote more integration tests for cargo compile
Yehuda Katz [Tue, 13 May 2014 00:33:13 +0000 (17:33 -0700)]
Wrote more integration tests for cargo compile

At the moment, the rustc exec for the root project inherits the stdout
and stderr FDs (so that warnings and errors flow through), but
output from dependencies is only emitted if the compilation fails to
avoid warning noise from dependencies.

10 years agoInitial pass at VersionReq
Carl Lerche [Sat, 10 May 2014 21:16:12 +0000 (14:16 -0700)]
Initial pass at VersionReq

10 years agoMore tests for error cases in compile
Yehuda Katz [Fri, 9 May 2014 23:57:13 +0000 (16:57 -0700)]
More tests for error cases in compile

Also some refactoring of the error structure. More cleanup work around
human-readable and CLI errors is still required.

10 years agoUp to master
Yehuda Katz [Fri, 9 May 2014 22:01:05 +0000 (15:01 -0700)]
Up to master

10 years agoSwitch important_paths to using result::CargoResult
Carl Lerche [Fri, 9 May 2014 17:29:49 +0000 (10:29 -0700)]
Switch important_paths to using result::CargoResult

10 years agoMark errors as deprecated
Carl Lerche [Fri, 9 May 2014 17:21:36 +0000 (10:21 -0700)]
Mark errors as deprecated

10 years agoMisc cleanup
Carl Lerche [Fri, 9 May 2014 17:10:39 +0000 (10:10 -0700)]
Misc cleanup

10 years agoClean up process DSL in tests
Yehuda Katz [Fri, 9 May 2014 00:50:28 +0000 (17:50 -0700)]
Clean up process DSL in tests

10 years agoAdd Show to ProcessBuilder
Yehuda Katz [Fri, 9 May 2014 00:50:10 +0000 (17:50 -0700)]
Add Show to ProcessBuilder

10 years agoMore work on porting errors
Carl Lerche [Fri, 9 May 2014 00:48:12 +0000 (17:48 -0700)]
More work on porting errors

10 years agoGet nested dependencies working
Yehuda Katz [Thu, 8 May 2014 23:49:58 +0000 (16:49 -0700)]
Get nested dependencies working

10 years agoSupport any bytes container
Yehuda Katz [Thu, 8 May 2014 21:12:38 +0000 (14:12 -0700)]
Support any bytes container

10 years agoStart migrating to new CargoResult
Carl Lerche [Thu, 8 May 2014 20:38:16 +0000 (13:38 -0700)]
Start migrating to new CargoResult

10 years agoGet compile test passing
Yehuda Katz [Thu, 8 May 2014 20:33:04 +0000 (13:33 -0700)]
Get compile test passing

10 years agoCleanup ProcessBuilder
Carl Lerche [Thu, 8 May 2014 20:13:38 +0000 (13:13 -0700)]
Cleanup ProcessBuilder

10 years agoTrack Rust master changes
Carl Lerche [Thu, 8 May 2014 20:10:08 +0000 (13:10 -0700)]
Track Rust master changes

10 years agoMore up to date
Yehuda Katz [Thu, 8 May 2014 20:03:21 +0000 (13:03 -0700)]
More up to date

10 years agoUpdate Hamcrest
Carl Lerche [Thu, 8 May 2014 20:03:21 +0000 (13:03 -0700)]
Update Hamcrest

10 years agoHave cargo-compile automatically find the root
Yehuda Katz [Wed, 7 May 2014 23:46:43 +0000 (16:46 -0700)]
Have cargo-compile automatically find the root

TODO: Deal with Paths vs. Strings (which come from serialized forms like
flags and manifests)

10 years agoGet cargo-read-manifest working again
Yehuda Katz [Wed, 7 May 2014 23:35:55 +0000 (16:35 -0700)]
Get cargo-read-manifest working again

10 years agoClean up cargo-compile
Yehuda Katz [Wed, 7 May 2014 22:48:43 +0000 (15:48 -0700)]
Clean up cargo-compile

10 years agoMerge pull request #7 from Aeyk/patch-1
Yehuda Katz [Wed, 7 May 2014 22:43:20 +0000 (15:43 -0700)]
Merge pull request #7 from Aeyk/patch-1

Update README.md

10 years agoClean up error messages from config
Yehuda Katz [Wed, 7 May 2014 21:26:40 +0000 (14:26 -0700)]
Clean up error messages from config

10 years agoTest unit tests passing again
Carl Lerche [Wed, 7 May 2014 00:22:55 +0000 (17:22 -0700)]
Test unit tests passing again

10 years agoSource list returns summaries
Carl Lerche [Tue, 6 May 2014 23:24:00 +0000 (16:24 -0700)]
Source list returns summaries

10 years agoComment cleanup
Carl Lerche [Tue, 6 May 2014 05:01:34 +0000 (22:01 -0700)]
Comment cleanup

10 years agoCore struct refactor
Carl Lerche [Tue, 6 May 2014 04:54:49 +0000 (21:54 -0700)]
Core struct refactor

10 years agoAdd some convenience methods
Yehuda Katz [Tue, 6 May 2014 02:46:14 +0000 (19:46 -0700)]
Add some convenience methods

10 years agoBreak apart internal and CLI errors
Yehuda Katz [Tue, 6 May 2014 02:33:07 +0000 (19:33 -0700)]
Break apart internal and CLI errors

The Cargo library now uses internal errors to represent problems, and
the operations convert those errors into CLIErrors, which contain a
user-friendly error message, additional information for verbose mode,
and an exit code.

10 years agoCleanup ProcessBuilder, work towards getting tests passing
Carl Lerche [Mon, 5 May 2014 23:27:43 +0000 (16:27 -0700)]
Cleanup ProcessBuilder, work towards getting tests passing

10 years agoFix a bunch of warnings
Yehuda Katz [Mon, 5 May 2014 21:33:28 +0000 (14:33 -0700)]
Fix a bunch of warnings

10 years agoStart breaking up cargo-compile
Yehuda Katz [Mon, 5 May 2014 18:33:04 +0000 (11:33 -0700)]
Start breaking up cargo-compile

10 years agoBring up to date with Rust master
Yehuda Katz [Mon, 5 May 2014 18:32:49 +0000 (11:32 -0700)]
Bring up to date with Rust master

10 years agocargo-compile delegates to cargo-rustc
Carlhuda [Fri, 2 May 2014 01:14:24 +0000 (18:14 -0700)]
cargo-compile delegates to cargo-rustc

10 years agoLet the resolver return a PackageSet
Yehuda Katz [Fri, 2 May 2014 00:12:07 +0000 (17:12 -0700)]
Let the resolver return a PackageSet

10 years agoMerge branch 'master' of https://github.com/carlhuda/cargo
Yehuda Katz [Fri, 2 May 2014 00:06:39 +0000 (17:06 -0700)]
Merge branch 'master' of https://github.com/carlhuda/cargo

10 years agoCompiling with deps progress
Carl Lerche [Thu, 1 May 2014 22:23:45 +0000 (15:23 -0700)]
Compiling with deps progress

10 years agoUse the resolver to collect packages
Yehuda Katz [Thu, 1 May 2014 19:58:21 +0000 (12:58 -0700)]
Use the resolver to collect packages

10 years agoProgress towards compiling with dependencies
Carl Lerche [Thu, 1 May 2014 19:52:09 +0000 (12:52 -0700)]
Progress towards compiling with dependencies

10 years agoMove package mapping to Source
Yehuda Katz [Thu, 1 May 2014 04:38:45 +0000 (21:38 -0700)]
Move package mapping to Source

10 years agoMap config paths onto Packages
Yehuda Katz [Thu, 1 May 2014 00:13:50 +0000 (17:13 -0700)]
Map config paths onto Packages

TODO: Move this logic into PathSource

10 years agoTopological sort of packages
Carl Lerche [Wed, 30 Apr 2014 20:59:04 +0000 (13:59 -0700)]
Topological sort of packages

10 years agoAPI for SerializedManifest->Manifest and other org
Yehuda Katz [Wed, 30 Apr 2014 22:23:03 +0000 (15:23 -0700)]
API for SerializedManifest->Manifest and other org

Also fleshed out the Package struct.

Setting up to convert a vec of project paths into a vec of Packages to
pass to cargo-rustc.

10 years agoBump rust-toml
Yehuda Katz [Wed, 30 Apr 2014 21:35:11 +0000 (14:35 -0700)]
Bump rust-toml