]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-11-05 Alex CrichtonFix custom build tests on windows
2014-11-05 Alex CrichtonExpand the "link to system libraries" section
2014-11-05 Alex CrichtonFollow through on the OUT_DIR promise for rustc compiles
2014-11-05 Alex CrichtonFix some flaky tests
2014-11-05 Alex CrichtonDox fixups
2014-11-05 Alex CrichtonFix the build command passing -L/-l without links
2014-11-05 Alex CrichtonBeef up documentation about build scripts
2014-11-05 Pierre KriegerUpdate documentation for new build command system
2014-11-05 Alex CrichtonReally fix `cargo test` and fix an OUT_DIR bug
2014-11-05 Alex CrichtonAdd a test for build commands with build commands
2014-11-05 Alex CrichtonImplement build-dependencies
2014-11-05 Alex CrichtonAdd tests for other cargo cmds + -L propagation
2014-11-05 Alex CrichtonEnsure fresh build commands populate build info
2014-11-05 Alex CrichtonRefine the dependency graph for build scripts
2014-11-05 Alex CrichtonImplement overrides via local cargo configuration
2014-11-05 Alex CrichtonFix lines_match test for matching process output
2014-11-05 Alex CrichtonImplement the `links` manifest key
2014-11-05 Pierre KriegerTweak tests that check whether the build script is...
2014-11-05 Pierre KriegerMove custom-build-related code in its own module
2014-11-05 Pierre KriegerAddress minor issues
2014-11-05 Pierre KriegerDeprecated a few more things
2014-11-05 Pierre KriegerAdd draft for passing metadata to dependencies
2014-11-05 Pierre KriegerJobs now send back their own description when they...
2014-11-05 Pierre KriegerFlags from custom build script are now used
2014-11-05 Pierre KriegerBuild command output now being checked and written...
2014-11-05 Pierre KriegerCustom build commands are now being run
2014-11-05 Pierre KriegerDeprecate old build system and add rust build script...
2014-11-05 Pierre KriegerExtract custom build tests and prefix with "old_"
2014-11-05 borsauto merge of #776 : alexcrichton/cargo/issue-488,...
2014-11-05 Alex CrichtonUpdate to rust master
2014-11-03 Alex CrichtonAdd a custom join_paths function to wrap the error
2014-11-01 borsauto merge of #791 : alexcrichton/cargo/update, r=alexc...
2014-11-01 Alex CrichtonUpdate the curl-rust dependency
2014-11-01 Jason Oziasupdated to work with DSTify Hash commit in rust
2014-10-31 borsauto merge of #775 : alexcrichton/cargo/issue-771,...
2014-10-31 borsauto merge of #774 : alexcrichton/cargo/issue-740,...
2014-10-31 borsauto merge of #773 : alexcrichton/cargo/update-all...
2014-10-31 borsauto merge of #783 : steveklabnik/cargo/require_curl...
2014-10-31 borsauto merge of #786 : alexcrichton/cargo/update, r=alexc...
2014-10-31 Alex CrichtonUpdate to rust master
2014-10-31 Steve KlabnikFix requirements in README
2014-10-31 borsauto merge of #780 : EduardoBautista/cargo/add-example...
2014-10-30 borsauto merge of #735 : tomaka/cargo/platform-specific...
2014-10-30 Eduardo BautistaSay where examples are placed after they are compiled
2014-10-30 borsauto merge of #779 : alexcrichton/cargo/update-deps...
2014-10-30 Alex CrichtonUpdate deps with fail => panic
2014-10-30 Steve Klabnikfail -> panic
2014-10-30 Alex CrichtonCheck USERNAME for a users's name with `cargo new`
2014-10-29 Alex CrichtonFix a repeated `cargo test` with examples
2014-10-29 borsauto merge of #772 : mattyhall/cargo/master, r=alexcrichton
2014-10-29 borsauto merge of #702 : tomassedovic/cargo/run-examples...
2014-10-29 Alex CrichtonBe sure to update all packages from a git source
2014-10-29 borsauto merge of #768 : alexcrichton/cargo/ssl-fixes,...
2014-10-29 Alex CrichtonFix compat with the current rust master
2014-10-29 Alex CrichtonUpdate curl-rust to handle SSL config for linuxes
2014-10-29 Matthew HallMake help command accept -h and --help
2014-10-29 Tomas SedovicAdd `--name` to `cargo test` and `cargo bench`
2014-10-28 Alex CrichtonRegister new snapshots and update the lockfile format
2014-10-28 Tomas SedovicAdd `--name` and `--example` to cargo run
2014-10-28 borsauto merge of #769 : tomaka/cargo/delete-design, r...
2014-10-28 Pierre KriegerRemove .vimrc, MANIFEST.md, and the DESIGN directory
2014-10-28 Pierre KriegerFix `sources::registry::parse_registry_dependency`
2014-10-28 Pierre KriegerFill `ops::registry::transmit` with the right value
2014-10-28 Pierre KriegerImplement platform-specific dependencies
2014-10-27 borsauto merge of #767 : alexcrichton/cargo/issue-637,...
2014-10-27 Alex CrichtonDon't encode precise in lockfile dep pointers
2014-10-27 borsauto merge of #765 : steveklabnik/cargo/fix_warnings...
2014-10-27 borsauto merge of #758 : alexcrichton/cargo/issue-751,...
2014-10-27 borsauto merge of #757 : alexcrichton/cargo/issue-743,...
2014-10-27 borsauto merge of #734 : alexcrichton/cargo/issue-728,...
2014-10-27 borsauto merge of #725 : alexcrichton/cargo/registry-fixes...
2014-10-27 borsauto merge of #766 : alexcrichton/cargo/fix-test-state...
2014-10-27 Alex CrichtonPropagate configuration parser errors
2014-10-27 Alex CrichtonBuild examples into `target/examples`
2014-10-27 Alex CrichtonDon't leave behind corrupt directories
2014-10-27 Alex CrichtonDocument the new manifest keys
2014-10-27 Alex CrichtonAvoid updating the registry too frequently
2014-10-27 Alex CrichtonRemove some unused imports
2014-10-27 Alex CrichtonAdd a cache to the registry source
2014-10-27 Alex CrichtonRespect yanks in the registry
2014-10-27 Alex CrichtonFix a flaky test relying on nondeterminsm
2014-10-27 Alex CrichtonMake SourceKind private
2014-10-27 Alex CrichtonIntegrate the lockfile and registry-based deps
2014-10-27 Alex CrichtonRestructure resolve/lockfile ops
2014-10-27 Alex CrichtonMake it easier to map dependencies in a summary
2014-10-27 Alex CrichtonRewrite registry tests for easier mocking and such
2014-10-27 Alex CrichtonDon't de-dup added sources
2014-10-27 Alex CrichtonDon't seed Registry with known source ids
2014-10-27 Alex CrichtonRemove the hokey add_lockfile_sources
2014-10-27 Alex CrichtonUpdate how cargo talks to the registry
2014-10-27 Steve Klabnikfix two warnings
2014-10-27 borsauto merge of #718 : alexcrichton/cargo/issue-715,...
2014-10-27 borsauto merge of #761 : kali/cargo/patch-1, r=alexcrichton
2014-10-27 Mathieu PoumeyrolTwo typos
2014-10-24 borsauto merge of #755 : pwoolcoc/cargo/fix-664, r=alexcrichton
2014-10-24 Paul Woolcockcargo new: Don't create a git repo in subdirectory
2014-10-24 borsauto merge of #750 : alexcrichton/cargo/no-more-travis...
2014-10-24 borsauto merge of #754 : blaenk/cargo/whitespace, r=alexcri...
2014-10-24 Jorge Israel... line up the comments
2014-10-23 borsauto merge of #752 : alexcrichton/cargo/typos, r=alexcr...
next