]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2015-02-06 borsAuto merge of #1271 - alexcrichton:issue-1267, r=brson
2015-02-06 borsAuto merge of #1270 - alexcrichton:issue-1105, r=brson
2015-02-06 borsAuto merge of #1269 - alexcrichton:issue-961, r=brson
2015-02-04 borsAuto merge of #1261 - alexcrichton:issue-1259, r=wycats
2015-02-04 Alex CrichtonAdd a flag to force resolution of a fingerprint
2015-02-04 Alex CrichtonRemove auto-cleaning of the build directory
2015-02-04 borsAuto merge of #1275 - alexcrichton:update, r=alexcrichton
2015-02-04 Alex CrichtonUpdate to the most current nightly
2015-02-04 Alex CrichtonMerge branch 'rust-master' of https://github.com/gbsf...
2015-02-04 Alex CrichtonAvoid `unwrap` when parsing lockfiles
2015-02-04 Alex CrichtonSupport update --precise for registry deps
2015-01-30 Gabriel Souza... Squelch warnings
2015-01-30 Gabriel Souza... Fix failing test
2015-01-30 Gabriel Souza... Remove unnecessary allow(unstable)
2015-01-30 Gabriel Souza... Update rustversion.txt
2015-01-30 Gabriel Souza... Workaround to make code compile
2015-01-30 Gabriel Souza... Update dependencies
2015-01-30 Gabriel Souza... Update log crate to v0.2
2015-01-30 Gabriel Souza... Writer::write → Writer::write_all
2015-01-30 Gabriel Souza... std::io → std::old_io
2015-01-30 borsAuto merge of #1250 - alexcrichton:issue-1248, r=brson
2015-01-30 borsAuto merge of #1243 - alexcrichton:issue-1239, r=brson
2015-01-29 borsAuto merge of #1247 - tshepang:hgignore-love, r=alexcri...
2015-01-29 borsAuto merge of #1242 - alexcrichton:issue-1236, r=wycats
2015-01-29 Alex CrichtonDon't require all submodules are checked out
2015-01-29 Alex CrichtonForbid cyclic dependencies
2015-01-29 Alex CrichtonConsider all targets for platform requirements
2015-01-29 Tshepang Lekhonkhobenew: use .{git,hg}ignore syntax that's also understood...
2015-01-29 Alex CrichtonConsider transitive fingerprints for freshness
2015-01-29 borsAuto merge of #1232 - alexcrichton:issue-1231, r=huonw
2015-01-28 borsAuto merge of #1238 - SimonSapin:patch-2, r=alexcrichton
2015-01-28 Simon SapinUpdate a code example for language change
2015-01-27 Alex CrichtonOptimize stack usage of activate_deps slightly
2015-01-26 borsAuto merge of #1227 - retep998:master, r=huonw
2015-01-26 Peter AtashianAdd explicit dependency on regex.
2015-01-25 borsAuto merge of #1222 - alexcrichton:update, r=alexcrichton
2015-01-25 Alex CrichtonUpdate to rust 2015-01-24
2015-01-25 Alex CrichtonMerge branch 'master' of https://github.com/suhr/cargo...
2015-01-24 borsAuto merge of #1218 - emanueLczirai:verbose1, r=alexcri...
2015-01-24 emanueLcziraipass --verbose to cargo when VERBOSE env is set
2015-01-24 Сухарикupdate to recent rust changes: part #2
2015-01-23 Сухарикfix build on recent rust: use `unwrap` on `encode`
2015-01-23 Сухарикupdate to recent rust changes: part #1
2015-01-22 borsAuto merge of #1202 - alexcrichton:issue-1201, r=huonw
2015-01-22 borsAuto merge of #1205 - alexcrichton:case-sensitivity...
2015-01-21 Alex CrichtonSearch the index case-insensitively
2015-01-20 borsAuto merge of #1199 - retep998:winapi, r=alexcrichton
2015-01-20 Alex CrichtonFix printing full descriptions on --verbose
2015-01-20 Peter AtashianUse external crates for Windows FFI
2015-01-20 borsAuto merge of #1190 - alexcrichton:issue-1186, r=alexcr...
2015-01-20 borsAuto merge of #1195 - alexcrichton:no-more-build-comman...
2015-01-20 borsAuto merge of #1196 - alexcrichton:issue-1187, r=alexcr...
2015-01-20 Alex CrichtonFix code example in the guide
2015-01-19 Alex CrichtonAugment dylib search paths for rustc/build scripts
2015-01-19 Alex CrichtonRemove infrastructure for the old custom build command
2015-01-19 borsAuto merge of #1193 - alexcrichton:update, r=huonw
2015-01-19 Alex CrichtonUpdate to rust master
2015-01-19 borsAuto merge of #1191 - alexcrichton:fix-bots, r=huonw
2015-01-19 Alex CrichtonFix nightly and improve merge error message
2015-01-19 Alex CrichtonUpdate `cargo update` syntax in the guide
2015-01-19 borsAuto merge of #1189 - alexcrichton:issue-1185, r=huonw
2015-01-19 Alex CrichtonUpdate build script docs for rustc changes
2015-01-18 borsAuto merge of #1183 - parkr:patch-1, r=wycats
2015-01-17 Parker MooreAdd note about specifying dependencies.
2015-01-16 borsAuto merge of #1176 - alexcrichton:less-relative, r...
2015-01-16 Alex CrichtonActually use absolute paths for crates.io crates
2015-01-16 borsAuto merge of #1172 - alexcrichton:issue-1087, r=huonw
2015-01-16 Alex CrichtonPrint human errors in traces by default
2015-01-16 Alex CrichtonDon't lose error traces in manifest parse errors
2015-01-16 Alex CrichtonAllow configuration of jobs by default via build.jobs
2015-01-16 Alex CrichtonAdd a configuration option for HTTP timeouts
2015-01-16 Alex CrichtonVastly improve configuration error messages
2015-01-16 Alex CrichtonOverhaul how Config is passed around
2015-01-16 borsAuto merge of #1166 - alexcrichton:docs, r=steveklabnik
2015-01-16 Alex CrichtonAdd a short section about path dependencies
2015-01-16 Alex CrichtonCall out libs a little more in the guide
2015-01-16 Alex CrichtonClarify that features are actually sets of features
2015-01-16 Alex CrichtonMention profiles in --help pages
2015-01-14 borsAuto merge of #1151 - alexcrichton:issue-1145, r=wycats
2015-01-14 Alex CrichtonPrint nicer messages on 'no package named' errors
2015-01-14 borsAuto merge of #1164 - alexcrichton:issue-209, r=huonw
2015-01-14 borsAuto merge of #1168 - alexcrichton:issue-822, r=huonw
2015-01-14 borsAuto merge of #1167 - alexcrichton:issue-820, r=huonw
2015-01-14 borsAuto merge of #1163 - alexcrichton:better-errors, r...
2015-01-14 borsAuto merge of #1165 - alexcrichton:issue-517, r=huonw
2015-01-14 Alex CrichtonUse same find -perm syntax as rustc
2015-01-14 Alex CrichtonProbe for a C compiler in the configure script
2015-01-14 Alex CrichtonRemove --travis from `cargo new`
2015-01-14 Alex CrichtonTweak how source paths are passed to the compiler
2015-01-14 Alex CrichtonImprove errors for invalid manifests
2015-01-13 borsAuto merge of #1160 - alexcrichton:update, r=alexcrichton
2015-01-13 Alex CrichtonUpdate to rust master
2015-01-13 borsAuto merge of #1161 - alexcrichton:issue-1159, r=huonw
2015-01-13 borsAuto merge of #1154 - tshepang:patch-1, r=alexcrichton
2015-01-13 Alex CrichtonRelax checks for error messages
2015-01-12 Tshepang Lekhonkhobedoc: typo fix
2015-01-11 borsAuto merge of #1148 - FlaPer87:change-home, r=alexcrichton
2015-01-11 borsAuto merge of #1149 - rndr:issue-1146, r=alexcrichton
2015-01-11 rndruse release profile for examples build with --release...
2015-01-10 Flavio PercocoDon't use `.cargo` for custom CARGO_HOME
next