summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-17Merge pull request #2389 from ehuss/bump-versionHEADv0.4.40masterEric Huss
Update to 0.4.40
2024-05-16Update to 0.4.40Eric Huss
2024-05-17Merge pull request #2386 from ehuss/revert-pulldown-cmarkEric Huss
Revert update to pulldown-cmark 0.11
2024-05-16Add comment not to update pulldown-cmark.Eric Huss
2024-05-16Revert "Merge pull request #2381 from ehuss/update-pulldown-cmark"Eric Huss
This reverts commit 8884008b4d10381316288badd588227da80f5820, (https://github.com/rust-lang/mdBook/pull/2381) reversing changes made to 3d6caa504f883f646eb98869eeb63e59b3fa7aa6. The `pulldown_cmark` types are a public API, which I did not realize.
2024-05-17Merge pull request #2385 from ehuss/bump-versionv0.4.39Eric Huss
Update to 0.4.39
2024-05-17Merge pull request #2384 from ehuss/arg_watcher-dead-codeEric Huss
Fix dead_code warning for arg_watcher
2024-05-16Update to 0.4.39Eric Huss
2024-05-16Fix dead_code warning for arg_watcherEric Huss
2024-05-17Merge pull request #2383 from ehuss/musl-fixEric Huss
CI: Test more targets.
2024-05-16Update actions/checkout to v4Eric Huss
2024-05-16Test more targets.Eric Huss
2024-05-16Merge pull request #2382 from ehuss/bump-versionv0.4.38Eric Huss
Update to 0.4.38
2024-05-16Update to 0.4.38Eric Huss
2024-05-16Merge pull request #2381 from ehuss/update-pulldown-cmarkEric Huss
Update pulldown-cmark to 0.11
2024-05-16Update pulldown-cmark to 0.11Eric Huss
2024-05-14Merge pull request #2378 from ehuss/update-depsEric Huss
Update all dependencies
2024-05-14Raise msrv to 1.74Eric Huss
2024-05-14Update all semver-compatible dependenciesEric Huss
Updating aho-corasick v1.1.2 -> v1.1.3 Updating anstream v0.6.11 -> v0.6.14 Updating anstyle v1.0.6 -> v1.0.7 Updating anstyle-parse v0.2.3 -> v0.2.4 Updating anstyle-query v1.0.2 -> v1.0.3 Updating anstyle-wincon v3.0.2 -> v3.0.3 Updating anyhow v1.0.79 -> v1.0.83 Updating assert_cmd v2.0.13 -> v2.0.14 Updating autocfg v1.1.0 -> v1.3.0 Updating backtrace v0.3.69 -> v0.3.71 Updating bitflags v2.4.2 -> v2.5.0 Updating bstr v1.9.0 -> v1.9.1 Updating bumpalo v3.14.0 -> v3.16.0 Updating bytes v1.5.0 -> v1.6.0 Updating cc v1.0.83 -> v1.0.97 Updating chrono v0.4.33 -> v0.4.38 Updating clap v4.4.18 -> v4.5.4 Updating clap_builder v4.4.18 -> v4.5.2 Updating clap_complete v4.4.10 -> v4.5.2 Updating clap_lex v0.6.0 -> v0.7.0 Updating colorchoice v1.0.0 -> v1.0.1 Updating crossbeam-channel v0.5.11 -> v0.5.12 Updating data-encoding v2.5.0 -> v2.6.0 Updating env_logger v0.11.1 -> v0.11.3 Updating errno v0.3.8 -> v0.3.9 Updating fastrand v2.0.1 -> v2.1.0 Updating getrandom v0.2.12 -> v0.2.15 Updating handlebars v5.1.0 -> v5.1.2 Updating hashbrown v0.14.3 -> v0.14.5 Updating hermit-abi v0.3.5 -> v0.3.9 Removing http v0.2.11 Adding http v0.2.12 (latest: v1.1.0) Adding http v1.1.0 Updating indexmap v2.2.2 -> v2.2.6 Adding is_terminal_polyfill v1.70.0 Updating itoa v1.0.10 -> v1.0.11 Updating js-sys v0.3.67 -> v0.3.69 Updating libc v0.2.153 -> v0.2.154 Updating lock_api v0.4.11 -> v0.4.12 Updating log v0.4.20 -> v0.4.21 Updating memchr v2.7.1 -> v2.7.2 Updating new_debug_unreachable v1.0.4 -> v1.0.6 Updating normpath v1.1.1 -> v1.2.0 Updating num-traits v0.2.17 -> v0.2.19 Updating parking_lot v0.12.1 -> v0.12.2 Updating parking_lot_core v0.9.9 -> v0.9.10 Updating pest v2.7.7 -> v2.7.10 Updating pest_derive v2.7.7 -> v2.7.10 Updating pest_generator v2.7.7 -> v2.7.10 Updating pest_meta v2.7.7 -> v2.7.10 Updating pin-project v1.1.4 -> v1.1.5 Updating pin-project-internal v1.1.4 -> v1.1.5 Updating pin-project-lite v0.2.13 -> v0.2.14 Updating proc-macro2 v1.0.78 -> v1.0.82 Updating pulldown-cmark v0.10.0 -> v0.10.3 Updating pulldown-cmark-escape v0.10.0 -> v0.10.1 Updating quote v1.0.35 -> v1.0.36 Adding redox_syscall v0.5.1 Updating regex v1.10.3 -> v1.10.4 Updating regex-automata v0.4.5 -> v0.4.6 Updating regex-syntax v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.23 -> v0.1.24 Updating rustix v0.38.31 -> v0.38.34 Removing rustls-pemfile v1.0.4 Updating ryu v1.0.16 -> v1.0.18 Updating semver v1.0.21 -> v1.0.23 Updating serde v1.0.196 -> v1.0.201 Updating serde_derive v1.0.196 -> v1.0.201 Updating serde_json v1.0.113 -> v1.0.117 Updating smallvec v1.13.1 -> v1.13.2 Updating socket2 v0.5.5 -> v0.5.7 Updating strsim v0.10.0 -> v0.11.1 Updating syn v2.0.48 -> v2.0.63 Updating tempfile v3.10.0 -> v3.10.1 Updating thiserror v1.0.56 -> v1.0.60 Updating thiserror-impl v1.0.56 -> v1.0.60 Updating tokio v1.36.0 -> v1.37.0 Removing tokio-stream v0.1.14 Updating tokio-tungstenite v0.20.1 -> v0.21.0 Updating tokio-util v0.7.10 -> v0.7.11 Updating tungstenite v0.20.1 -> v0.21.0 Updating unicode-normalization v0.1.22 -> v0.1.23 Updating walkdir v2.4.0 -> v2.5.0 Updating warp v0.3.6 -> v0.3.7 Updating wasm-bindgen v0.2.90 -> v0.2.92 Updating wasm-bindgen-backend v0.2.90 -> v0.2.92 Updating wasm-bindgen-macro v0.2.90 -> v0.2.92 Updating wasm-bindgen-macro-support v0.2.90 -> v0.2.92 Updating wasm-bindgen-shared v0.2.90 -> v0.2.92 Updating winapi-util v0.1.6 -> v0.1.8 Updating windows-targets v0.52.0 -> v0.52.5 Updating windows_aarch64_gnullvm v0.52.0 -> v0.52.5 Updating windows_aarch64_msvc v0.52.0 -> v0.52.5 Updating windows_i686_gnu v0.52.0 -> v0.52.5 Adding windows_i686_gnullvm v0.52.5 Updating windows_i686_msvc v0.52.0 -> v0.52.5 Updating windows_x86_64_gnu v0.52.0 -> v0.52.5 Updating windows_x86_64_gnullvm v0.52.0 -> v0.52.5 Updating windows_x86_64_msvc v0.52.0 -> v0.52.5
2024-05-14Update opener from 0.6.1 to 0.7.0Eric Huss
2024-05-14Update ammonia from 3.3.0 to 4.0.0Eric Huss
2024-05-14Merge pull request #2364 from expikr/patch-3Eric Huss
Fix dividers being folded by sections
2024-05-13Fix spacers in summary with folding.expikr
The spacer was incorrectly being included in the previous fold.
2024-05-13Merge pull request #2325 from ehuss/poll-watcherEric Huss
Add a poll-based file watcher.
2024-05-13Fix `--watcher` markdown header.Eric Huss
2024-05-13Merge pull request #2377 from ehuss/guide-smart-punctuationEric Huss
docs: Switch the guide to use smart punctuation.
2024-05-13docs: Switch the guide to use smart punctuation.Eric Huss
2024-05-13Add some more context on why `--watcher=native` may not be desirable.Eric Huss
2024-05-13Add a poll-based file watcher.Eric Huss
2024-05-13Merge pull request #2376 from ehuss/clippy-fixesEric Huss
Apply a few minor clippy fixes
2024-05-13Merge pull request #2375 from ehuss/clippy-well-knownEric Huss
Remove cargo-clippy unknown feature
2024-05-13Apply a few minor clippy fixesEric Huss
2024-05-13Remove cargo-clippy unknown featureEric Huss
2024-05-13Merge pull request #2260 from KFearsoff/remove-css-double-importEric Huss
fix: remove double imports of css
2024-05-13Merge pull request #2374 from rust-lang/revert-2373-patch-1Eric Huss
Revert "Maybe a typo in preprocessors.md"
2024-05-13Revert "Maybe a typo in preprocessors.md"Dylan DPC
2024-05-13Merge pull request #2373 from TGITS/patch-1Dylan DPC
Maybe a typo in preprocessors.md
2024-05-12Maybe a typo in preprocessors.mdTheGeekInTheShell
It seems to me there is a small typo in the file preprocessors.md
2024-05-10Merge pull request #2259 from stevecheckoway/improve-test-outputEric Huss
Color test output and shorten chapter paths
2024-04-12Merge pull request #2262 from Janik-Haag/masterEric Huss
Add nix to default languages
2024-04-10Add nix to default languagesJanik H.
2024-04-08Merge pull request #2355 from johamster/reduce_allocations_when_copying_filesEric Huss
Reduce allocations in `fs::copy_files_except_ext`
2024-04-07Reduce allocations in `fs::copy_files_except_ext`Johannes Gloeckle
Above mentioned function copies files (recursively) from a source to a destination directory. For that, file/directory paths have to be created repeatedly. This allocates as directory and file names are concatenated into an owning path structure. The number of allocations can be reduced by creating file/directory paths only once and borrowing them instead of cloning/recreating them. In bigger projects, this reduces execution time noticeably. Please note that file system operations are dominant from performance POV.
2024-04-05Merge pull request #2351 from rust-lang/dependabot/cargo/mio-0.8.11Eric Huss
Bump mio from 0.8.10 to 0.8.11
2024-04-05Bump mio from 0.8.10 to 0.8.11dependabot[bot]
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05Merge pull request #2350 from rust-lang/dependabot/cargo/h2-0.3.26Eric Huss
Bump h2 from 0.3.24 to 0.3.26
2024-04-05Bump h2 from 0.3.24 to 0.3.26dependabot[bot]
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19Merge pull request #2339 from goodmost/masterEric Huss
chore: remove repetitive word
2024-03-19chore: remove repetitive wordgoodmost
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
2024-03-18Merge pull request #2338 from max-heller/patch-2Eric Huss
Fix typo in docs