| Commit message (Expand) | Author | Age | Files | Lines |
| * | Specialize query execution for incremental and non-incremental | John Kåre Alsaker | 2023-05-14 | 1 | -10/+36 |
| * | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | 2023-05-14 | 3 | -52/+42 |
| |\ |
|
| | * | Use dynamic dispatch for queries | John Kåre Alsaker | 2023-04-30 | 3 | -52/+42 |
| * | | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | 2023-05-03 | 1 | -1/+1 |
| |/ |
|
| * | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | 2023-04-29 | 1 | -1/+1 |
| |\ |
|
| | * | Add query accessor functions | John Kåre Alsaker | 2023-04-26 | 1 | -1/+1 |
| * | | Rollup merge of #110886 - nnethercote:dep-graph-cleanups, r=cjgillot | Matthias Krüger | 2023-04-27 | 1 | -64/+32 |
| |\ \
| |/
|/| |
|
| | * | Factor out common code in `intern_node`. | Nicholas Nethercote | 2023-04-27 | 1 | -54/+26 |
| | * | Clean up `with_task`. | Nicholas Nethercote | 2023-04-27 | 1 | -10/+6 |
| * | | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | 2023-04-26 | 1 | -9/+7 |
| |\ \
| |/
|/| |
|
| | * | Rewrite MemDecoder around pointers not a slice | Ben Kimock | 2023-04-23 | 1 | -9/+7 |
| * | | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | 2023-04-25 | 1 | -1/+0 |
| |\ \ |
|
| | * | | drop unused deps, gate libc under unix for one crate | klensy | 2023-04-22 | 1 | -1/+0 |
| * | | | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | 2023-04-24 | 4 | -4/+4 |
| |/ / |
|
| * | | Add info for no_hash panic. | Camille GILLOT | 2023-04-20 | 1 | -1/+3 |
| * | | Re-allow computing fed queries. | Camille GILLOT | 2023-04-20 | 1 | -3/+20 |
| |/ |
|
| * | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | 2023-04-19 | 2 | -1/+2 |
| |\ |
|
| | * | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | 2023-04-18 | 2 | -1/+2 |
| * | | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | 2023-04-18 | 2 | -3/+4 |
| |\ \ |
|
| | * | | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | 2023-04-18 | 2 | -3/+4 |
| | |/ |
|
| * | | Spelling - compiler | Josh Soref | 2023-04-17 | 4 | -4/+4 |
| |/ |
|
| * | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | 2023-04-17 | 1 | -4/+1 |
| |\ |
|
| | * | Various minor Idx-related tweaks | Scott McMurray | 2023-04-16 | 1 | -4/+1 |
| * | | Remove some unnecessary hash truncations | Ben Kimock | 2023-04-16 | 1 | -1/+1 |
| |/ |
|
| * | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | 2023-04-12 | 1 | -11/+33 |
| |\ |
|
| | * | incr.comp.: Make sure dependencies are recorded when feeding queries during e... | Michael Woerister | 2023-04-04 | 1 | -11/+33 |
| * | | Fix some clippy::complexity | Nilstrieb | 2023-04-09 | 1 | -1/+3 |
| * | | Address comments | John Kåre Alsaker | 2023-04-06 | 2 | -3/+4 |
| * | | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | 2023-04-06 | 4 | -12/+25 |
| * | | Erase query cache values | John Kåre Alsaker | 2023-04-06 | 2 | -19/+26 |
| * | | Remove a fishy Clone impl | Oli Scherer | 2023-04-04 | 1 | -1/+6 |
| |/ |
|
| * | Remove an out-of-date comment on `QueryCache::lookup`. | Nicholas Nethercote | 2023-03-30 | 1 | -3/+0 |
| * | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | 2023-03-28 | 2 | -2/+2 |
| |\ |
|
| | * | Update indexmap and rayon crates | John Kåre Alsaker | 2023-03-25 | 2 | -2/+2 |
| * | | no shadow plz | Michael Goulet | 2023-03-27 | 1 | -2/+1 |
| * | | Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb | Matthias Krüger | 2023-03-27 | 1 | -10/+4 |
| |\ \ |
|
| | * | | Use an IndexVec to debug fingerprints. | Camille GILLOT | 2023-03-25 | 1 | -10/+4 |
| | |/ |
|
| * | | Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillot | bors | 2023-03-25 | 2 | -134/+134 |
| |\ \ |
|
| | * | | Refactor `try_execute_query` | John Kåre Alsaker | 2023-03-21 | 2 | -134/+134 |
| | |/ |
|
| * | | Pass `tcx` directly | John Kåre Alsaker | 2023-03-25 | 2 | -31/+26 |
| * | | Split the `if` to release the lock earlier | John Kåre Alsaker | 2023-03-25 | 1 | -9/+14 |
| * | | Remove `DebugArg` | John Kåre Alsaker | 2023-03-25 | 1 | -43/+5 |
| * | | Optimize `incremental_verify_ich` | John Kåre Alsaker | 2023-03-25 | 4 | -49/+68 |
| |/ |
|
| * | Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoerister | bors | 2023-03-20 | 2 | -30/+42 |
| |\ |
|
| | * | Add some assertions | John Kåre Alsaker | 2023-03-19 | 2 | -0/+3 |
| | * | Split `execute_job` into `execute_job_incr` and `execute_job_non_incr` | John Kåre Alsaker | 2023-03-19 | 1 | -30/+39 |
| * | | Auto merge of #108524 - Zoxc:node-backtrace, r=cjgillot | bors | 2023-03-20 | 2 | -51/+64 |
| |\ \
| |/
|/| |
|
| | * | Use `Debug` for formatting the dep nodes | John Kåre Alsaker | 2023-03-12 | 1 | -2/+1 |
| | * | Remove `graph` parameter from `try_force_from_dep_node` | John Kåre Alsaker | 2023-03-12 | 2 | -7/+8 |
| | * | Optimize dep node backtrace and ignore fatal errors | John Kåre Alsaker | 2023-03-12 | 2 | -50/+63 |