]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2016-07-24 Josh Stoneconfigure: Support --disable-option-checking
2016-07-22 borsAuto merge of #2908 - froydnj:spelling-fixes, r=alexcri...
2016-07-23 Nathan Froydfix typos in src/doc/manifest.md
2016-07-22 borsAuto merge of #2907 - alexcrichton:alias-no-override...
2016-07-22 Alex CrichtonDon't allow aliases to override builtin commands
2016-07-21 borsAuto merge of #2900 - matklad:lazy-config, r=alexcrichton
2016-07-20 Aleksey KladovUse LazyCell to implement lazy Config
2016-07-20 Aleksey KladovCoalesce config.rustc and config.rustc_info
2016-07-20 Aleksey KladovMove path to rustc into Rustc struct
2016-07-20 Aleksey KladovScrape tools config lazily
2016-07-19 borsAuto merge of #2811 - alexcrichton:network-is-error...
2016-07-19 borsAuto merge of #2893 - KasMA1990:patch-1, r=alexcrichton
2016-07-19 Kasper Møller... Include reference to Rust code structuring
2016-07-19 Alex CrichtonAdd flags to assert lock/cache behavior to Cargo
2016-07-18 borsAuto merge of #2891 - upsuper:fix-search-path, r=alexcr...
2016-07-18 Xidorn QuanSearch dylib path from cargo before system
2016-07-18 borsAuto merge of #2849 - wezm:publish_dry_run, r=alexcrichton
2016-07-18 borsAuto merge of #2889 - bennofs:fix-cargo-rustc-help...
2016-07-17 Wesley MooreAdd --dry-run option to publish sub-command
2016-07-17 Benno Fünfstückfix help for cargo rustc -p
2016-07-17 borsAuto merge of #2887 - wuranbo:doc-explain-doublebracket...
2016-07-17 吴冉波doc: manifest.md add explain about double-bracket
2016-07-17 borsAuto merge of #2885 - nelhage:ssh-retry-loop, r=alexcri...
2016-07-16 Nelson Elhagegit: only attempt ssh-agent authentication once
2016-07-16 borsAuto merge of #2883 - wuranbo:patch-1, r=alexcrichton
2016-07-16 吴冉波doc: typo
2016-07-15 borsAuto merge of #2881 - matklad:lazy-rustc-info, r=alexcr...
2016-07-15 Aleksey KladovRemove now unnecessary Rustc::blank method
2016-07-15 Aleksey KladovRetrieve Rustc info lazily
2016-07-14 borsAuto merge of #2879 - QuiltOS:replace-bug, r=alexcrichton
2016-07-14 John EricsonMerge branch 'master' into replace-bug
2016-07-14 John EricsonFix #2595 by skipping reflexive replacements
2016-07-14 John EricsonRefactor replacement logic
2016-07-14 John EricsonAdd minimal version of #2595 to test suite (test curren...
2016-07-14 borsAuto merge of #2876 - bennofs:fix-2851, r=alexcrichton
2016-07-14 Benno Fünfstückallow enabling features for deps with --features
2016-07-14 borsAuto merge of #2873 - integer32llc:typo, r=alexcrichton
2016-07-14 Jake GouldingFix typo in logging statement
2016-07-14 borsAuto merge of #2858 - QuiltOS:parser-clean, r=alexcrichton
2016-07-14 borsAuto merge of #2870 - matklad:add-host-triple, r=alexcr...
2016-07-13 borsAuto merge of #2679 - sbeckeriv:alias, r=alexcrichton
2016-07-13 Aleksey KladovAdd explicit host_triple to BuildConfig
2016-07-13 borsAuto merge of #2867 - mattscamp:add_jobs_flag, r=alexcr...
2016-07-13 John EricsonMove private function near the one area it is used
2016-07-13 John EricsonCleanup conversion of TOML to `SourceId`
2016-07-13 John EricsonUse flat_map to more concisely iterator through Options
2016-07-13 Aleksey KladovIntroduce `Context::host_triple` method
2016-07-13 Matthew CampAdd jobs flag to package
2016-07-12 borsAuto merge of #2863 - QuiltOS:specified-req, r=alexcrichton
2016-07-12 John EricsonMake the `DependencyInner::specified_req` field a bool.
2016-07-12 borsAuto merge of #2862 - alexcrichton:update-rust, r=alexc...
2016-07-12 Alex CrichtonUpdate the rust nightly to build cargo nightlies
2016-07-12 John EricsonTiny cleanup: functional update > mutation
2016-07-11 borsAuto merge of #2853 - matklad:reduce-duplication, r...
2016-07-11 borsAuto merge of #2852 - alexcrichton:doc-env-vars, r...
2016-07-11 Alex CrichtonDocument the RUSTC/RUSTDOC build script env vars
2016-07-11 Aleksey KladovReduce duplication in `Context` creation
2016-07-10 borsAuto merge of #2830 - munyari:rustc-env, r=alexcrichton
2016-07-09 Panashe M.... Assert that RUSTC and RUSTDOC are set correctly
2016-07-09 borsAuto merge of #2842 - alx741:update_manpages, r=alexcri...
2016-07-08 Daniel Campoverde... Man pages: add 'force' flag
2016-07-08 Daniel Campoverde... Man pages: add 'doc' flag
2016-07-08 Daniel Campoverde... Man pages: add 'explain' flag
2016-07-08 borsAuto merge of #2839 - alexcrichton:same-root, r=brson
2016-07-08 Alex CrichtonGenerate the same lock always in a workspace
2016-07-08 borsAuto merge of #2840 - matklad:remove-dead-code, r=alexc...
2016-07-08 Aleksey KladovRemove dead code
2016-07-07 borsAuto merge of #2835 - alexcrichton:bump, r=alexcrichton
2016-07-07 Alex CrichtonBump to 0.13.0
2016-07-07 Stephen Becker IVCommand alias or Alias command #1091
2016-07-06 borsAuto merge of #2815 - alexcrichton:lets-add-some-docs...
2016-07-06 Alex CrichtonDocument the [replace] section
2016-07-06 Panashe M.... Set environment variable for rustdoc in custom_build.rs
2016-07-06 borsAuto merge of #2828 - bennofs:cargo-repackage, r=alexcr...
2016-07-06 Panashe M.... Set environment variable for rustc in custom_build.rs
2016-07-06 borsAuto merge of #2829 - brson:doc, r=alexcrichton
2016-07-06 Benno Fünfstückcargo package: overwrite existing tarballs
2016-07-06 borsAuto merge of #2794 - alexcrichton:rustdocflags, r...
2016-07-05 Brian AndersonUse consistent capitalization in doc headers
2016-07-05 borsAuto merge of #2759 - alexcrichton:workspaces, r=brson
2016-07-05 Alex CrichtonImplement workspaces in Cargo
2016-07-05 borsAuto merge of #2826 - KaivoAnastetiks:fix/no-subcommand...
2016-07-05 Kaivo AnastetiksSplits a test on two lines to keep it below 100 chars.
2016-07-05 Kaivo AnastetiksAdd a test for invalid subcommand displayed on error.
2016-07-04 Kaivo AnastetiksDisplay the name of the unknown subcommand.
2016-07-04 borsAuto merge of #2822 - munyari:owner-man, r=alexcrichton
2016-07-03 Panashe M.... Add man page for owner subcommand
2016-07-03 borsAuto merge of #2821 - bennofs:no-transitive-dep-feature...
2016-07-02 Panashe M.... Add owner subcommand to cargo's man page
2016-07-01 Benno FünfstückDisallow specifying features of transitive deps
2016-06-29 borsAuto merge of #2804 - skeleten:master, r=alexcrichton
2016-06-29 borsAuto merge of #2809 - cardoe:config-updates, r=alexcrichton
2016-06-29 Doug Goldsteinbuild: add docdir to configure
2016-06-29 Doug Goldsteinbuild: respect datadir, infodir, mandir, libdir, and...
2016-06-29 skeletenMerge branch 'master' into master
2016-06-29 Doug Goldsteinbuild: write updated variables to config.mk
2016-06-29 Doug Goldsteinbuild: strip CFG_PREFIX from CFG_{DATADIR,MANDIR,INFODI...
2016-06-28 borsAuto merge of #2810 - munyari:jobs, r=alexcrichton
2016-06-28 Panashe M.... make jobs description fit inside 80 columns
2016-06-28 skeletenAdd color support for Windows consoles.
next