cargo.git
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-23 Simon SmithAdd target directory parameter --target-dir
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 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-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-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
2018-04-16 Aleksey KladovSimplify
2018-04-16 Aleksey KladovMake rustc_info a hidden file
2018-04-16 Aleksey KladovHandle non-rustup cargo + rustup rustc in rustc cache
2018-04-16 borsAuto merge of #5360 - euclio:metadata, r=alexcrichton
2018-04-16 Aleksey KladovRemove `internal` from error handling
2018-04-16 borsAuto merge of #5357 - matklad:even-rust-has-format...
2018-04-15 Richard DoddBetter test description
2018-04-15 Richard Dodd[Wip] fix issue 5345
2018-04-14 Andy Russellinclude package metadata in `cargo metadata`
2018-04-14 Aleksey KladovCorrectly resolve executables in paths on windows
2018-04-14 Aleksey KladovAdd env-var to suppress rustc caching
2018-04-14 Aleksey KladovSpeedup no-op builds by caching rustc invocations
2018-04-14 Aleksey KladovHide BuildConfig.host_triple behind a getter
2018-04-14 Aleksey KladovAssociated Rustc with a build config
2018-04-14 Aleksey KladovExtract mtime calculation
2018-04-13 Aleksey KladovCorrectly print fractional part of a second
2018-04-13 borsAuto merge of #5355 - djc:target-info-no-context, r...
2018-04-13 borsAuto merge of #5354 - djc:config-initialization, r...
2018-04-13 Dirkjan OchtmanInline creation of TargetInfos in Context::new()
2018-04-13 Dirkjan OchtmanDon't require full Context to build a TargetInfo
2018-04-13 Dirkjan OchtmanRemove target_triple() method from Context
2018-04-13 Dirkjan OchtmanRemove host_triple() method from Context
2018-04-13 Dirkjan OchtmanRemove requested_target() method from Context
2018-04-13 Dirkjan OchtmanCorrect formatting with cargo fmt
2018-04-13 borsAuto merge of #5353 - matklad:features, r=alexcrichton
2018-04-13 Aleksey KladovNew semantics for `--features` flag
2018-04-12 Dirkjan OchtmanMove BuildConfig initialization into new() method
2018-04-12 Dirkjan OchtmanMove creation of TargetConfig into new() method
2018-04-12 borsAuto merge of #5350 - matklad:simplify-install, r=djc
2018-04-12 borsAuto merge of #5352 - surma-dump:what-is-a-manifest...
2018-04-12 SurmaRemove parens
2018-04-12 SurmaMention Cargo.toml in manifest help description
2018-04-12 borsAuto merge of #5346 - derekdreery:package_id_docs,...
2018-04-12 Richard Dodd... remove getter/setter docs
2018-04-12 Aleksey KladovCleanup formatting
2018-04-12 Aleksey KladovMinor simplification
2018-04-12 borsAuto merge of #5348 - djc:resolve-target-specific,...
2018-04-11 Dirkjan OchtmanMove compiler driver code from ops into core
2018-04-11 Dirkjan OchtmanUse relative dependencies inside cargo_rustc module
2018-04-11 Dirkjan OchtmanUse Unit type as interface to compilation
next