1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disable direct mode if `-Wp,*` is present More... 7 months ago
Disable aarch64-unknown-linux-musl More... 7 months ago
sccache 0.6.0 More... 7 months ago
Fix typo in the doc More... 7 months ago
clippy: remove the clippy suggestion Maybe the source of perf issue: https://github.com/mozilla/sccache/issues/1910 More... 7 months ago
Correct issues found by CI More... 7 months ago
feat(s3): add server side encryption More... 7 months ago
Also update rust in snap More... 7 months ago
tests/system.rs Now correctly identifies apple clang (#1905) More... 7 months ago
build(deps): bump rustix from 0.36.15 to 0.36.16 More... 7 months ago
Fix more clippy warning - without autofix More... 7 months ago
Fix some clippy warnings More... 7 months ago
Rename `PreprocessorCacheEntry::write` to `serialize_to` More... 7 months ago
Sort include files before saving them More... 7 months ago
Simplify logic around time macros More... 7 months ago
bump rust-version to 1.67 (was 1.65) More... 7 months ago
sccache now tracks compiler hits/misses on a per language basis. (#1895) More... 7 months ago
Add entry about preprocessor caching to `Caching.md` More... 7 months ago
Address naming issues More... 7 months ago
Split up preprocessor processing More... 7 months ago
Don't use direct mode if `-Xpreprocessor` is used More... 7 months ago
Only emit lines in preprocessor output if in direct mode More... 7 months ago
Add docs for direct mode More... 7 months ago
Add commands to read the direct mode manifests More... 7 months ago
Introduce preprocessor caching (aka direct mode) More... 7 months ago
Add utils to scan for C time macros while hashing More... 7 months ago
Add timestamp-related utils More... 7 months ago
Fix a couple of typos (#1898) More... 7 months ago
Make path encoding/decoding available as a util More... 7 months ago
Add `show-adv-stats` flag which shows per compiler hits/misses More... 7 months ago