| 2018-04-28 |
bors | Auto merge of #5429 - matklad:dashes-test, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-28 |
Aleksey Kladov | Extend dashes forwarding test |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
bors | Auto merge of #5384 - ehuss:profile-override, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Minor style update. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Comment why `deps_of` doesn't need to keep track of... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Fix Unit/Context parameter order. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Avoid building libs and bins twice in `cargo build... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Update tests now that `cargo check` does not re-check... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add some more tests. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add thorough tests for target/profile selection. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Move profile override tests to a dedicated file. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | rustfmt |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Remove last TODO comments. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Some test cleanup for profiles. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add more profile override validation tests. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add test for profile override on non-dev/release. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add warning if `panic` is set in test or bench profile. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add warnings for unknown profile overrides. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Minor tweaks on how examples are handled with tests... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Avoid running `build.rs` too often. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Add extra rustc/rustdoc args to the fingerprint and... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Update for some review comments. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Fix a variety of profile bugs. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Move `Profile` back into `Unit` as a copy. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Minor cleanup. |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Eric Huss | Profile Overrides (RFC #2282 Part 1) |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
bors | Auto merge of #5415 - alexcrichton:rename-same-dep... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
Alex Crichton | Fix renaming crates as they come from 2 sources |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
bors | Auto merge of #5349 - bmwill:fetch-by-target, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2018-04-27 |
bors | Auto merge of #5410 - klnusbaum:edition_5406, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-26 |
Brandon Williams | cargo-fetch: add option to fetch for a target |
commit | commitdiff | tree | snapshot |
| 2018-04-24 |
bors | Auto merge of #5394 - henriklaxhuber:master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-04-24 |
bors | Auto merge of #5393 - smithsps:master, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-24 |
bors | Auto merge of #5398 - dwijnand:drop-legacy-paths, r... |
commit | commitdiff | tree | snapshot |
| 2018-04-24 |
Simon Smith | Add target directory parameter: address suggestions |
commit | commitdiff | tree | snapshot |
| 2018-04-24 |
Henrik Laxhuber | Moved RUSTC_LINKER test into its own fn |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Simon Smith | Add target directory parameter --target-dir |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Henrik Laxhuber | Fixed RUSTC_LINKER test for Windows hosts |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Henrik Laxhuber | Fixed build script env var test |
commit | commitdiff | tree | snapshot |
| 2018-04-23 |
Henrik Laxhuber | Added tests for RUSTC_LINKER buils script env var |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
Kurtis Nusbaum | switch to using the --edition flag |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
bors | Auto merge of #5407 - klausi:fixed-minimal-versions... |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
Klaus Purer | fix(dependendies): Bump minimal dependency versions... |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
bors | Auto merge of #5405 - dwijnand:contributing-lint-overri... |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
Dale Wijnand | Detail how to override lint warnings when compiling... |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
bors | Auto merge of #5404 - matklad:remove-useless-nightly... |
commit | commitdiff | tree | snapshot |
| 2018-04-22 |
Aleksey Kladov | Remove some `is_nightly` checks from tests |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
bors | Auto merge of #5400 - kornelski:master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
Kornel | Docs: rename gcc-rs → cc-rs |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
Dale Wijnand | Drop legacy path support under Rust edition 2018 (or... |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
Henrik Laxhuber | Added missing file extension |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
Henrik Laxhuber | Changed LINKER env var to RUSTC_LINKER, improved docs |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
bors | Auto merge of #5335 - dwijnand:target-autodiscovery... |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
bors | Auto merge of #5399 - dwijnand:cleanup/drop-an-old... |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
Dale Wijnand | Drop an old visible doc TODO |
commit | commitdiff | tree | snapshot |
| 2018-04-21 |
Henrik Laxhuber | Added documentation for LINKER environment variable |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | backtick auto-discovery key usage advice |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | manually line wrap warnings at 80 characters |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | prefer PathBuf::display over {:?} |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | avoid windows path assertion bug |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
bors | Auto merge of #5396 - dwijnand:arg_targets_all-typos... |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | fix typos in arg_targets_all |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | Introduce autoXXX keys for target auto-discovery |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | Extract toml_targets_and_inferred & inferred_to_toml_ta... |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | Increase scope nesting to borrow |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | Move edition earlier in TomlManifest::to_real_manifest |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
bors | Auto merge of #5395 - dwijnand:contributing-setup-cross... |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Dale Wijnand | add contributing notes for cross compile test setup |
commit | commitdiff | tree | snapshot |
| 2018-04-20 |
Henrik Laxhuber | Pass linker path to build script |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
bors | Auto merge of #5391 - varkor:check-message, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
varkor | Update tests to check for Checking |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
bors | Auto merge of #5390 - matklad:new-feature-behavior... |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
bors | Auto merge of #5392 - ehuss:test-does-not-contain,... |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
Eric Huss | Fix `with_*_does_not_contain` to support `[..]` and... |
commit | commitdiff | tree | snapshot |
| 2018-04-19 |
varkor | Print "Checking" for cargo check |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Aleksey Kladov | Enable new behavior of `--feature` |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
bors | Auto merge of #5389 - matklad:one-hard-cs-problem,... |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Aleksey Kladov | Don't try to use the same info if target == host |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Aleksey Kladov | rustfmt |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Aleksey Kladov | Improve rustc cache |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
bors | Auto merge of #5386 - ysimonson:new-metadata, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Yusuf Simonson | Explicitly test for new package metadata fields |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Yusuf Simonson | Added new metadata fields. |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
bors | Auto merge of #5379 - alexcrichton:bump-fieltime, r... |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
bors | Auto merge of #5383 - dwijnand:contributing-custom... |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
bors | Auto merge of #5381 - dwijnand:github-casing, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
bors | Auto merge of #5380 - dwijnand:typo, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-04-18 |
Dale Wijnand | add build-from-source info to Tests architecture docs |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Alex Crichton | Bump version of `filetime` dependency |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
bors | Auto merge of #5372 - alexcrichton:bump, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Dale Wijnand | typo |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Dale Wijnand | Fix how GitHub is written |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
bors | Auto merge of #5374 - matklad:simplify, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
bors | Auto merge of #5361 - derekdreery:issue_5345, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Richard Dodd | Add fix and some docs |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Aleksey Kladov | Simplify RegistryPackage deserialization |
commit | commitdiff | tree | snapshot |
| 2018-04-17 |
Alex Crichton | Bump to 0.28.0 |
commit | commitdiff | tree | snapshot |
| 2018-04-16 |
bors | Auto merge of #5272 - Phlosioneer:5211-missing-size... |
commit | commitdiff | tree | snapshot |
| 2018-04-16 |
Phlosioneer | Add compile-time check for ExactSizeIterator |
commit | commitdiff | tree | snapshot |
| 2018-04-16 |
bors | Auto merge of #5359 - matklad:rustc-cache, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| next |