]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-07-26 Dale WijnandReformat main::list_commands to return CommandInfo...
2018-07-26 borsAuto merge of #5803 - dwijnand:dependabot/cargo/crossbe...
2018-07-26 Dale WijnandUpgrade to crossbeam-utils's -new 0.5 API
2018-07-26 dependabot... Update crossbeam-utils requirement to 0.5
2018-07-26 borsAuto merge of #5794 - Nemo157:rustdoc-rename-extern...
2018-07-25 borsAuto merge of #5790 - dwijnand:dependabot/cargo/crossbe...
2018-07-25 Dale WijnandSwitch to crossbeam_utils crate, sidesteppin
2018-07-25 borsAuto merge of #5791 - dwijnand:oneline-files, r=alexcri...
2018-07-25 borsAuto merge of #5787 - dwijnand:dedup-manifest-further...
2018-07-25 Wim LoomanApply dependency renamings when running rustdoc
2018-07-25 Dale WijnandUpdate the minimal parking_lot_core version
2018-07-25 Dale WijnandDeclare one-line write_all contents on one line, too
2018-07-25 Dale WijnandDeclare one-line files on one line, in test projects
2018-07-25 Dale WijnandMigrate to crossbeam's new 0.4 API
2018-07-25 dependabot... Update crossbeam requirement to 0.4
2018-07-24 Dale WijnandDedup a bunch more manifest
2018-07-24 Dale WijnandReplace const BASIC_MANIFEST with basic_manifest("foo...
2018-07-24 borsAuto merge of #5782 - dwijnand:dedup-manifest, r=alexcr...
2018-07-24 borsAuto merge of #5621 - knight42:cargo-search-relaced...
2018-07-24 Dale WijnandDrop now unnecessary basic manifests
2018-07-24 borsAuto merge of #5757 - Eh2406:minimal-versions-build...
2018-07-24 Eh2406update curl so we don't need so may hacks
2018-07-24 borsAuto merge of #5779 - alexcrichton:msg, r=dwijnand
2018-07-24 Dale WijnandOpt-out all other failing tests
2018-07-24 Dale WijnandAdd an opt-out to the auto-generated Cargo.toml
2018-07-24 Dale WijnandInsert a basic Cargo.toml if one is not defined.
2018-07-24 Eh2406Use nightly for `-Z` but use `MSRV=stable` for test
2018-07-23 Alex CrichtonFix a formatting of a cargo fix message
2018-07-23 borsAuto merge of #5774 - dwijnand:generate-lockfile-stutte...
2018-07-23 Eh2406separate AppVeyor builder
2018-07-23 borsAuto merge of #5770 - alexcrichton:fix-no-warn-ignored...
2018-07-23 Eh2406separate Travis builder
2018-07-23 Eh2406typo
2018-07-23 borsAuto merge of #5768 - dwijnand:clippy, r=Eh2406
2018-07-23 Alex CrichtonDon't warn about ignored files in cargo-fix
2018-07-23 Dale WijnandDrop after_help in generate-lockfile
2018-07-23 borsAuto merge of #5773 - Metaswitch:cargo-owner-help,...
2018-07-23 Benjamin GillUpdate cargo owner `after_help` text
2018-07-23 Dale WijnandAdd a link to the Clippy's false positive bug around...
2018-07-23 Dale WijnandGive an explanation for exempting implicit_hasher
2018-07-23 Dale WijnandGive an explanation for exempting large_enum_variant
2018-07-23 Dale WijnandDocument DepFingerprint
2018-07-23 Dale WijnandClarify why type_complexity is exempted in Profile...
2018-07-23 knight42test: add test for replaced source
2018-07-23 knight42Only update the missing registry before search
2018-07-22 borsAuto merge of #5762 - dwijnand:test-mod-reorg, r=alexcr...
2018-07-22 Dale WijnandExempt a call from the redundant_closure linter
2018-07-22 Dale WijnandResolve a unnecessary_mut_passed lint warning
2018-07-22 Dale WijnandResolve 2 or_fun_call lint warnings
2018-07-22 Dale WijnandResolve a identity_conversion lint warning
2018-07-22 Dale WijnandResolve a nonminimal_bool lint warning
2018-07-22 Dale WijnandMove the allow(too_many_arguments) to the bin main.rs
2018-07-22 Dale WijnandResolve a needless_return lint warning
2018-07-22 Dale WijnandResolve a let_and_return lint warning
2018-07-22 Dale WijnandResolve 2 needless_pass_by_value lint warnings
2018-07-22 Dale WijnandExempt 2 functions from the implicit_hasher linter
2018-07-22 Dale WijnandExempt a type from the derive_hash_xor_eq linter
2018-07-22 Dale WijnandResolve a should_implement_trait lint warning
2018-07-22 Dale WijnandExempt 3 enums from the large_enum_variant linter
2018-07-22 Dale WijnandResolve a single_match lint warning
2018-07-22 Dale WijnandExempt a method from the boxed_local linter
2018-07-22 Dale WijnandExempt a method from the type_complexity linter
2018-07-22 Dale WijnandResolve 2 type_complexity lint warnings
2018-07-22 Dale WijnandResolve a type_complexity lint warning
2018-07-22 Dale WijnandResolve a useless_let_if_seq lint warning
2018-07-22 Dale WijnandReorganise the testsuite crate module hierarchy
2018-07-22 borsAuto merge of #5765 - ehuss:rustdoc-cap-lints, r=alexcr...
2018-07-22 Eric HussSupport --cap-lints in rustdoc.
2018-07-22 borsAuto merge of #5763 - ehuss:pkg-modify-mac, r=alexcrichton
2018-07-22 borsAuto merge of #5756 - Eh2406:clippy, r=alexcrichton
2018-07-22 Eric HussFix flakey test on MacOS.
2018-07-21 borsAuto merge of #5751 - RalfJung:default-run, r=alexcrichton
2018-07-21 Eh2406fix import for unix
2018-07-21 Eh2406we did not need a &(||...) we can just add a & at use
2018-07-21 Eh2406more general update
2018-07-21 Eh2406typo
2018-07-21 Eh2406a large number of clippy suggestions
2018-07-21 borsAuto merge of #5761 - dwijnand:project-food, r=alexcrichton
2018-07-21 Dale WijnandRework some test projects to use the "foo" default
2018-07-21 Eh2406clarify synthetic nature of dep
2018-07-21 Eh2406update min dependencies to build with minimal-versions...
2018-07-20 Eh2406test is ambitious let's start with check
2018-07-20 Eh2406add to CI
2018-07-20 Eh2406update min dependencies to build with minimal-versions
2018-07-20 borsAuto merge of #5752 - dwijnand:project_at, r=alexcrichton
2018-07-20 Dale WijnandMigrate trailing calls to `project` with an argument
2018-07-20 Dale WijnandRemove the argument from the `project` test support...
2018-07-20 Ralf Jungcargo run: on nightly, advertise the default-run feature
2018-07-19 Dale WijnandAdd tests/ProjectBuilder::at
2018-07-18 borsAuto merge of #5741 - rust-lang:dependabot/cargo/termco...
2018-07-18 dependabot... Update termcolor requirement to 1.0
2018-07-17 borsAuto merge of #5735 - enizor:doc-profile-debug, r=alexc...
2018-07-17 Rémi GardeDoc: manifest profile.X.debug can be either an u32...
2018-07-17 borsAuto merge of #5723 - alexcrichton:cargo-fix, r=ehuss
2018-07-17 Alex CrichtonImport `cargo fix` directly in to Cargo
2018-07-16 borsAuto merge of #5732 - Eh2406:sort_unstable, r=alexcrich...
2018-07-16 Eh2406most sorts can be unstable
2018-07-16 borsAuto merge of #5710 - RalfJung:default-run, r=alexcrichton
2018-07-16 Ralf Jungdocument new feature
2018-07-16 Ralf Jungfix code nits
next