]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-11-14 Valerii HioraBuild only lib from package
2014-11-13 borsauto merge of #844 : alexcrichton/cargo/less-registry...
2014-11-13 borsauto merge of #857 : alexcrichton/cargo/update, r=alexc...
2014-11-13 Alex CrichtonThe bundled gcc has moved locations
2014-11-12 Pierre KriegerFix OUT_DIR not being passed to rustdoc
2014-11-11 borsauto merge of #817 : alexcrichton/cargo/build-cmd,...
2014-11-11 Alex CrichtonUpgrade all deps to using build scripts
2014-11-11 borsauto merge of #827 : DiamondLovesYou/cargo/master,...
2014-11-11 Richard DiamondDon't count custom compile scripts as targets.
2014-11-11 Alex CrichtonUpdate the UI around using crates.io
2014-11-11 borsauto merge of #840 : alexcrichton/cargo/new-docs, r...
2014-11-11 borsauto merge of #829 : alexcrichton/cargo/less-paniks...
2014-11-11 Alex CrichtonTweak doc style to match crates.io
2014-11-11 borsauto merge of #828 : alexcrichton/cargo/issue-821,...
2014-11-11 Alex CrichtonCache build output in the target build directory
2014-11-11 borsauto merge of #816 : alexcrichton/cargo/issue-812,...
2014-11-10 Alex CrichtonDon't panic on unused overrides
2014-11-10 Alex CrichtonDon't look at custom build targets for output locs
2014-11-10 borsauto merge of #826 : tomaka/cargo/update-links-readme...
2014-11-10 Pierre KriegerUpdate links to windows nightlies in the README
2014-11-09 borsauto merge of #823 : DiamondLovesYou/cargo/master,...
2014-11-09 Richard DiamondRespect Target target vs host exe suffix distinction.
2014-11-07 Alex CrichtonClarify the documentation on `cargo test`
2014-11-07 borsauto merge of #815 : alexcrichton/cargo/another-fix...
2014-11-07 Alex CrichtonAnother fix for cross-compiled build scripts
2014-11-07 borsauto merge of #813 : alexcrichton/cargo/build-cmd-cross...
2014-11-07 Alex CrichtonFix build scripts and double-compiled packages
2014-11-07 Alex CrichtonFix cross compiling with a build script
2014-11-07 borsauto merge of #798 : alexcrichton/cargo/issue-777,...
2014-11-07 borsauto merge of #811 : alexcrichton/cargo/update, r=alexc...
2014-11-07 Alex CrichtonUpdate with breaking changes from tonight's nigthly
2014-11-06 Alex CrichtonPass `-C prefer-dynamic` for dylib dependencies
2014-11-06 Alex CrichtonFix a tidy issue with src/bin/cargo.rs
2014-11-06 Alex CrichtonMerge branch 'args' of https://github.com/ebfe/cargo...
2014-11-06 Alex CrichtonMerge branch 'add-did-you-mean' of https://github.com...
2014-11-06 Alex CrichtonMerge branch 'fix-build-auth-test.rs' of https://github...
2014-11-06 Paul WoolcockAdd 'did you mean...' message when a subcommand is...
2014-11-06 Steve Klabnikupdate rust-encoding
2014-11-06 Paul WoolcockTcpListener::bind now takes 1 argument instead of 2
2014-11-06 Michael GehringFix infinite recursion when invoked without args
2014-11-06 borsauto merge of #799 : alexcrichton/cargo/moar-parallel...
2014-11-05 borsauto merge of #804 : alexcrichton/cargo/moar-fixes...
2014-11-05 Alex CrichtonFix up some styling on the build-script docs
2014-11-05 Alex CrichtonFix some more flaky tests
2014-11-05 borsauto merge of #802 : alexcrichton/cargo/issue-801,...
2014-11-05 borsauto merge of #803 : alexcrichton/cargo/fix-some-tests...
2014-11-05 Alex CrichtonMore aggresively move_into_the_past for tests
2014-11-05 Alex CrichtonBuild lib tests and libraries in parallel
2014-11-05 borsauto merge of #792 : alexcrichton/cargo/build-cmd,...
2014-11-05 Alex CrichtonFix custom build tests on windows
2014-11-05 Alex CrichtonMove generated tarballs under target/package
2014-11-05 Alex CrichtonBe sure to lock purely optional dependencies
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
next