]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2014-07-20 Alex CrichtonFactor the metadata into test filenames
2014-07-20 Steve Klabnikfix deprecated usage
2014-07-18 Alex CrichtonUpdate to master
2014-07-17 borsauto merge of #213 : fhahn/cargo/fix-warnings-2, r...
2014-07-17 Florian HahnUse indexing instead of get() function to access Vec
2014-07-17 borsauto merge of #208 : alexcrichton/cargo/fix-main-name...
2014-07-17 borsauto merge of #211 : japaric/cargo/update-toml, r=alexc...
2014-07-17 Jorge AparicioUpdate toml submodule
2014-07-17 Alex CrichtonFix inferred name of `src/main.rs`
2014-07-16 borsauto merge of #206 : alexcrichton/cargo/update-toml...
2014-07-16 Alex CrichtonUpdate toml-rs
2014-07-15 borsauto merge of #202 : fhahn/cargo/master, r=alexcrichton
2014-07-15 Florian HahnAdd --destdir option to install.sh
2014-07-15 borsauto merge of #200 : thiagopnts/cargo/master, r=alexcri...
2014-07-15 thiagopntsundo inline for better readability
2014-07-15 thiagopntsMinor fixes for code style consistency
2014-07-15 borsauto merge of #57 : ebfe/cargo/git-chmod, r=alexcrichton
2014-07-14 borsauto merge of #199 : jdeseno/cargo/cleanup, r=alexcrichton
2014-07-14 Joshua DeSenoremove unecessary return statement
2014-07-14 borsauto merge of #198 : rust-lang/cargo/another-nightly...
2014-07-14 Alex CrichtonRe-attempt to fix the nightly windows installer
2014-07-14 Alex CrichtonRemove accidental debugging print
2014-07-14 borsauto merge of #197 : alexcrichton/cargo/fix-windows...
2014-07-14 Alex CrichtonAttempt to fix the windows dist bot
2014-07-14 borsauto merge of #196 : alexcrichton/cargo/linker-and...
2014-07-14 Alex CrichtonAllow configuratin ar/ld for rustc
2014-07-14 Alex CrichtonAllow tables in configuration
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 borsauto merge of #189 : alexcrichton/cargo/all-crate-types...
2014-07-14 Alex CrichtonAdd an installation script to the repo
2014-07-14 Alex CrichtonAdd a `cargo run` command
2014-07-13 borsauto merge of #176 : cburgdorf/cargo/docs_1, r=alexcrichton
2014-07-13 Christoph BurgdorfAdd documentation and make minor variable renames
2014-07-13 Alex CrichtonPass all formats via --extern for libs
2014-07-13 borsauto merge of #188 : huonw/cargo/remove-src-test, r...
2014-07-13 Huon WilsonRemove the src/test.rs implicit test.
2014-07-13 borsauto merge of #180 : sfackler/cargo/ndebug, r=wycats
2014-07-13 Steven FacklerPass --cfg ndebug when debug = false
2014-07-13 borsauto merge of #161 : alexcrichton/cargo/cargo-test...
2014-07-13 Alex CrichtonPass through extra arguments to `cargo test`
2014-07-12 borsauto merge of #172 : huonw/cargo/minor-refactoring...
2014-07-12 Huon WilsonMinor refactorings.
2014-07-12 borsauto merge of #170 : alexcrichton/cargo/same-name,...
2014-07-12 borsauto merge of #163 : o11c/cargo/examples, r=wycats
2014-07-11 Alex CrichtonUse PackageId in the DependencyQueue
2014-07-11 Ben LongbonsDo not run examples during 'cargo test'
2014-07-11 Ben LongbonsAdd support for external tests
2014-07-11 Ben LongbonsAdd support for examples
2014-07-11 borsauto merge of #169 : cburgdorf/cargo/name_clean, r...
2014-07-11 Christoph Burgdorflist `clean` command in help
2014-07-11 borsauto merge of #167 : alexcrichton/cargo/cross-compile...
2014-07-11 Alex CrichtonFinish plugin support
2014-07-11 borsauto merge of #166 : nielsle/cargo/command-env, r=alexc...
2014-07-11 Niels langager... Use command.env_set_all() instead of command.env()
2014-07-11 Alex CrichtonAdd some simple tests for cross compilation
2014-07-11 Alex CrichtonRefactor the parallel job queue to its own module
2014-07-11 Alex CrichtonRefactor fingerprint logic out of cargo_rustc
2014-07-11 Alex CrichtonRefactor Context into its own submodule
2014-07-11 Alex CrichtonRefactor `Job` to its own module
2014-07-11 Alex CrichtonImprove intra-target parallelism
2014-07-11 Alex CrichtonUpdate to master
2014-07-11 Alex CrichtonImplement a `plugin` flag for targets
2014-07-10 Alex CrichtonAdd bare-bones cross compilation support to cargo
2014-07-10 borsauto merge of #162 : rust-lang/cargo/fix-travis, r...
2014-07-10 Alex CrichtonFix travis builds
2014-07-10 borsauto merge of #157 : rust-lang/cargo/graph-resolve...
2014-07-10 Alex CrichtonFix some tests
2014-07-10 Alex CrichtonTighten up some tests
2014-07-10 Alex CrichtonFix filtering for test deps
2014-07-10 Alex CrichtonNo need for a TempDir, use `-` as input
2014-07-10 Alex Crichtonimpl Show for Profile
2014-07-10 Alex CrichtonAdd -u to `cargo test`
2014-07-10 Alex CrichtonMore updates to master
2014-07-10 Tomaka17Make README nightlies links clickable
2014-07-10 Michael GehringToStr::to_str -> ToString::to_string
2014-07-10 Yehuda KatzRemove hardcoding
2014-07-10 Yehuda KatzAdd some unit tests
2014-07-10 Yehuda KatzFixed a number of bugs related to rustc building
2014-07-10 Yehuda Katz... Resolve more correctly and add --extern
2014-07-09 Alex CrichtonDisable passing -g for now
2014-07-09 Alex CrichtonFix --release not compiling upstream deps with -O3
2014-07-09 Alex CrichtonFix testing bins with lib deps
2014-07-09 borsauto merge of #150 : rust-lang/cargo/source-id-cleanup...
2014-07-08 Yehuda Katz... Fix registry query fn
2014-07-08 Yehuda Katz... emit -C extra-filename and metadata
2014-07-08 Yehuda Katz... Refactor PackageId.namespace -> source_id
2014-07-08 borsauto merge of #147 : alexcrichton/cargo/ls-files, r...
2014-07-08 Alex CrichtonIgnore lib directory for exes check
2014-07-08 borsauto merge of #141 : jdeseno/cargo/cargo-clean, r=alexc...
2014-07-08 borsauto merge of #124 : alexcrichton/cargo/no-more-binarie...
2014-07-08 Alex CrichtonEnsure no more binaries are checked in
2014-07-08 Joshua DeSenocargo clean. resolves #51
2014-07-08 borsauto merge of #142 : rust-lang/cargo/new-names, r=alexc...
2014-07-08 Yehuda KatzRemove glob dependency
2014-07-08 borsauto merge of #125 : alexcrichton/cargo/issue-120,...
2014-07-08 Yehuda Katz... This updates Cargo for #[crate_name]
2014-07-08 Alex CrichtonWarn about missing [[lib]] and [[bin]] sections
2014-07-08 borsauto merge of #139 : tomjakubowski/cargo/fix-symlink...
2014-07-08 Tom JakubowskiIgnore the broken symlinks test on windows
next