cargo.git
2018-04-28 Aleksey KladovRevert "Enable new behavior of `--feature`"
2018-04-27 borsAuto merge of #5384 - ehuss:profile-override, r=matklad
2018-04-27 Eric HussMinor style update.
2018-04-27 Eric HussComment why `deps_of` doesn't need to keep track of...
2018-04-27 Eric HussFix Unit/Context parameter order.
2018-04-27 Eric HussAvoid building libs and bins twice in `cargo build...
2018-04-27 Eric HussUpdate tests now that `cargo check` does not re-check...
2018-04-27 Eric HussAdd some more tests.
2018-04-27 Eric HussAdd thorough tests for target/profile selection.
2018-04-27 Eric HussMove profile override tests to a dedicated file.
2018-04-27 Eric Hussrustfmt
2018-04-27 Eric HussRemove last TODO comments.
2018-04-27 Eric HussSome test cleanup for profiles.
2018-04-27 Eric HussAdd more profile override validation tests.
2018-04-27 Eric HussAdd test for profile override on non-dev/release.
2018-04-27 Eric HussAdd warning if `panic` is set in test or bench profile.
2018-04-27 Eric HussAdd warnings for unknown profile overrides.
2018-04-27 Eric HussMinor tweaks on how examples are handled with tests...
2018-04-27 Eric HussAvoid running `build.rs` too often.
2018-04-27 Eric HussAdd extra rustc/rustdoc args to the fingerprint and...
2018-04-27 Eric HussUpdate for some review comments.
2018-04-27 Eric HussFix a variety of profile bugs.
2018-04-27 Eric HussMove `Profile` back into `Unit` as a copy.
2018-04-27 Eric HussMinor cleanup.
2018-04-27 Eric HussProfile Overrides (RFC #2282 Part 1)
2018-04-27 borsAuto merge of #5415 - alexcrichton:rename-same-dep...
2018-04-27 Alex CrichtonFix renaming crates as they come from 2 sources
2018-04-27 borsAuto merge of #5349 - bmwill:fetch-by-target, r=alexcri...
2018-04-27 borsAuto merge of #5410 - klnusbaum:edition_5406, r=matklad
2018-04-26 Brandon Williamscargo-fetch: add option to fetch for a target
2018-04-24 borsAuto merge of #5394 - henriklaxhuber:master, r=alexcrichton
2018-04-24 borsAuto merge of #5393 - smithsps:master, r=matklad
2018-04-24 borsAuto merge of #5398 - dwijnand:drop-legacy-paths, r...
2018-04-24 Simon SmithAdd target directory parameter: address suggestions
2018-04-24 Henrik LaxhuberMoved RUSTC_LINKER test into its own fn
2018-04-23 Simon SmithAdd target directory parameter --target-dir
2018-04-23 Henrik LaxhuberFixed RUSTC_LINKER test for Windows hosts
2018-04-23 Henrik LaxhuberFixed build script env var test
2018-04-23 Henrik LaxhuberAdded tests for RUSTC_LINKER buils script env var
2018-04-22 Kurtis Nusbaumswitch to using the --edition flag
2018-04-22 borsAuto merge of #5407 - klausi:fixed-minimal-versions...
2018-04-22 Klaus Purerfix(dependendies): Bump minimal dependency versions...
2018-04-22 borsAuto merge of #5405 - dwijnand:contributing-lint-overri...
2018-04-22 Dale WijnandDetail how to override lint warnings when compiling...
2018-04-22 borsAuto merge of #5404 - matklad:remove-useless-nightly...
2018-04-22 Aleksey KladovRemove some `is_nightly` checks from tests
2018-04-21 borsAuto merge of #5400 - kornelski:master, r=alexcrichton
2018-04-21 KornelDocs: rename gcc-rs → cc-rs
2018-04-21 Dale WijnandDrop legacy path support under Rust edition 2018 (or...
2018-04-21 Henrik LaxhuberAdded missing file extension
2018-04-21 Henrik LaxhuberChanged LINKER env var to RUSTC_LINKER, improved docs
2018-04-21 borsAuto merge of #5335 - dwijnand:target-autodiscovery...
2018-04-21 borsAuto merge of #5399 - dwijnand:cleanup/drop-an-old...
2018-04-21 Dale WijnandDrop an old visible doc TODO
2018-04-21 Henrik LaxhuberAdded documentation for LINKER environment variable
2018-04-20 Dale Wijnandbacktick auto-discovery key usage advice
2018-04-20 Dale Wijnandmanually line wrap warnings at 80 characters
2018-04-20 Dale Wijnandprefer PathBuf::display over {:?}
2018-04-20 Dale Wijnandavoid windows path assertion bug
2018-04-20 borsAuto merge of #5396 - dwijnand:arg_targets_all-typos...
2018-04-20 Dale Wijnandfix typos in arg_targets_all
2018-04-20 Dale WijnandIntroduce autoXXX keys for target auto-discovery
2018-04-20 Dale WijnandExtract toml_targets_and_inferred & inferred_to_toml_ta...
2018-04-20 Dale WijnandIncrease scope nesting to borrow
2018-04-20 Dale WijnandMove edition earlier in TomlManifest::to_real_manifest
2018-04-20 borsAuto merge of #5395 - dwijnand:contributing-setup-cross...
2018-04-20 Dale Wijnandadd contributing notes for cross compile test setup
2018-04-20 Henrik LaxhuberPass linker path to build script
2018-04-19 borsAuto merge of #5391 - varkor:check-message, r=alexcrichton
2018-04-19 varkorUpdate tests to check for Checking
2018-04-19 borsAuto merge of #5390 - matklad:new-feature-behavior...
2018-04-19 borsAuto merge of #5392 - ehuss:test-does-not-contain,...
2018-04-19 Eric HussFix `with_*_does_not_contain` to support `[..]` and...
2018-04-19 varkorPrint "Checking" for cargo check
2018-04-18 Aleksey KladovEnable new behavior of `--feature`
2018-04-18 borsAuto merge of #5389 - matklad:one-hard-cs-problem,...
2018-04-18 Aleksey KladovDon't try to use the same info if target == host
2018-04-18 Aleksey Kladovrustfmt
2018-04-18 Aleksey KladovImprove rustc cache
2018-04-18 borsAuto merge of #5386 - ysimonson:new-metadata, r=matklad
2018-04-18 Yusuf SimonsonExplicitly test for new package metadata fields
2018-04-18 Yusuf SimonsonAdded new metadata fields.
2018-04-18 borsAuto merge of #5379 - alexcrichton:bump-fieltime, r...
2018-04-18 borsAuto merge of #5383 - dwijnand:contributing-custom...
2018-04-18 borsAuto merge of #5381 - dwijnand:github-casing, r=alexcri...
2018-04-18 borsAuto merge of #5380 - dwijnand:typo, r=alexcrichton
2018-04-18 Dale Wijnandadd build-from-source info to Tests architecture docs
2018-04-17 Alex CrichtonBump version of `filetime` dependency
2018-04-17 borsAuto merge of #5372 - alexcrichton:bump, r=matklad
2018-04-17 Dale Wijnandtypo
2018-04-17 Dale WijnandFix how GitHub is written
2018-04-17 borsAuto merge of #5374 - matklad:simplify, r=alexcrichton
2018-04-17 borsAuto merge of #5361 - derekdreery:issue_5345, r=matklad
2018-04-17 Richard DoddAdd fix and some docs
2018-04-17 Aleksey KladovSimplify RegistryPackage deserialization
2018-04-17 Alex CrichtonBump to 0.28.0
2018-04-16 borsAuto merge of #5272 - Phlosioneer:5211-missing-size...
2018-04-16 PhlosioneerAdd compile-time check for ExactSizeIterator
2018-04-16 borsAuto merge of #5359 - matklad:rustc-cache, r=alexcrichton
2018-04-16 Aleksey Kladovrustc is rustc.exe on windows
next