]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-09-06 Eh2406remove "D"
2018-09-06 Eh2406remove things depending on bad, rename some things
2018-09-06 Eh2406Copy the full case from https://github.com/rust-lang...
2018-09-06 borsAuto merge of #5987 - dwijnand:remove-cwd-root, r=alexc...
2018-09-06 borsAuto merge of #5985 - dwijnand:fix-rustc-wrapper-unset...
2018-09-06 Dale WijnandDon't use an empty RUSTC_WRAPPER
2018-09-06 Dale WijnandSimplify test::install_ignores_cargo_config
2018-09-06 Dale WijnandFix change in install::install_ignores_cargo_config
2018-09-06 Dale Wijnandsupport::git::Repository doesn't support .cargo (yet?)
2018-09-06 borsAuto merge of #5983 - alexcrichton:fix-rustc-wrapper...
2018-09-06 Dale WijnandRemove/reworksome redundant .cwd(p.root()) in tests
2018-09-05 Alex Crichtonfix: Fix unusual errors with `RUSTC_WRAPPER`
2018-09-05 borsAuto merge of #5977 - ehuss:timeout-doc, r=alexcrichton
2018-09-05 Eric HussFix http.timeout documentation.
2018-09-04 borsAuto merge of #5976 - ehuss:git-cli-test-win, r=alexcri...
2018-09-04 Eric HussAdd a way to skip the `use_the_cli` test for rust repo.
2018-09-04 borsAuto merge of #5973 - lostiniceland:5717-update-docs...
2018-09-04 Marc SchlegelRevert removal of default-value for curl low-speed...
2018-09-04 Marc SchlegelDo not use a disabled-option in the docs
2018-09-04 borsAuto merge of #5970 - tbu-:pr_doc_fixlink, r=alexcrichton
2018-09-04 borsAuto merge of #5971 - dwijnand:one-architecture, r...
2018-09-04 Dale WijnandMigrate some architecture notes from the wiki
2018-09-04 Tobias BucherFix a doc link
2018-09-03 borsAuto merge of #5957 - lostiniceland:5717-curl-low_speed...
2018-09-03 borsAuto merge of #5966 - matthiaskrgr:clippy_3, r=dwijnand
2018-09-03 Marc SchlegelProvide http-config option for curl low-speed-limit
2018-09-03 Matthias Krügerclippy: resolve all warnings about useless format!()
2018-09-02 borsAuto merge of #5874 - japaric:revert-revert-gh5606...
2018-09-01 Marc SchlegelProvide http-config option for curl low-speed-limit...
2018-09-01 Jorge Apariciofix unit test
2018-09-01 Jorge Apariciodrop CompileMode::Install; override target in `exec`
2018-09-01 Jorge Aparicioadd Install to all_modes
2018-09-01 Jorge Apariciofix test source
2018-09-01 Jorge Aparicioadd a note to the reference
2018-09-01 Jorge Apariciomake `cargo install` ignore .cargo/config
2018-08-31 borsAuto merge of #5944 - dwijnand:fix-force-rebuild, r...
2018-08-30 borsAuto merge of #5952 - dwijnand:fix-path-deep_dependenci...
2018-08-30 borsAuto merge of #5950 - dwijnand:cwd, r=alexcrichton
2018-08-30 Dale WijnandIntroduce the CWD macro in test output asserting
2018-08-30 Dale WijnandFix path::deep_dependencies_trigger_rebuild often faili...
2018-08-30 Dale WijnandAssert fix::doesnt_rebuild_dependencies stderr fully
2018-08-29 Dale WijnandOnly force rebuild of top-level units, not of unit...
2018-08-29 borsAuto merge of #5949 - dwijnand:extract-FixArgs-prepare_...
2018-08-29 Dale WijnandTest that cargo fix doesn't aggressively rebuild
2018-08-29 Dale WijnandExtract FixArgs::prepare_for_edition_resolve
2018-08-29 borsAuto merge of #5943 - dwijnand:fix-allow-staged, r...
2018-08-29 borsAuto merge of #5945 - dwijnand:remove-hamcrest, r=alexc...
2018-08-29 Dale WijnandActually delete the hamcrest module..
2018-08-29 Dale WijnandRemove further references to hamcrest in the docs
2018-08-29 Dale WijnandReplace some assert_that usage in doc comments
2018-08-29 Dale WijnandMove MatchResult from hamcrest to testsuite/support
2018-08-29 Dale WijnandRemove hamcrest Matcher
2018-08-29 Dale WijnandRemove hamcrest has_installed_exe & is_not
2018-08-29 Dale WijnandRemove hamcrest existing_file()
2018-08-29 Dale WijnandRemove hamcrest existing_dir()
2018-08-29 Dale WijnandRemove hamcrest contains()
2018-08-29 borsAuto merge of #5942 - dwijnand:less-assert_that, r...
2018-08-29 Dale WijnandRevert back to some .exec_with_output() usage
2018-08-28 Pascal HertleifAlways rebuild targets when using cargo-fix
2018-08-28 Pascal HertleifFix typo in `cargo fix --help`
2018-08-28 Dale WijnandMerge branch 'master' into fix-allow-staged
2018-08-28 Dale WijnandEnable Drop for Execs
2018-08-28 Dale WijnandAllow .build_command() to set Execs to ran
2018-08-28 Dale WijnandMake last two .exec_with_output() usages set Execs...
2018-08-28 Dale WijnandReplace .exec_with_output() usage with .with_stdout_con...
2018-08-28 Dale WijnandReplace .exec_with_output() usage with .run()
2018-08-28 Dale WijnandRemove a dead comment in testsuite/support/mod.rs
2018-08-28 Dale WijnandUpdate reference to .stream() in ARCHITECTURE.md
2018-08-28 Dale WijnandDrop reference to the [/] macro in ARCHITECTURE.md
2018-08-28 Dale WijnandReplace Output hamcrest matchers for Execs
2018-08-28 Dale WijnandReplace some bare ProcessBuilder usage with Execs
2018-08-28 Dale WijnandMake Project::process return Execs
2018-08-28 borsAuto merge of #5929 - dwijnand:remove-hamcrest, r=alexc...
2018-08-28 Dale WijnandMigrate from tests fom assert_that/execs to .run()
2018-08-28 Dale WijnandWrap ProcessBuilder in Execs & make .cargo return that
2018-08-28 Dale WijnandMake old Execs methods take not consume self
2018-08-28 Dale WijnandExtract Execs::match_process
2018-08-28 Dale WijnandAdd #[must_use] to Execs
2018-08-28 Dale WijnandInline Execs::_with_stderr
2018-08-28 Dale WijnandRemove an unrun "cargo build" ProcessBuilder
2018-08-25 borsAuto merge of #5939 - ehuss:test-package-docs, r=alexcr...
2018-08-24 Eric HussAdd documentation for creating test dependencies.
2018-08-24 borsAuto merge of #5935 - alexcrichton:vendor-paths, r...
2018-08-24 Alex CrichtonOnly use non-absolute paths for `path` dependencies
2018-08-24 borsAuto merge of #5628 - ehuss:metabuild, r=alexcrichton
2018-08-24 borsAuto merge of #5937 - ehuss:fix-codemap, r=alexcrichton
2018-08-24 Eric HussFix test failure on nightly due to `codemap::Span`...
2018-08-24 Eric HussNew metabuild strategy using custom src_path enum.
2018-08-23 Eric HussRemove unnecessary change.
2018-08-23 Eric HussAddress review comments.
2018-08-23 Eric HussMetabuild (RFC 2196)
2018-08-23 borsAuto merge of #5927 - dwijnand:uninstall-cwd, r=ehuss
2018-08-23 Dale WijnandHandle Window's missing file error message
2018-08-23 Dale WijnandMake "cargo uninstall" uninstall the cwd bins
2018-08-22 borsAuto merge of #5919 - RalfJung:mtime, r=alexcrichton
2018-08-22 Ralf Jungupdate comment based on further research
2018-08-22 borsAuto merge of #5926 - alexcrichton:more-errors, r=dwijnand
2018-08-22 borsAuto merge of #5925 - dwijnand:improve-install-cwd...
2018-08-22 Alex CrichtonList URL in HTTP download failures
2018-08-22 Dale WijnandFix compilation error
next