]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-11-14 borsauto merge of #866 : eerden/cargo/shell-completion...
2014-11-14 borsauto merge of #870 : huonw/cargo/alex++, r=wycats
2014-11-14 borsauto merge of #863 : alexcrichton/cargo/issue-855,...
2014-11-14 borsauto merge of #845 : jbranchaud/cargo/add-missing-semic...
2014-11-14 Alex CrichtonImplement -l/--list for `cargo package`
2014-11-13 borsauto merge of #854 : alexcrichton/cargo/crates-io-dox...
2014-11-13 Huon WilsonAdd Alex to the authors.
2014-11-13 borsauto merge of #864 : tomaka/cargo/fix-814, r=alexcrichton
2014-11-13 borsauto merge of #862 : alexcrichton/cargo/issue-858,...
2014-11-13 barUpdate Makefile.in for installation
2014-11-13 borsauto merge of #842 : alexcrichton/cargo/issue-838,...
2014-11-13 borsauto merge of #859 : alexcrichton/cargo/issue-856,...
2014-11-13 Alex CrichtonPin rustc to a date with known snapshots
2014-11-13 barAdd zsh completion
2014-11-13 Pierre Krieger-l flag no longer pass to binaries if there's a library...
2014-11-13 Alex CrichtonAdd documentation about crates.io usage
2014-11-13 Alex CrichtonImplement a command to list owners of a crate
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 CrichtonFix a panic when building with build scripts
2014-11-13 Alex CrichtonThe bundled gcc has moved locations
2014-11-12 Pierre KriegerFix OUT_DIR not being passed to rustdoc
2014-11-12 jbranchaudAdd the semicolon missing from the generated main.rs...
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
next