| Age | Commit message (Expand) | Author | Lines |
| 2023-04-20 | Re-allow computing fed queries. | Camille GILLOT | -3/+20 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -3/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -3/+4 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -4/+1 |
| 2023-04-16 | Remove some unnecessary hash truncations | Ben Kimock | -1/+1 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -4/+1 |
| 2023-04-12 | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | -11/+33 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+3 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -3/+4 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -12/+25 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -19/+26 |
| 2023-04-04 | incr.comp.: Make sure dependencies are recorded when feeding queries during e... | Michael Woerister | -11/+33 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+6 |
| 2023-03-30 | Remove an out-of-date comment on `QueryCache::lookup`. | Nicholas Nethercote | -3/+0 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -1/+1 |
| 2023-03-27 | no shadow plz | Michael Goulet | -2/+1 |
| 2023-03-27 | Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb | Matthias Krüger | -10/+4 |
| 2023-03-25 | Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillot | bors | -134/+134 |
| 2023-03-25 | Use an IndexVec to debug fingerprints. | Camille GILLOT | -10/+4 |
| 2023-03-25 | Pass `tcx` directly | John Kåre Alsaker | -31/+26 |
| 2023-03-25 | Split the `if` to release the lock earlier | John Kåre Alsaker | -9/+14 |
| 2023-03-25 | Remove `DebugArg` | John Kåre Alsaker | -43/+5 |
| 2023-03-25 | Optimize `incremental_verify_ich` | John Kåre Alsaker | -49/+68 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 |
| 2023-03-21 | Refactor `try_execute_query` | John Kåre Alsaker | -134/+134 |
| 2023-03-20 | Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoerister | bors | -30/+42 |
| 2023-03-20 | Auto merge of #108524 - Zoxc:node-backtrace, r=cjgillot | bors | -51/+64 |
| 2023-03-19 | Add some assertions | John Kåre Alsaker | -0/+3 |
| 2023-03-19 | Split `execute_job` into `execute_job_incr` and `execute_job_non_incr` | John Kåre Alsaker | -30/+39 |
| 2023-03-12 | Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillot | bors | -6/+21 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -8/+26 |
| 2023-03-12 | Use `Debug` for formatting the dep nodes | John Kåre Alsaker | -2/+1 |
| 2023-03-12 | Remove `graph` parameter from `try_force_from_dep_node` | John Kåre Alsaker | -7/+8 |
| 2023-03-12 | Optimize dep node backtrace and ignore fatal errors | John Kåre Alsaker | -50/+63 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -3/+9 |
| 2023-03-11 | Ensure value is on the on-disk cache before returning. | Camille GILLOT | -6/+18 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-09 | Remove `dep_node_index_of_opt` and `dep_node_index_of` | John Kåre Alsaker | -12/+2 |
| 2023-03-09 | Address comments | John Kåre Alsaker | -16/+14 |
| 2023-03-09 | Move dep graph methods to DepGraphData to avoid branches and `unwrap`s | John Kåre Alsaker | -164/+224 |
| 2023-03-08 | Check that a query has not completed and is not executing before starting it | John Kåre Alsaker | -6/+21 |
| 2023-03-07 | Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot | bors | -82/+96 |
| 2023-02-28 | Fix a race in the query system | John Kåre Alsaker | -4/+5 |
| 2023-02-26 | Avoid implementing Debug for QueryConfig | John Kåre Alsaker | -4/+13 |
| 2023-02-26 | Make `rustc_query_system` take `QueryConfig` by instance. | John Kåre Alsaker | -82/+87 |
| 2023-02-25 | Don't inline try_execute_query | John Kåre Alsaker | -0/+1 |