Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] mtime+content tracking #8623

Closed
wants to merge 41 commits into from
Closed

Commits on Oct 29, 2020

  1. mtime+content tracking

    gilescope committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    68c94e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df16720 View commit details
    Browse the repository at this point in the history
  3. Put hash back in cache.

    gilescope committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    642cf9c View commit details
    Browse the repository at this point in the history
  4. Fix existing tests.

    gilescope committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fecc6da View commit details
    Browse the repository at this point in the history
  5. Optimisation: No need to figure out if bin files are up to date if th…

    …ey have svh hashes in their filenames.
    gilescope committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    0675c0e View commit details
    Browse the repository at this point in the history
  6. WIP object reading

    gilescope committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7ca4fbd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    8073aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e94d25 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    29cef89 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    gilescope committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e3c98e4 View commit details
    Browse the repository at this point in the history
  3. use from le bytes

    gilescope committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1f369a2 View commit details
    Browse the repository at this point in the history
  4. rlib rather than rmeta

    gilescope committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    3a47d6b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. bugfix

    gilescope committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    edc38a9 View commit details
    Browse the repository at this point in the history
  2. Read svh from .rmeta

    gilescope committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    d2875fb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. First cut

    gilescope committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    88869b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fd73d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Signs that the caching of build.rs might be working but now output of…

    … running it is has no fallback aside from mtime... last hurdle?
    gilescope committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    c25d820 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Tentitve output hashing

    gilescope committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    4e917b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Less clones

    gilescope committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a9cd845 View commit details
    Browse the repository at this point in the history
  2. Simpler eq

    gilescope committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    15a8f24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46bb454 View commit details
    Browse the repository at this point in the history
  4. No point hashing a hash

    gilescope committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    73352cd View commit details
    Browse the repository at this point in the history
  5. use to_le_bytes

    Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
    gilescope and bjorn3 authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b4000e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f84c40 View commit details
    Browse the repository at this point in the history
  7. Just use derived hash impl

    gilescope committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b6425c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05b9edf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46c6953 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    d498f08 View commit details
    Browse the repository at this point in the history
  2. loop to find

    gilescope committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f289f82 View commit details
    Browse the repository at this point in the history
  3. match to if let

    gilescope committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    eb5c061 View commit details
    Browse the repository at this point in the history
  4. Less prints

    gilescope committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5d63d44 View commit details
    Browse the repository at this point in the history
  5. Better log messages

    gilescope committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    03dc307 View commit details
    Browse the repository at this point in the history
  6. less print stmts

    gilescope committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e73de2a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. size and hash optional

    gilescope committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    4b63f8a View commit details
    Browse the repository at this point in the history
  2. size and hash optional

    gilescope committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    1411aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87600cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1379263 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. reduced duplication

    gilescope committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    58478ec View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    615dd81 View commit details
    Browse the repository at this point in the history
  2. cargo fmt + fix tests

    gilescope committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a750137 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    533a597 View commit details
    Browse the repository at this point in the history