]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
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 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-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
2018-07-16 Ralf Jungorder of lits of binaries is not stable
2018-07-16 Ralf Jungfeature-gate default-run
2018-07-16 Ralf Jungimplement default-run option to set default binary...
2018-07-16 borsAuto merge of #5691 - Eh2406:hyphen-underscore, r=alexc...
2018-07-16 Eh2406only suggest lev_distance < 4
2018-07-16 borsAuto merge of #5543 - roblabla:doc-private-items, r...
2018-07-15 roblablaVerify that private items were actually documented
2018-07-15 roblablaAdd a test for document-private-items
2018-07-15 borsAuto merge of #5726 - ehuss:warn-virtual-keys, r=alexcr...
2018-07-15 borsAuto merge of #5727 - Eh2406:todos, r=alexcrichton
2018-07-15 Eh2406`recv_timeout` was stable in 1.12
2018-07-15 Eh2406remove unused Serialize
2018-07-15 Eh2406remove unused Deserialize
2018-07-15 Eh2406remove incorrect todo
2018-07-14 Eric HussWarn about unused virtual manifest keys.
2018-07-13 Eh2406oops...
2018-07-13 borsAuto merge of #5715 - euclio:third-party-help, r=alexcr...
2018-07-13 Andy Russelldocument custom subcommand help
2018-07-13 Eh2406add tests
2018-07-13 Eh2406move the Uncanonicalizing loop to a Iterator
2018-07-13 borsAuto merge of #5711 - alexcrichton:fix-stack-overflow...
2018-07-13 Andy Russellhelp: display external subcommand help
2018-07-13 borsAuto merge of #5700 - alexcrichton:update-width, r...
2018-07-13 Alex CrichtonPartially revert dep changes in #5651
2018-07-13 borsAuto merge of #5712 - alexcrichton:better-debug, r...
2018-07-12 Eh2406sort suggestions by distance
2018-07-12 borsAuto merge of #5716 - kennytm:unstable-compile-progress...
2018-07-12 kennytmCompile progress: Do not update when a build script...
2018-07-12 kennytmBring back the compile progress bar as an -Z option.
2018-07-12 Eh2406update test to get ci passing
2018-07-11 borsAuto merge of #5714 - jeremyBanks:docs-project-to-packa...
2018-07-11 borsAuto merge of #5713 - mbrubeck:doc, r=alexcrichton
2018-07-11 Jeremy BanksReplace remaining uses of `[project]` in documentation...
2018-07-11 Eh2406allow each source to recommend packages that are close...
2018-07-11 Matt BrubeckClarify FAQ about Cargo.lock for libraries
2018-07-11 Alex CrichtonImprove Debug display for a few types
2018-07-10 Eh2406add test for wrong_case in registry
2018-07-09 Eh2406add test for wrong_case in cargo.toml
2018-07-09 Alex CrichtonUpdate terminal width each time we print a display
2018-07-09 borsAuto merge of #5698 - alexcrichton:no-progress-sad...
2018-07-08 Eh2406start with the name as given, and cap the number to...
2018-07-08 Eh2406cargo +stable fmt
2018-07-08 Eh2406make index lookup robust to _ vs -
2018-07-08 Alex CrichtonDisable progress bar for build in Cargo
2018-07-08 borsAuto merge of #5694 - Eh2406:more_InternedString, r...
2018-07-08 Eh2406cargo fmt and impl Borrow<str> for InternedString
2018-07-07 Eh2406add the Cows back in and add a test to keep them
2018-07-07 Eh2406one more small change
2018-07-06 Eh2406oops...
2018-07-06 Eh2406reduce 2 more allocation of temp strings
2018-07-06 Eh2406reduce InternedString::new from the hot loop
2018-07-06 Eh2406reduce InternedString::new
2018-07-06 borsAuto merge of #5693 - rust-lang:dependabot/cargo/lazyce...
2018-07-06 Eh2406reduce more allocation of temp strings
2018-07-06 dependabot... Update lazycell requirement to 1.0
2018-07-06 Eh2406reduce allocation of temp strings
2018-07-06 borsAuto merge of #5680 - mikeyhew:fix-shell-quoting, r...
2018-07-06 Michael Hewsonadd `MSYSTEM=1` to shell_quoting test
2018-07-06 borsAuto merge of #5689 - ehuss:doc-opt-level, r=alexcrichton
2018-07-05 Eric HussDocument opt-level 's' and 'z' stabilized in 1.28.
2018-07-05 borsAuto merge of #5688 - nrc:rls-features, r=alexcrichton
2018-07-05 Nick CameronAdd missing winapi features
2018-07-05 borsAuto merge of #5571 - pickfire:patch-1, r=alexcrichton
2018-07-05 borsAuto merge of #5651 - ehuss:panic-rustdoc, r=matklad
next