cargo.git
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-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
2018-04-11 Dirkjan OchtmanMove cargo_rustc::compile_targets() to Context::compile()
2018-04-11 Dirkjan OchtmanHoist Context creation out of compile_targets()
2018-04-11 Dirkjan OchtmanDeliver units to compilation Context after initialization
2018-04-11 Dirkjan OchtmanError out early on empty targets
2018-04-11 Dirkjan OchtmanInitialize BuildConfig in a single place
2018-04-11 Dirkjan OchtmanInline single use variable binding
2018-04-11 Dirkjan OchtmanProcess build configuration before resolving dependencies
2018-04-11 Dirkjan OchtmanCorrect formatting with cargo fmt
2018-04-11 Richard DoddAdd docs
2018-04-11 borsAuto merge of #5341 - dwijnand:test-help, r=alexcrichton
2018-04-11 borsAuto merge of #5343 - dwijnand:contributing-fmt, r...
2018-04-11 Dale Wijnandadd a rustfmt detail to CONTRIBUTING.md
2018-04-11 Dale Wijnandtweak test/bench's help around filtering & libtest
2018-04-11 borsAuto merge of #5333 - dwijnand:warn-install-2018, r...
2018-04-10 Dale Wijnandmore cargo install usage adaptations in the same tests
2018-04-10 Dale Wijnandadapt legitimate cargo install usage to avoid the new...
2018-04-10 Dale Wijnandadd the inverse `is_not has_installed_exe` assertion
2018-04-10 Dale Wijnandwarn in 2015, error in 2018
2018-04-10 Dale Wijnandre-implement by adding a few from_cwd args
2018-04-10 Dale Wijnandfound a way to reuse SourceId::for_path in SourceId...
2018-04-10 Dale Wijnanddocument SourceId::from_cwd
2018-04-10 Dale Wijnandenable cargo edition feature & bump to 2018
2018-04-10 Dale WijnandWarn about cargo installing the cwd in 2018 edition
2018-04-09 borsAuto merge of #5331 - dwijnand:contributing-fmt, r...
2018-04-09 Dale WijnandTweak rustfmt details in CONTRIBUTING.md
2018-04-09 borsAuto merge of #5328 - dwijnand:doc-links-key, r=matklad
2018-04-09 Dale WijnandAdd a references to the links key in the manifest docs
2018-04-09 borsAuto merge of #5325 - dwijnand:patch-1, r=matklad
2018-04-09 Dale WijnandFix link to I-nominated in CONTRIBUTING.md
2018-04-09 borsAuto merge of #5323 - matklad:document-good-stuff,...
2018-04-08 borsAuto merge of #5318 - ehuss:unstable-docs, r=matklad
2018-04-08 Eric HussUpdate out-dir option for #5322.
2018-04-08 Eric HussClarify -Z minimal-versions.
next