| Age | Commit message (Expand) | Author | Lines |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -9/+9 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-14 | Auto merge of #92681 - Aaron1011:task-deps-ref, r=cjgillot | bors | -55/+75 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -1/+1 |
| 2022-01-10 | Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoerister | bors | -23/+38 |
| 2022-01-08 | Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status | Aaron Hill | -55/+75 |
| 2022-01-08 | Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister | bors | -2/+76 |
| 2022-01-05 | Address review comments | Aaron Hill | -3/+6 |
| 2022-01-05 | Adjust assert_default_hashing_controls | Aaron Hill | -0/+7 |
| 2022-01-05 | Ensure that `Fingerprint` caching respects hashing configuration | Aaron Hill | -23/+28 |
| 2022-01-04 | Auto merge of #92259 - Aaron1011:normal-mod-hashing, r=michaelwoerister | bors | -24/+1 |
| 2021-12-24 | Remove special-cased stable hashing for HIR module | Aaron Hill | -24/+1 |
| 2021-12-23 | Adjust wording of comment | Aaron Hill | -8/+13 |
| 2021-12-23 | Address review comments | Aaron Hill | -9/+64 |
| 2021-12-23 | Some cleanup | Aaron Hill | -5/+4 |
| 2021-12-23 | Ban deps only during query loading from disk | Aaron Hill | -3/+9 |
| 2021-12-23 | Error if we try to read dep during deserialization | Aaron Hill | -3/+12 |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -0/+18 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -1/+0 |
| 2021-11-22 | Manually outline error on incremental_verify_ich | Mark Rousskov | -24/+74 |
| 2021-11-08 | Auto merge of #90361 - Mark-Simulacrum:always-verify, r=michaelwoerister | bors | -1/+14 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-28 | Enable verification for 1/32th of queries loaded from disk | Mark Rousskov | -1/+14 |
| 2021-10-28 | Auto merge of #90145 - cjgillot:sorted-map, r=michaelwoerister | bors | -4/+4 |
| 2021-10-25 | Auto merge of #90210 - cjgillot:qarray2, r=Mark-Simulacrum | bors | -58/+18 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Do not require QueryCtxt for cache_on_disk. | Camille GILLOT | -1/+1 |
| 2021-10-23 | Build the query vtable directly. | Camille GILLOT | -58/+18 |
| 2021-10-21 | Use SortedMap in HIR. | Camille GILLOT | -4/+4 |
| 2021-10-21 | Do not depend on the stored value when trying to cache on disk. | Camille GILLOT | -5/+5 |
| 2021-10-20 | Address review. | Camille GILLOT | -1/+1 |
| 2021-10-20 | Inline DepNodeParams methods. | Camille GILLOT | -1/+4 |
| 2021-10-20 | Compute query vtable manually. | Camille GILLOT | -27/+29 |
| 2021-10-20 | Store node_intern_event_id in CurrentDepGraph. | Camille GILLOT | -22/+24 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -59/+20 |
| 2021-10-20 | Invoke callbacks from rustc_middle. | Camille GILLOT | -11/+10 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -22/+25 |
| 2021-10-20 | Drop has_params. | Camille GILLOT | -5/+2 |
| 2021-10-20 | Make hash_result an Option. | Camille GILLOT | -25/+18 |
| 2021-10-20 | Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser | Yuki Okushi | -3/+7 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -7/+4 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -56/+54 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -7/+4 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-11 | Remove built-in cache_hit tracking | Mark Rousskov | -22/+1 |
| 2021-10-10 | Compute full HIR hash during lowering. | Camille GILLOT | -26/+10 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -30/+44 |
| 2021-10-07 | Add support for artifact size profiling | Ryan Levick | -3/+7 |