cargo.git
2018-05-05 Alex CrichtonCop out on fixing a spurious test failure
2018-05-05 borsAuto merge of #5487 - matklad:mixed-deps, r=alexcrhiton
2018-05-05 Aleksey KladovFIx false positive warning
2018-05-05 borsAuto merge of #5486 - ehuss:deprecate-doc, r=matklad
2018-05-05 Eric HussDeprecate `doc` profile.
2018-05-05 borsAuto merge of #5485 - patriksvensson:feature/GH-5474...
2018-05-05 Patrik SvenssonMade adjustments based on feedback from review.
2018-05-05 Patrik SvenssonDo not allow running library examples.
2018-05-04 borsAuto merge of #5480 - alexcrichton:fix-regr, r=matklad
2018-05-04 Alex CrichtonFix optional deps in multiple sections
2018-05-04 borsAuto merge of #5483 - ehuss:disable-panic-test, r=matklad
2018-05-04 Eric HussDisable --all-targets panic tests until we can land...
2018-05-04 borsAuto merge of #5479 - matklad:ghost-hunting, r=alexcrichton
2018-05-04 Aleksey KladovTry to diagnose/fix spurious windows error with better...
2018-05-04 Aleksey KladovRevert "Attmept to fix a spurious failure on AppVeyor"
2018-05-04 borsAuto merge of #5476 - dwijnand:Registry-vs-Source-confu...
2018-05-04 Dale WijnandTrash RegistryBuilder, dead cfg(test) code
2018-05-04 Dale WijnandRe-organise Source impls method definition order
2018-05-04 Dale WijnandRe-simplify GitSource::query
2018-05-04 Dale WijnandMove query definitions back into Source impls!
2018-05-04 Dale WijnandRemove all "impl Registry for XSource" blocks!
2018-05-04 Dale WijnandDrop unnecessary Registry for Box
2018-05-04 Dale WijnandDuplicate query in Source, drop Registry parent type
2018-05-04 Dale WijnandStart moving methods from Registry to Source
2018-05-03 borsAuto merge of #5472 - alexcrichton:rename-rust, r=matklad
2018-05-03 Alex CrichtonRename the `rust` manifest key to `edition`
2018-05-03 borsAuto merge of #5473 - ehuss:autobin-warning, r=alexcrichton
2018-05-03 Eric HussAddress autobins warning.
2018-05-03 borsAuto merge of #5470 - alexcrichton:hopeful-fix, r=matklad
2018-05-03 Alex CrichtonAttmept to fix a spurious failure on AppVeyor
2018-05-03 borsAuto merge of #5468 - matklad:aliases, r=alexcrichton
2018-05-03 Aleksey KladovTweak error messages
2018-05-03 Aleksey KladovMake alias handling more straightforward
2018-05-03 borsAuto merge of #5464 - ehuss:restore-example-test, r...
2018-05-03 borsAuto merge of #5469 - matklad:fix-link, r=matklad
2018-05-03 Aleksey KladovFix link in docs
2018-05-03 borsAuto merge of #5466 - matklad:pr-5465, r=matklad
2018-05-03 Aleksey KladovFix the test
2018-05-03 Nick CameronRevert part to #5393
2018-05-03 Eric HussPartially revert change to testing examples.
2018-05-02 borsAuto merge of #5462 - matklad:install-releases, r=alexc...
2018-05-02 Aleksey KladovDon't install pre-releases by default
2018-05-02 borsAuto merge of #5459 - matklad:more-comments, r=alexcrichton
2018-05-02 borsAuto merge of #5456 - LukasKalbertodt:patch-1, r=matklad
2018-05-02 borsAuto merge of #5458 - alexcrichton:track-panic, r=matklad
2018-05-02 Lukas KalbertodtAdjust tests to new time output format
2018-05-02 Lukas KalbertodtShow elapsed time in minutes if >= 60 secs
2018-05-02 borsAuto merge of #5454 - alexcrichton:fix, r=matklad
2018-05-02 Aleksey KladovExplain why we need a `Vec<Dependency>` in `Resolve`.
2018-05-02 borsAuto merge of #5446 - csmoe:new_name, r=alexcrichton
2018-05-02 Alex CrichtonTrack panic mode in fingerprint
2018-05-02 borsAuto merge of #5432 - djc:split-context, r=alexcrichton
2018-05-02 Dirkjan OchtmanStore unit dependencies directly into Context
2018-05-02 Dirkjan OchtmanMove Links into context module
2018-05-02 Dirkjan OchtmanExtract new build_context module out of context module
2018-05-02 Dirkjan OchtmanSplit Context into two types
2018-05-02 Alex CrichtonFix optional dependencies and required dev-deps
2018-05-01 borsAuto merge of #5451 - DarkDrek:add_doc_clean, r=alexcri...
2018-05-01 DarkDrekAdd cargo clean --doc
2018-05-01 Dirkjan OchtmanLet Context store BuildConfig by reference
2018-05-01 borsAuto merge of #5447 - ehuss:ws-error-message, r=alexcri...
2018-05-01 borsAuto merge of #5448 - ehuss:debug_env, r=alexcrichton
2018-05-01 Eric HussBetter error message for `cargo rustc` in a workspace.
2018-05-01 csmoeadd test for project name
2018-05-01 csmoefix project name
2018-04-30 borsAuto merge of #5443 - rtsuk:update-doc-env-var, r=alexc...
2018-04-30 borsAuto merge of #5300 - djc:namespaced-features, r=alexcr...
2018-04-30 Eric HussFix "DEBUG" env var in build.rs for debug=0.
2018-04-30 Rob TsukUpdate documentation on config via environment variables
2018-04-30 Dirkjan OchtmanPut namespaced features behind a feature gate
2018-04-28 borsAuto merge of #5430 - matklad:bring-old-features-back...
2018-04-28 borsAuto merge of #5425 - matklad:rename-fingerprint, r...
2018-04-28 borsAuto merge of #5428 - matklad:graph-with-edges, r=alexc...
2018-04-28 borsAuto merge of #5429 - matklad:dashes-test, r=matklad
2018-04-28 Aleksey KladovExtend dashes forwarding test
2018-04-28 Aleksey KladovRevert "Enable new behavior of `--feature`"
2018-04-28 Aleksey KladovStore dependencies as edges of the graph
2018-04-28 Dirkjan OchtmanAdd some documentation about unstable namespaced-featur...
2018-04-28 Dirkjan OchtmanAdd tests for namespaced features
2018-04-28 Dirkjan OchtmanTake feature namespace into account while building...
2018-04-28 Dirkjan OchtmanKeep track of namespaced-features flag in Summary objects
2018-04-28 Dirkjan OchtmanAdd namespaced-features option for manifest [project...
2018-04-28 Dirkjan OchtmanMake a dependencies map while building feature map
2018-04-28 Dirkjan OchtmanSimplify retrieval of dependency data
2018-04-28 Aleksey KladovMix package renames into fingerprints
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.
next