cargo.git
2018-05-01 csmoeadd test for project name
2018-05-01 csmoefix project name
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.
2018-04-08 Eric HussAdd unstable documentation.
2018-04-08 borsAuto merge of #5322 - matklad:correctly-use-unstable...
2018-04-08 Aleksey KladovDocument how to use Cargo's internal logging
2018-04-08 borsAuto merge of #5319 - matklad:fix-profiler, r=Eh2406
2018-04-08 Aleksey KladovProperly use unstable options for out-dir
2018-04-08 Aleksey KladovDon't print profiling information twice
2018-04-07 borsAuto merge of #5317 - konstin:patch-1, r=matklad
2018-04-07 konstinAdd link to the sources of the book
2018-04-07 borsAuto merge of #5316 - matklad:profile-important-things...
2018-04-07 Aleksey KladovAdd profiling calls to stuff which is actually slow
2018-04-07 borsAuto merge of #5314 - matklad:need-more-time, r=alexcri...
2018-04-07 Aleksey KladovTry to measure all time it takes to compile code
2018-04-06 borsAuto merge of #5307 - alexcrichton:another-fix, r=matklad
2018-04-06 Alex CrichtonFix another issue of poisoning too eagerly
2018-04-06 borsAuto merge of #5302 - Eh2406:MoreRc, r=alexcrichton
2018-04-06 Eh2406use make_mut for cleaner code
2018-04-05 Eh2406use more Rc in the part of resolver that gets cloned...
2018-04-05 borsAuto merge of #5299 - ehuss:rustdoc-edition, r=matklad
2018-04-05 Eric HussUnpin nightly version in CI.
2018-04-05 Eric HussDon't use .arg() in test.
2018-04-05 Eric HussPass edition to rustdoc.
2018-04-05 borsAuto merge of #5280 - klausi:clippy-191-trvials, r...
2018-04-05 borsAuto merge of #5294 - memoryleak47:typo, r=alexcrichton
2018-04-05 memoryleak47fixed a few typos
2018-04-04 Klaus Purerchore(clippy): Fix test assertion and simplify code...
2018-04-04 Klaus Purerchore(clippy): Simplify to Path.exists() and remove...
2018-04-04 Klaus Purerchore(clippy): Simplify minor stuff found by clippy
2018-04-04 borsAuto merge of #5293 - Eh2406:InternMoreStrings, r=alexc...
2018-04-04 Eh2406Intern more strings
2018-04-04 borsAuto merge of #5292 - djc:feature-requirements, r=alexc...
2018-04-04 Dirkjan OchtmanRevert serialization of features to string type
2018-04-04 borsAuto merge of #5270 - djc:feature-requirements, r=Eh2406
2018-04-04 Dirkjan OchtmanExtract function to build feature map for readability
2018-04-04 Dirkjan OchtmanIntroduce FeatureValue enum for tracking feature types
2018-04-04 Dirkjan OchtmanDefine FeatureMap type as an abstraction
2018-04-04 borsAuto merge of #5290 - ehuss:lp-help, r=matklad
2018-04-04 Eric Husslocate-project: Fix help description.
2018-04-03 borsAuto merge of #5288 - alexcrichton:another-fix, r=matklad
2018-04-03 borsAuto merge of #5287 - matklad:safer-intern, r=Eh2406
2018-04-03 Alex CrichtonLess aggressively poison sources on builds
2018-04-03 Aleksey KladovSlightly improve InternedString
next