2020-04-20 |
bors | Auto merge of #8138 - Dylan-DPC:fix/transmute_unused... |
commit | commitdiff | tree |
2020-04-20 |
dylan_DPC | remove mem replace instead |
commit | commitdiff | tree |
2020-04-20 |
dylan_DPC | fix mem replace unused |
commit | commitdiff | tree |
2020-04-19 |
bors | Auto merge of #8134 - nnethercote:bitcode-in-rlib,... |
commit | commitdiff | tree |
2020-04-19 |
bors | Auto merge of #8068 - ehuss:bcx-units, r=alexcrichton... |
commit | commitdiff | tree |
2020-04-19 |
Eric Huss | A few final minor fixes for bcx reorg. |
commit | commitdiff | tree |
2020-04-19 |
Alex Crichton | Run rustfmt |
commit | commitdiff | tree |
2020-04-19 |
Alex Crichton | Re-add code removed for debugging |
commit | commitdiff | tree |
2020-04-19 |
Alex Crichton | Remove lifetime from `Unit` |
commit | commitdiff | tree |
2020-04-19 |
Alex Crichton | Make `Unit` an owned value |
commit | commitdiff | tree |
2020-04-19 |
Alex Crichton | Hide `Rc<Package>` under `Package` |
commit | commitdiff | tree |
2020-04-19 |
Eric Huss | bcx reorg |
commit | commitdiff | tree |
2020-04-19 |
Eric Huss | Wrap Package/Target in Rc. |
commit | commitdiff | tree |
2020-04-19 |
bors | Auto merge of #8135 - ehuss:allows-dashes, r=Eh2406 |
commit | commitdiff | tree |
2020-04-19 |
Eric Huss | Rename allows_underscores to allows_dashes. |
commit | commitdiff | tree |
2020-04-19 |
bors | Auto merge of #8130 - hbina:needless_borrow, r=ehuss |
commit | commitdiff | tree |
2020-04-19 |
Nicholas Nethercote | Change `-Cembed-bitcode=no` use to `-Cbitcode-in-rlib... |
commit | commitdiff | tree |
2020-04-18 |
Hanif Bin Ariffin | Fixed a needless borrow. |
commit | commitdiff | tree |
2020-04-17 |
bors | Auto merge of #8126 - ehuss:link-changelog, r=alexcrichton |
commit | commitdiff | tree |
2020-04-17 |
bors | Auto merge of #8094 - Freax13:fix-target, r=ehuss |
commit | commitdiff | tree |
2020-04-17 |
bors | Auto merge of #8125 - ehuss:doc-config-toml, r=alexcrichton |
commit | commitdiff | tree |
2020-04-17 |
Eric Huss | Add link to changelog in the Cargo book. |
commit | commitdiff | tree |
2020-04-17 |
bors | Auto merge of #8123 - ehuss:fix-windows-pdb-dash, r... |
commit | commitdiff | tree |
2020-04-17 |
Eric Huss | Add note about .cargo/config support. |
commit | commitdiff | tree |
2020-04-17 |
Tom Dohrmann | add test for doctests with custom target paths |
commit | commitdiff | tree |
2020-04-17 |
bors | Auto merge of #8122 - kornelski:future-edition, r=Eh2406 |
commit | commitdiff | tree |
2020-04-17 |
bors | Auto merge of #8124 - ehuss:fs-cleanup, r=Eh2406 |
commit | commitdiff | tree |
2020-04-17 |
Eric Huss | Use fs helpers instead of File functions. |
commit | commitdiff | tree |
2020-04-17 |
Kornel | Hint upgrading for future edition keys |
commit | commitdiff | tree |
2020-04-17 |
Eric Huss | Use Path methods instead of fs::metadata. |
commit | commitdiff | tree |
2020-04-17 |
Eric Huss | Fix pdb uplift when executable has dashes. |
commit | commitdiff | tree |
2020-04-16 |
bors | Auto merge of #8121 - huangjiahua:update-documentation... |
commit | commitdiff | tree |
2020-04-16 |
huangjiahua | Update documentation to mention "config.toml" and ... |
commit | commitdiff | tree |
2020-04-16 |
bors | Auto merge of #8119 - ehuss:new-err-formatting, r=alexc... |
commit | commitdiff | tree |
2020-04-16 |
Tom Dohrmann | fix test |
commit | commitdiff | tree |
2020-04-16 |
Tom Dohrmann | make test use nightly |
commit | commitdiff | tree |
2020-04-16 |
Tom Dohrmann | add tests for doctests with cross compilation |
commit | commitdiff | tree |
2020-04-16 |
Tom Dohrmann | add clarifying comment |
commit | commitdiff | tree |
2020-04-16 |
Eric Huss | Don't use debug display for error object. |
commit | commitdiff | tree |
2020-04-15 |
bors | Auto merge of #8115 - ehuss:tree-backwards-compat,... |
commit | commitdiff | tree |
2020-04-15 |
Eric Huss | Add backwards-compatibility for old cargo-tree flags. |
commit | commitdiff | tree |
2020-04-15 |
bors | Auto merge of #8114 - alexcrichton:change-condition... |
commit | commitdiff | tree |
2020-04-15 |
Alex Crichton | Try to avoid panics on buggy (?) clocks |
commit | commitdiff | tree |
2020-04-15 |
Tom Dohrmann | Revert "remove host & target attributes" |
commit | commitdiff | tree |
2020-04-15 |
Tom Dohrmann | Revert "fix running doctest for host target" |
commit | commitdiff | tree |
2020-04-14 |
Tom Dohrmann | fix running doctest for host target |
commit | commitdiff | tree |
2020-04-13 |
bors | Auto merge of #8093 - pfmooney:illumos-deps, r=alexcrichton |
commit | commitdiff | tree |
2020-04-13 |
Patrick Mooney | Update dependencies to support illumos target |
commit | commitdiff | tree |
2020-04-13 |
bors | Auto merge of #8102 - alexcrichton:more-spurious, r... |
commit | commitdiff | tree |
2020-04-13 |
Alex Crichton | Whitelist another known spurious curl error |
commit | commitdiff | tree |
2020-04-13 |
bors | Auto merge of #8098 - ehuss:fix-exported_priv_warning... |
commit | commitdiff | tree |
2020-04-13 |
Eric Huss | Fix nightly test matching rustc "warning" output. |
commit | commitdiff | tree |
2020-04-12 |
Tom Dohrmann | remove host & target attributes |
commit | commitdiff | tree |
2020-04-11 |
bors | Auto merge of #8096 - ehuss:codegen-units-default,... |
commit | commitdiff | tree |
2020-04-11 |
Eric Huss | Update default for codegen-units. |
commit | commitdiff | tree |
2020-04-11 |
Tom Dohrmann | fix target |
commit | commitdiff | tree |
2020-04-10 |
bors | Auto merge of #8087 - ehuss:freshness-interrupted2... |
commit | commitdiff | tree |
2020-04-09 |
Eric Huss | More fingerprint and metadata comments. |
commit | commitdiff | tree |
2020-04-09 |
bors | Auto merge of #8062 - ehuss:tree, r=alexcrichton |
commit | commitdiff | tree |
2020-04-09 |
bors | Auto merge of #8069 - ehuss:build-finished, r=alexcrichton |
commit | commitdiff | tree |
2020-04-09 |
Eric Huss | Fix freshness when linking is interrupted. |
commit | commitdiff | tree |
2020-04-09 |
bors | Auto merge of #8074 - ehuss:package-features2, r=alexcr... |
commit | commitdiff | tree |
2020-04-09 |
Eric Huss | Add some more exposition on fingerprints. |
commit | commitdiff | tree |
2020-04-09 |
bors | Auto merge of #8090 - mbStavola:invalid-dep-naming... |
commit | commitdiff | tree |
2020-04-09 |
bors | Auto merge of #8073 - ehuss:hash-channel, r=alexcrichton |
commit | commitdiff | tree |
2020-04-09 |
Matt Stavola | Add test for bad renaming |
commit | commitdiff | tree |
2020-04-09 |
Matt Stavola | Error on invalid dependency naming |
commit | commitdiff | tree |
2020-04-08 |
Eric Huss | Add escape hatch for nightly version hashing. |
commit | commitdiff | tree |
2020-04-08 |
Eric Huss | Merge -Zpackage-features2 and -Zpackage-features. |
commit | commitdiff | tree |
2020-04-07 |
bors | Auto merge of #8081 - t-nelis:index-commands-section... |
commit | commitdiff | tree |
2020-04-07 |
bors | Auto merge of #8083 - t-nelis:mdbook-v0.3.7, r=ehuss |
commit | commitdiff | tree |
2020-04-07 |
Thibault Nélis | Fetch mdBook in new location |
commit | commitdiff | tree |
2020-04-07 |
Thibault Nélis | Index the commands section |
commit | commitdiff | tree |
2020-04-07 |
Thibault Nélis | Upgrade to mdBook v0.3.7 |
commit | commitdiff | tree |
2020-04-07 |
bors | Auto merge of #8080 - RoccoDev:master, r=alexcrichton |
commit | commitdiff | tree |
2020-04-07 |
bors | Auto merge of #8079 - Timmmm:patch-1, r=alexcrichton |
commit | commitdiff | tree |
2020-04-07 |
Rocco | Compatibility for rust-lang/rust#69926 |
commit | commitdiff | tree |
2020-04-07 |
Tim | Add note about converting triple case in environment... |
commit | commitdiff | tree |
2020-04-05 |
Eric Huss | Use the same filename hash for pre-release channels. |
commit | commitdiff | tree |
2020-04-05 |
Eric Huss | Add "build-finished" JSON message. |
commit | commitdiff | tree |
2020-04-05 |
Eric Huss | Implement -Zpackage-features2 |
commit | commitdiff | tree |
2020-04-04 |
Eric Huss | Switch --invert to take the package name as an argument. |
commit | commitdiff | tree |
2020-04-04 |
Eric Huss | Rename --dep-kinds to --edges and fold in --graph-features. |
commit | commitdiff | tree |
2020-04-03 |
bors | Auto merge of #8066 - alexcrichton:embed-bitcode-no... |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Change old flags to warnings instead of errors. |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Change --no-dev-dependencies to --dep-kinds. |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Add hint about removal of --all-targets |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Catch and display error about the --all flag. |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Change --no-filter-targets to --target=all. |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Change --no-indent and --prefix-depth to a single ... |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Fix tree format parsing for bare `}` |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Don't show (*) deduplicate if a node doesn't have any... |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Deduplicate nodes across roots. |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Try to clarify how node edges works. |
commit | commitdiff | tree |
2020-04-02 |
Eric Huss | Update `cargo tree` from review comments. |
commit | commitdiff | tree |
2020-04-01 |
Alex Crichton | Add support for `-Cembed-bitcode=no` |
commit | commitdiff | tree |
2020-03-31 |
Eric Huss | Add `cargo tree` command. |
commit | commitdiff | tree |
2020-03-31 |
bors | Auto merge of #8059 - Mark-Simulacrum:add-triagebot... |
commit | commitdiff | tree |
2020-03-31 |
Mark Rousskov | Add triagebot configuration |
commit | commitdiff | tree |
2020-03-31 |
bors | Auto merge of #8057 - ehuss:fix-man-owner-options,... |
commit | commitdiff | tree |
next |