Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 678b469
Choose a base ref
...
head repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 68a75da
Choose a head ref
  • 17 commits
  • 16 files changed
  • 6 contributors

Commits on Nov 29, 2022

  1. fix msrv in docs

    klensy committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    21fb329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1941 from klensy/msrv

    fix msrv in docs
    Dylan-DPC authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4deb5c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fix: random ref in

    LePichu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e3c484a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1946 from LePichu/master

    fix: random `Array` ref in `src/theme/book.js`
    Dylan-DPC authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    36e1f01 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. update for hidden only on clipboard

    armandocumate authored and ehuss committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    cf1557e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1950 from yoyomo/issue-1949

    #1949 update for hidden only on clipboard
    ehuss authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    59bd5db View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    Fairly large update of semver compatible deps:
    
    Updating aho-corasick v0.7.18 -> v0.7.20
    Updating ammonia v3.1.2 -> v3.3.0
      Adding android_system_properties v0.1.5
    Removing ansi_term v0.12.1
    Updating anyhow v1.0.43 -> v1.0.66
    Updating assert_cmd v1.0.7 -> v1.0.8
    Updating autocfg v1.0.1 -> v1.1.0
    Updating base64 v0.13.0 -> v0.13.1
    Updating bit-set v0.5.2 -> v0.5.3
    Removing block-buffer v0.7.3
    Removing block-buffer v0.9.0
      Adding block-buffer v0.10.3
    Removing block-padding v0.1.5
      Adding bumpalo v3.11.1
    Removing byte-tools v0.3.1
    Updating bytes v1.0.1 -> v1.3.0
      Adding cc v1.0.77
    Updating chrono v0.4.19 -> v0.4.23
    Updating clap v3.0.10 -> v3.2.23
    Updating clap_complete v3.0.4 -> v3.2.5
      Adding clap_lex v0.2.4
      Adding codespan-reporting v0.11.1
      Adding core-foundation-sys v0.8.3
    Updating cpufeatures v0.1.5 -> v0.2.5
      Adding crypto-common v0.1.6
    Updating ctor v0.1.20 -> v0.1.26
      Adding cxx v1.0.83
      Adding cxx-build v1.0.83
      Adding cxxbridge-flags v1.0.83
      Adding cxxbridge-macro v1.0.83
    Updating diff v0.1.12 -> v0.1.13
    Removing digest v0.8.1
    Removing digest v0.9.0
      Adding digest v0.10.6
    Updating either v1.6.1 -> v1.8.0
    Updating elasticlunr-rs v3.0.0 -> v3.0.1
    Updating env_logger v0.9.0 -> v0.9.3
    Removing fake-simd v0.1.2
      Adding fastrand v1.8.0
    Updating filetime v0.2.15 -> v0.2.19
    Updating form_urlencoded v1.0.1 -> v1.1.0
    Updating futf v0.1.4 -> v0.1.5
    Updating futures-channel v0.3.21 -> v0.3.25
    Updating futures-core v0.3.21 -> v0.3.25
    Updating futures-macro v0.3.16 -> v0.3.25
    Updating futures-sink v0.3.21 -> v0.3.25
    Updating futures-task v0.3.16 -> v0.3.25
    Updating futures-util v0.3.16 -> v0.3.25
    Removing generic-array v0.12.4
    Removing generic-array v0.14.4
      Adding generic-array v0.14.6
    Updating getrandom v0.2.3 -> v0.2.8
    Updating h2 v0.3.4 -> v0.3.15
    Updating handlebars v4.1.2 -> v4.3.5
    Updating hashbrown v0.11.2 -> v0.12.3
    Updating headers v0.3.4 -> v0.3.8
    Removing html5ever v0.25.1
      Adding html5ever v0.25.2
      Adding html5ever v0.26.0
    Updating http v0.2.4 -> v0.2.8
    Updating http-body v0.4.3 -> v0.4.5
    Updating httparse v1.5.1 -> v1.8.0
    Updating httpdate v1.0.1 -> v1.0.2
    Updating hyper v0.14.11 -> v0.14.23
      Adding iana-time-zone v0.1.53
      Adding iana-time-zone-haiku v0.1.1
    Updating idna v0.2.3 -> v0.3.0
    Updating indexmap v1.7.0 -> v1.9.2
      Adding instant v0.1.12
    Updating itertools v0.10.1 -> v0.10.5
    Updating itoa v0.4.8 -> v1.0.4
      Adding js-sys v0.3.60
    Updating libc v0.2.100 -> v0.2.138
      Adding link-cplusplus v1.0.7
      Adding lock_api v0.4.9
    Updating log v0.4.14 -> v0.4.17
      Adding markup5ever v0.11.0
    Removing matches v0.1.9
    Updating memchr v2.4.1 -> v2.5.0
    Updating mime_guess v2.0.3 -> v2.0.4
    Updating mio v0.7.13 -> v0.8.5
    Removing miow v0.3.7
    Updating net2 v0.2.37 -> v0.2.38
    Removing ntapi v0.3.6
    Updating num-integer v0.1.44 -> v0.1.45
    Updating num-traits v0.2.14 -> v0.2.15
    Updating num_cpus v1.13.0 -> v1.14.0
    Updating once_cell v1.15.0 -> v1.16.0
    Removing opaque-debug v0.2.3
    Removing opaque-debug v0.3.0
    Updating os_str_bytes v6.0.0 -> v6.4.1
    Updating output_vt100 v0.1.2 -> v0.1.3
      Adding parking_lot v0.12.1
      Adding parking_lot_core v0.9.5
    Updating percent-encoding v2.1.0 -> v2.2.0
    Updating pest v2.1.3 -> v2.5.1
    Updating pest_derive v2.1.0 -> v2.5.1
    Updating pest_generator v2.1.3 -> v2.5.1
    Updating pest_meta v2.1.3 -> v2.5.1
      Adding phf v0.10.1
      Adding phf_codegen v0.10.0
      Adding phf_generator v0.10.0
      Adding phf_shared v0.10.0
    Updating pin-project v1.0.8 -> v1.0.12
    Updating pin-project-internal v1.0.8 -> v1.0.12
    Updating pin-project-lite v0.2.7 -> v0.2.9
    Updating ppv-lite86 v0.2.10 -> v0.2.17
    Updating predicates v2.0.1 -> v2.1.4
    Updating predicates-core v1.0.2 -> v1.0.5
    Updating predicates-tree v1.0.2 -> v1.0.7
    Updating pretty_assertions v1.2.1 -> v1.3.0
    Removing proc-macro-hack v0.5.19
    Removing proc-macro-nested v0.1.7
    Updating proc-macro2 v1.0.28 -> v1.0.47
    Updating pulldown-cmark v0.9.1 -> v0.9.2
    Removing quick-error v2.0.1
    Updating quote v1.0.9 -> v1.0.21
    Updating rand v0.8.4 -> v0.8.5
    Updating rand_core v0.6.3 -> v0.6.4
    Removing rand_hc v0.3.1
    Updating redox_syscall v0.2.10 -> v0.2.16
    Updating regex v1.5.5 -> v1.7.0
    Updating regex-syntax v0.6.25 -> v0.6.28
      Adding rustls-pemfile v0.2.1
    Updating ryu v1.0.5 -> v1.0.11
    Updating scoped-tls v1.0.0 -> v1.0.1
      Adding scopeguard v1.1.0
      Adding scratch v1.0.2
    Updating semver v1.0.4 -> v1.0.14
    Updating serde v1.0.129 -> v1.0.150
    Updating serde_derive v1.0.129 -> v1.0.150
    Updating serde_json v1.0.66 -> v1.0.89
    Updating serde_urlencoded v0.7.0 -> v0.7.1
    Removing sha-1 v0.8.2
    Removing sha-1 v0.9.7
      Adding sha-1 v0.10.1
      Adding sha1 v0.10.5
    Updating shlex v1.0.0 -> v1.1.0
    Updating siphasher v0.3.6 -> v0.3.10
    Updating slab v0.4.4 -> v0.4.7
      Adding smallvec v1.10.0
    Updating socket2 v0.4.1 -> v0.4.7
    Updating string_cache v0.8.1 -> v0.8.4
    Updating string_cache_codegen v0.5.1 -> v0.5.2
    Updating syn v1.0.75 -> v1.0.105
    Updating tempfile v3.2.0 -> v3.3.0
    Updating tendril v0.4.2 -> v0.4.3
    Updating termcolor v1.1.2 -> v1.1.3
      Adding termtree v0.4.0
    Updating textwrap v0.14.2 -> v0.16.0
    Updating thiserror v1.0.31 -> v1.0.37
    Updating thiserror-impl v1.0.31 -> v1.0.37
    Updating time v0.1.43 -> v0.1.45
    Updating tinyvec v1.3.1 -> v1.6.0
    Updating tokio v1.16.1 -> v1.23.0
    Updating tokio-macros v1.8.0 -> v1.8.2
    Updating tokio-stream v0.1.7 -> v0.1.11
    Updating tokio-tungstenite v0.15.0 -> v0.17.2
    Updating tokio-util v0.6.7 -> v0.7.4
    Updating toml v0.5.8 -> v0.5.10
    Updating tower-service v0.3.1 -> v0.3.2
    Updating tracing v0.1.26 -> v0.1.37
    Updating tracing-core v0.1.19 -> v0.1.30
    Removing treeline v0.1.0
    Updating tungstenite v0.14.0 -> v0.17.3
    Updating typenum v1.13.0 -> v1.16.0
    Updating ucd-trie v0.1.3 -> v0.1.5
    Updating unicode-bidi v0.3.6 -> v0.3.8
      Adding unicode-ident v1.0.5
    Updating unicode-normalization v0.1.19 -> v0.1.22
      Adding unicode-width v0.1.10
    Removing unicode-xid v0.2.2
    Updating url v2.2.2 -> v2.3.1
    Updating version_check v0.9.3 -> v0.9.4
    Updating warp v0.3.2 -> v0.3.3
    Removing wasi v0.10.2+wasi-snapshot-preview1
      Adding wasi v0.10.0+wasi-snapshot-preview1
      Adding wasi v0.11.0+wasi-snapshot-preview1
      Adding wasm-bindgen v0.2.83
      Adding wasm-bindgen-backend v0.2.83
      Adding wasm-bindgen-macro v0.2.83
      Adding wasm-bindgen-macro-support v0.2.83
      Adding wasm-bindgen-shared v0.2.83
      Adding windows-sys v0.42.0
      Adding windows_aarch64_gnullvm v0.42.0
      Adding windows_aarch64_msvc v0.42.0
      Adding windows_i686_gnu v0.42.0
      Adding windows_i686_msvc v0.42.0
      Adding windows_x86_64_gnu v0.42.0
      Adding windows_x86_64_gnullvm v0.42.0
      Adding windows_x86_64_msvc v0.42.0
    Updating xml5ever v0.16.1 -> v0.16.2
      Adding yansi v0.5.1
    ehuss committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b5f858d View commit details
    Browse the repository at this point in the history
  4. Bump MSRV to 1.60

    Needed for new feature syntax
    ehuss committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fb0af12 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1951 from ehuss/update-deps

    Update dependencies
    ehuss authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    cda4448 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5319e2 View commit details
    Browse the repository at this point in the history
  7. Update env_logger

    ehuss committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6db4ca7 View commit details
    Browse the repository at this point in the history
  8. Update select

    Update select from 0.5.0 to 0.6.0
    utkarshkukreti/select.rs@0.5.0...0.6.0
    ehuss committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4f66107 View commit details
    Browse the repository at this point in the history
  9. Update topological-sort

    Update topological-sort from 0.1.0 to 0.2.2
    gifnksm/topological-sort-rs@v0.1.0...v0.2.2
    ehuss committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    486bf32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21ab85c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Merge pull request #1952 from ehuss/update-deps-breaking

    Update dependencies with semver major changes
    ehuss authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0b2520f View commit details
    Browse the repository at this point in the history
  2. upgrade clap to 4.0

    wendajiang authored and ehuss committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    87a381e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1844 from wendajiang/master

    Upgrade clap
    ehuss authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    68a75da View commit details
    Browse the repository at this point in the history
Loading