]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-04-20 dylan_DPCfix mem replace unused
2020-04-19 borsAuto merge of #8134 - nnethercote:bitcode-in-rlib,...
2020-04-19 borsAuto merge of #8068 - ehuss:bcx-units, r=alexcrichton...
2020-04-19 Eric HussA few final minor fixes for bcx reorg.
2020-04-19 Alex CrichtonRun rustfmt
2020-04-19 Alex CrichtonRe-add code removed for debugging
2020-04-19 Alex CrichtonRemove lifetime from `Unit`
2020-04-19 Alex CrichtonMake `Unit` an owned value
2020-04-19 Alex CrichtonHide `Rc<Package>` under `Package`
2020-04-19 Eric Hussbcx reorg
2020-04-19 Eric HussWrap Package/Target in Rc.
2020-04-19 borsAuto merge of #8135 - ehuss:allows-dashes, r=Eh2406
2020-04-19 Eric HussRename allows_underscores to allows_dashes.
2020-04-19 borsAuto merge of #8130 - hbina:needless_borrow, r=ehuss
2020-04-19 Nicholas NethercoteChange `-Cembed-bitcode=no` use to `-Cbitcode-in-rlib...
2020-04-18 Hanif Bin AriffinFixed a needless borrow.
2020-04-17 borsAuto merge of #8126 - ehuss:link-changelog, r=alexcrichton
2020-04-17 borsAuto merge of #8094 - Freax13:fix-target, r=ehuss
2020-04-17 borsAuto merge of #8125 - ehuss:doc-config-toml, r=alexcrichton
2020-04-17 Eric HussAdd link to changelog in the Cargo book.
2020-04-17 borsAuto merge of #8123 - ehuss:fix-windows-pdb-dash, r...
2020-04-17 Eric HussAdd note about .cargo/config support.
2020-04-17 Tom Dohrmannadd test for doctests with custom target paths
2020-04-17 borsAuto merge of #8122 - kornelski:future-edition, r=Eh2406
2020-04-17 borsAuto merge of #8124 - ehuss:fs-cleanup, r=Eh2406
2020-04-17 Eric HussUse fs helpers instead of File functions.
2020-04-17 KornelHint upgrading for future edition keys
2020-04-17 Eric HussUse Path methods instead of fs::metadata.
2020-04-17 Eric HussFix pdb uplift when executable has dashes.
2020-04-16 borsAuto merge of #8121 - huangjiahua:update-documentation...
2020-04-16 huangjiahuaUpdate documentation to mention "config.toml" and ...
2020-04-16 borsAuto merge of #8119 - ehuss:new-err-formatting, r=alexc...
2020-04-16 Tom Dohrmannfix test
2020-04-16 Tom Dohrmannmake test use nightly
2020-04-16 Tom Dohrmannadd tests for doctests with cross compilation
2020-04-16 Tom Dohrmannadd clarifying comment
2020-04-16 Eric HussDon't use debug display for error object.
2020-04-15 borsAuto merge of #8115 - ehuss:tree-backwards-compat,...
2020-04-15 Eric HussAdd backwards-compatibility for old cargo-tree flags.
2020-04-15 borsAuto merge of #8114 - alexcrichton:change-condition...
2020-04-15 Alex CrichtonTry to avoid panics on buggy (?) clocks
2020-04-15 Tom DohrmannRevert "remove host & target attributes"
2020-04-15 Tom DohrmannRevert "fix running doctest for host target"
2020-04-14 Tom Dohrmannfix running doctest for host target
2020-04-13 borsAuto merge of #8093 - pfmooney:illumos-deps, r=alexcrichton
2020-04-13 Patrick MooneyUpdate dependencies to support illumos target
2020-04-13 borsAuto merge of #8102 - alexcrichton:more-spurious, r...
2020-04-13 Alex CrichtonWhitelist another known spurious curl error
2020-04-13 borsAuto merge of #8098 - ehuss:fix-exported_priv_warning...
2020-04-13 Eric HussFix nightly test matching rustc "warning" output.
2020-04-12 Tom Dohrmannremove host & target attributes
2020-04-11 borsAuto merge of #8096 - ehuss:codegen-units-default,...
2020-04-11 Eric HussUpdate default for codegen-units.
2020-04-11 Tom Dohrmannfix target
2020-04-10 borsAuto merge of #8087 - ehuss:freshness-interrupted2...
2020-04-09 Eric HussMore fingerprint and metadata comments.
2020-04-09 borsAuto merge of #8062 - ehuss:tree, r=alexcrichton
2020-04-09 borsAuto merge of #8069 - ehuss:build-finished, r=alexcrichton
2020-04-09 Eric HussFix freshness when linking is interrupted.
2020-04-09 borsAuto merge of #8074 - ehuss:package-features2, r=alexcr...
2020-04-09 Eric HussAdd some more exposition on fingerprints.
2020-04-09 borsAuto merge of #8090 - mbStavola:invalid-dep-naming...
2020-04-09 borsAuto merge of #8073 - ehuss:hash-channel, r=alexcrichton
2020-04-09 Matt StavolaAdd test for bad renaming
2020-04-09 Matt StavolaError on invalid dependency naming
2020-04-08 Eric HussAdd escape hatch for nightly version hashing.
2020-04-08 Eric HussMerge -Zpackage-features2 and -Zpackage-features.
2020-04-07 borsAuto merge of #8081 - t-nelis:index-commands-section...
2020-04-07 borsAuto merge of #8083 - t-nelis:mdbook-v0.3.7, r=ehuss
2020-04-07 Thibault NélisFetch mdBook in new location
2020-04-07 Thibault NélisIndex the commands section
2020-04-07 Thibault NélisUpgrade to mdBook v0.3.7
2020-04-07 borsAuto merge of #8080 - RoccoDev:master, r=alexcrichton
2020-04-07 borsAuto merge of #8079 - Timmmm:patch-1, r=alexcrichton
2020-04-07 RoccoCompatibility for rust-lang/rust#69926
2020-04-07 TimAdd note about converting triple case in environment...
2020-04-05 Eric HussUse the same filename hash for pre-release channels.
2020-04-05 Eric HussAdd "build-finished" JSON message.
2020-04-05 Eric HussImplement -Zpackage-features2
2020-04-04 Eric HussSwitch --invert to take the package name as an argument.
2020-04-04 Eric HussRename --dep-kinds to --edges and fold in --graph-features.
2020-04-03 borsAuto merge of #8066 - alexcrichton:embed-bitcode-no...
2020-04-02 Eric HussChange old flags to warnings instead of errors.
2020-04-02 Eric HussChange --no-dev-dependencies to --dep-kinds.
2020-04-02 Eric HussAdd hint about removal of --all-targets
2020-04-02 Eric HussCatch and display error about the --all flag.
2020-04-02 Eric HussChange --no-filter-targets to --target=all.
2020-04-02 Eric HussChange --no-indent and --prefix-depth to a single ...
2020-04-02 Eric HussFix tree format parsing for bare `}`
2020-04-02 Eric HussDon't show (*) deduplicate if a node doesn't have any...
2020-04-02 Eric HussDeduplicate nodes across roots.
2020-04-02 Eric HussTry to clarify how node edges works.
2020-04-02 Eric HussUpdate `cargo tree` from review comments.
2020-04-01 Alex CrichtonAdd support for `-Cembed-bitcode=no`
2020-03-31 Eric HussAdd `cargo tree` command.
2020-03-31 borsAuto merge of #8059 - Mark-Simulacrum:add-triagebot...
2020-03-31 Mark RousskovAdd triagebot configuration
2020-03-31 borsAuto merge of #8057 - ehuss:fix-man-owner-options,...
2020-03-31 Eric HussFix man page typo for "Owner Options".
2020-03-30 borsAuto merge of #8054 - jclulow:unix-progress, r=alexcrichton
next