]> git.proxmox.com Git - cargo.git/history - src/cargo/ops/cargo_run.rs
Remove leading `get_` prefix from accessors
[cargo.git] / src / cargo / ops / cargo_run.rs
2015-02-06 Alex CrichtonRemove leading `get_` prefix from accessors
2015-02-06 Alex CrichtonDown with .as_slice()!
2015-02-06 Alex CrichtonUpdate to rust master
2015-01-16 borsAuto merge of #1172 - alexcrichton:issue-1087, r=huonw
2015-01-16 Alex CrichtonOverhaul how Config is passed around
2015-01-11 borsAuto merge of #1148 - FlaPer87:change-home, r=alexcrichton
2015-01-08 borsAuto merge of #1122 - alexcrichton:issue-1119, r=brson
2015-01-08 borsAuto merge of #1120 - rndr:issue-831, r=alexcrichton
2015-01-06 rndrAllow using --release flag with --example
2015-01-06 borsAuto merge of #1124 - wesleywiser:vcs_config_option...
2015-01-06 borsAuto merge of #1123 - alexcrichton:issue-1037, r=alexcr...
2015-01-05 Alex CrichtonUpdate to rust master
2015-01-05 borsAuto merge of #1126 - akiss77:pr-test_cargo_compile...
2015-01-05 borsAuto merge of #1107 - tomaka:extract-commands-system...
2015-01-04 Pierre KriegerBuild a CommandPrototype instead of a ProcessBuilder
2015-01-03 borsAuto merge of #1118 - brson:installer, r=alexcrichton
2014-12-31 borsAuto merge of #1110 - brson:install, r=alexcrichton
2014-12-31 Alex CrichtonMerge branch 'cargo_pkg_version' of https://github...
2014-12-30 borsAuto merge of #1102 - brson:rust-installer-v2, r=brson
2014-12-30 borsAuto merge of #1082 - alexcrichton:std-error, r=alexcri...
2014-12-30 Alex CrichtonClean up Cargo's util::errors module
2014-11-25 borsauto merge of #946 : alexcrichton/cargo/issue-933,...
2014-11-25 borsauto merge of #944 : alexcrichton/cargo/test-some-packa...
2014-11-24 borsauto merge of #936 : alexcrichton/cargo/issue-923,...
2014-11-24 borsauto merge of #919 : alexcrichton/cargo/issue-915,...
2014-11-24 borsauto merge of #964 : carols10cents/cargo/patch-1, r...
2014-11-23 borsauto merge of #956 : jakub-/cargo/newest-rust, r=alexcr...
2014-11-23 Jakub BukajUpdate to newest Rust
2014-11-19 borsauto merge of #907 : alexcrichton/cargo/update-curl...
2014-11-19 Alex CrichtonUpdate all dependencies to Rust master
2014-11-17 Alex CrichtonMerge branch 'lto' of https://github.com/BurntSushi...
2014-11-15 borsauto merge of #878 : alexcrichton/cargo/update-curl...
2014-11-14 borsauto merge of #865 : alexcrichton/cargo/no-more-name...
2014-11-13 Alex CrichtonRename --name flags to --<target-name>
2014-11-07 borsauto merge of #798 : alexcrichton/cargo/issue-777,...
2014-11-05 borsauto merge of #802 : alexcrichton/cargo/issue-801,...
2014-11-05 borsauto merge of #792 : alexcrichton/cargo/build-cmd,...
2014-11-05 Alex CrichtonAdd tests for other cargo cmds + -L propagation
2014-11-05 borsauto merge of #776 : alexcrichton/cargo/issue-488,...
2014-11-03 Alex CrichtonAdd a custom join_paths function to wrap the error
2014-10-31 borsauto merge of #773 : alexcrichton/cargo/update-all...
2014-10-30 borsauto merge of #735 : tomaka/cargo/platform-specific...
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-28 Tomas SedovicAdd `--name` and `--example` to cargo run
2014-08-28 borsauto merge of #416 : alexcrichton/cargo/dox, r=wycats
2014-08-27 borsauto merge of #453 : dotdash/cargo/glob, r=alexcrichton
2014-08-27 borsauto merge of #455 : alexcrichton/cargo/cargo-run,...
2014-08-27 Alex CrichtonFix cargo-run rebasings and tests
2014-08-27 Alex CrichtonMerge remote-tracking branch 'cmr/master'
2014-08-27 borsauto merge of #444 : alexcrichton/cargo/issue-54, r...
2014-08-27 borsauto merge of #441 : EduardoBautista/cargo/fix-inconsis...
2014-08-27 borsauto merge of #421 : alexcrichton/cargo/issue-418,...
2014-08-27 Alex CrichtonFix `cargo run` for renamed bin targets
2014-08-25 Corey Richardsoncargo-run: support target and release the same as cargo...
2014-08-25 borsauto merge of #434 : alexcrichton/cargo/issue-433,...
2014-08-25 Alex CrichtonAdd a new CARGO_MANIFEST_DIR environment variable
2014-08-11 Alex CrichtonMerge commit 'xanxys/master' into fix-some-bugs
2014-08-07 borsauto merge of #338 : alexcrichton/cargo/fix-dylib-tests...
2014-08-07 Alex CrichtonRobustly run binaries and tests after compilation
2014-08-07 borsauto merge of #336 : alexcrichton/cargo/no-more-locatio...
2014-08-07 Alex CrichtonRemove Location, use Url everywhere
2014-07-18 borsauto merge of #212 : fhahn/cargo/version, r=alexcrichton
2014-07-17 borsauto merge of #208 : alexcrichton/cargo/fix-main-name...
2014-07-17 Alex CrichtonFix inferred name of `src/main.rs`
2014-07-15 borsauto merge of #57 : ebfe/cargo/git-chmod, r=alexcrichton
2014-07-14 borsauto merge of #195 : alexcrichton/cargo/install, r...
2014-07-14 borsauto merge of #190 : alexcrichton/cargo/cargo-run,...
2014-07-14 Alex CrichtonAdd a `cargo run` command