]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
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
2018-07-05 borsAuto merge of #5685 - alexcrichton:fix-cargo-install...
2018-07-05 Alex CrichtonFix `cargo install` using a workspace target dir
2018-07-04 Michael Hewsonget the new test working
2018-07-03 borsAuto merge of #5666 - mikeyhew:fix-shell-quoting, r...
2018-07-03 Michael Hewsonadded a test that `feature=foo` will be quoted
2018-07-01 borsAuto merge of #5673 - matklad:no-internal, r=alexcrichton
2018-07-01 Aleksey KladovShow lockfile parsing errors without --verbose
2018-06-30 borsAuto merge of #5672 - ehuss:cbfct-take3, r=alexcrichton
2018-06-30 Eric Husscbfct: Take 3
2018-06-29 borsAuto merge of #5652 - Eh2406:masquerade_as_nightly_carg...
2018-06-29 borsAuto merge of #5669 - alexcrichton:less-build, r=matklad
2018-06-29 Eh2406default tests to stable and override where needed
2018-06-29 Alex CrichtonFix avoiding a rebuild when moving around a workspace
2018-06-29 borsAuto merge of #5620 - kennytm:compile-progress, r=matklad
2018-06-29 kennytmMore fixes.
2018-06-29 borsAuto merge of #5614 - infinity0:master, r=alexcrichton
2018-06-29 Michael HewsonAlways use the Display impl for ProcessBuilder output
2018-06-29 Ximin LuoSupport cross-compile install
2018-06-29 Ximin LuoRevert "`cargo install` will ignore the target triple...
2018-06-28 kennytmAddressed comments.
2018-06-28 kennytmDisplays a one line progress of what crates are current...
2018-06-28 Eric HussFix "Fresh" display with doctest units.
2018-06-27 borsAuto merge of #5660 - alexcrichton:bump, r=alexcrichton
2018-06-27 borsAuto merge of #5659 - djc:patch-1, r=alexcrichton
2018-06-27 borsAuto merge of #5645 - clarcharr:master, r=matklad
2018-06-27 Alex CrichtonBump to 0.30.0
2018-06-27 borsAuto merge of #5635 - siddharthasahu:patch-1, r=alexcri...
2018-06-27 borsAuto merge of #5625 - Eh2406:min_candidates_is_slow...
2018-06-27 borsAuto merge of #5623 - ehuss:doc-links, r=alexcrichton
2018-06-27 borsAuto merge of #5606 - vramana:fix/cargo-install, r...
2018-06-27 borsAuto merge of #5619 - Eh2406:remove_redundant_hashmap...
2018-06-27 borsAuto merge of #5616 - matklad:install-betas-from-git...
2018-06-27 Dirkjan OchtmanLink to tracking issues in unstable features documentation
next