]> git.proxmox.com Git - cargo.git/history - src/doc
Adjust the edition2021 resolver diff report.
[cargo.git] / src / doc /
2021-07-01 borsAuto merge of #9531 - 5225225:cargo-doc-open-fix, r...
2021-06-22 borsAuto merge of #9574 - ehuss:weak-namespaced, r=alexcrichton
2021-06-22 borsAuto merge of #9563 - ehuss:link-cdylib-warning, r...
2021-06-21 borsAuto merge of #9579 - wickerwaka:env-config-override...
2021-06-18 borsAuto merge of #9583 - rust-lang:dependabot/cargo/opener...
2021-06-17 borsAuto merge of #9589 - ehuss:testsuite-diff, r=alexcrichton
2021-06-16 Eric HussMove comparison and diffing code to a new module.
2021-06-14 borsAuto merge of #9568 - hi-rustin:rustin-patch-error...
2021-06-10 borsAuto merge of #9565 - KubaP:doc-fix, r=ehuss
2021-06-10 borsAuto merge of #9561 - In-line:add-warning-for-ignored...
2021-06-10 KubaPAdd missing information to the man pages
2021-06-09 KubaPAdd mising information regarding `cargo doc`
2021-06-09 borsAuto merge of #9550 - hi-rustin:rustin-patch-feat,...
2021-06-09 borsAuto merge of #9522 - Aelnor:respect_user_choice_of_bin...
2021-06-09 borsAuto merge of #9547 - lu-zero:members_mut, r=alexcrichton
2021-06-09 borsAuto merge of #9520 - weihanglo:tree-prune, r=ehuss
2021-06-08 hi-rustinAdd test and update docs
2021-06-07 borsAuto merge of #9556 - ehuss:gitignore-doc-fix, r=alexcr...
2021-06-07 Eric HussFix typo in gitignore docs.
2021-06-05 borsAuto merge of #9515 - pickfire:patch-1, r=ehuss
2021-06-04 borsAuto merge of #9540 - ehuss:unstable-tracking, r=alexcr...
2021-06-04 borsAuto merge of #9538 - ehuss:docs-include-exclude, r...
2021-06-03 Eric HussAdd some tracking issues to unstable docs.
2021-06-03 Eric HussUpdate documentation for include/exclude.
2021-06-01 borsAuto merge of #9322 - jameshilliard:split-host, r=josht...
2021-06-01 borsAuto merge of #9523 - ehuss:link-args-validate, r=alexc...
2021-06-01 borsAuto merge of #9420 - In-line:unknown-features-suggesti...
2021-06-01 borsAuto merge of #9529 - weihanglo:refactor/make_dep_path...
2021-06-01 borsAuto merge of #9524 - ehuss:rustflags-compatibility...
2021-05-30 Eric HussAdd a note about passing in rustflags that conflict...
2021-05-30 Eric HussAdd a note about rustflags compatibility.
2021-05-29 Weihang Lodoc(carog-tree): new `--prune` option
2021-05-28 borsAuto merge of #9499 - weihanglo:tree-depth, r=ehuss
2021-05-28 Weihang LoMerge branch 'master' into tree-depth
2021-05-28 borsAuto merge of #9488 - weihanglo:issue-9165, r=ehuss
2021-05-27 borsAuto merge of #9517 - alexcrichton:update-rrar, r=ehuss
2021-05-24 borsAuto merge of #9486 - Dirbaio:link-arg-bin, r=ehuss
2021-05-24 borsAuto merge of #9473 - lf-:meow, r=ehuss
2021-05-21 Jadedocs: `cargo-doc.browser` -> `doc.browser`; mention...
2021-05-20 Dario NieuwenhuisAdd unstable docs for `cargo:rustc-link-arg-bin=foo...
2021-05-20 Alik AslanyanMerge branch 'master' of github.com:rust-lang/cargo...
2021-05-19 Weihang Lodoc: generated via build-man.sh
2021-05-19 Weihang Lodoc(cargo-tree): add `--depth` option
2021-05-18 borsAuto merge of #9493 - ehuss:contrib-git-url, r=alexcrichton
2021-05-18 borsAuto merge of #9495 - dunkyl:master, r=ehuss
2021-05-18 dunkylCapitalization
2021-05-18 dunkyltypo
2021-05-18 dunkyldash-style command-line
2021-05-18 dunkyl2 typos
2021-05-17 Eric HussAdd GitHub link to contributor guide.
2021-05-15 Weihang Lodoc: generated via build-man.sh
2021-05-15 Weihang Lodoc: add `no-proc-macro` description for `--edges`
2021-05-14 borsAuto merge of #9484 - kklibo:master, r=ehuss
2021-05-14 kklibofix 6 typos
2021-05-11 borsAuto merge of #9468 - PaulDance:fix-rustdoc-warnings...
2021-05-11 JadeAdd a cargo-doc.browser config option
2021-05-10 borsAuto merge of #9477 - ehuss:link-test-chapter, r=alexcr...
2021-05-10 Eric HussLink to the new rustc tests chapter.
2021-05-10 borsAuto merge of #9469 - PaulDance:fossil-local-settings...
2021-05-07 borsAuto merge of #9375 - vojtechkral:tests-target-dir...
2021-05-06 Vojtech KralAdd CARGO_TARGET_TMPDIR env var for integration tests...
2021-05-05 borsAuto merge of #9457 - ehuss:unstable-doc-updates, r...
2021-05-04 Eric HussAdd a TOC to the unstable chapter.
2021-05-04 Eric HussAdd `cargo rustc --print` unstable docs.
2021-05-04 Eric HussElaborate a little on future-incompat unstable docs.
2021-05-04 Eric HussSome cleanup.
2021-05-04 borsAuto merge of #9456 - ehuss:env-split-debuginfo, r...
2021-05-04 Eric HussAdd CARGO_PROFILE_<name>_SPLIT_DEBUGINFO to env docs.
2021-05-04 Eric HussRemove trailing spaces.
2021-05-03 James HilliardAdd dedicated tracking issues for host-config/target...
2021-05-03 borsAuto merge of #9438 - ehuss:report-subcommand, r=alexcr...
2021-05-01 James HilliardDocument target-applies-to-host and fixup host-config...
2021-05-01 borsAuto merge of #9186 - weihanglo:issue-9054, r=alexcrichton
2021-05-01 borsAuto merge of #9439 - ehuss:contrib-crates, r=Eh2406
2021-04-30 Eric HussDocument the other crates in the codebase in the contri...
2021-04-30 borsAuto merge of #9395 - weihanglo:issue-8483, r=alexcrichton
2021-04-29 borsAuto merge of #9434 - ehuss:collision-doc-j1, r=Eh2406
2021-04-29 borsAuto merge of #9429 - ehuss:unstable-updates2, r=alexcr...
2021-04-29 borsAuto merge of #9421 - lf-:meowwwwww, r=alexcrichton
2021-04-28 Eric HussAdd missing tracking issues and unstable docs.
2021-04-26 James HilliardDocument and feature-gate host-config tables.
2021-04-26 borsAuto merge of #9030 - Ekleog:target-setting, r=alexcrichton
2021-04-26 borsAuto merge of #9404 - ehuss:rustdoc-fingerprint-remove...
2021-04-24 borsAuto merge of #9405 - Hawk777:cargo-pkg-for-build-scrip...
2021-04-24 Christopher HeadDocument that CARGO_PKG_ are availble to build.rs
2021-04-24 Léo GaspardExpose build.target .cargo/config setting as packages...
2021-04-23 borsAuto merge of #9392 - alexcrichton:fix-patch-git-head...
2021-04-21 borsAuto merge of #9386 - ehuss:ehuss-profile-typo, r=alexc...
2021-04-21 Eric HussFix typo in profile docs
2021-04-20 borsAuto merge of #9365 - jyn514:rustc-bootstrap-crate...
2021-04-20 borsAuto merge of #9369 - PicoJr:fix-9350, r=ehuss
2021-04-20 borsAuto merge of #9379 - stanislav-tkach:patch-1, r=Eh2406
2021-04-20 Stanislav TkachSemVer Compatibility: an struct -> a struct
2021-04-19 borsAuto merge of #9368 - weihanglo:issue-9319, r=ehuss
2021-04-19 borsAuto merge of #9376 - nicolaiunrein:patch-1, r=alexcrichton
2021-04-19 nicolaiunreinFix typo in book
2021-04-18 borsAuto merge of #9348 - matklad:wrapper-fingerprint,...
2021-04-18 borsAuto merge of #9372 - weihanglo:missing-split-debuginfo...
2021-04-18 Weihang Lodoc: add split-debuginfo doc in config chapter
2021-04-09 borsAuto merge of #9338 - tniessen:typo-doc-suport, r=ehuss
next