| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-06 | Query the fingerprint style during key reconstruction | Mark Rousskov | -9/+30 |
| 2021-10-03 | Add some inlining. | Camille GILLOT | -0/+8 |
| 2021-10-03 | Access StableHashingContext in rustc_query_system. | Camille GILLOT | -22/+16 |
| 2021-10-03 | Move ICH to rustc_query_system. | Camille GILLOT | -0/+526 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -28/+0 |
| 2021-09-15 | Use explicit log level in tracing instrument macro | Tomasz Miąsko | -2/+2 |
| 2021-09-14 | Remove RawDefId tracking infrastructure from incr. comp. framework. | Michael Woerister | -28/+0 |
| 2021-09-11 | Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum | bors | -372/+266 |
| 2021-09-01 | Remove redundant `Span` in `QueryJobInfo` | Noah Lev | -11/+8 |
| 2021-08-27 | Note that trait aliases cannot be recursive | Noah Lev | -9/+16 |
| 2021-08-27 | Note that type aliases cannot be recursive | Noah Lev | -1/+42 |
| 2021-08-22 | Use variable. | Camille GILLOT | -12/+5 |
| 2021-08-22 | Unify `with_task` functions. | Camille GILLOT | -103/+76 |
| 2021-08-22 | Remove force_query_with_job. | Camille GILLOT | -88/+53 |
| 2021-08-22 | Split try_execute_query. | Camille GILLOT | -16/+31 |
| 2021-08-22 | Decouple JobOwner from cache. | Camille GILLOT | -73/+66 |
| 2021-08-22 | Complete job outside of force_query_with_job. | Camille GILLOT | -14/+11 |
| 2021-08-22 | Do not compute the dep_node twice. | Camille GILLOT | -33/+21 |
| 2021-08-22 | Make all query forcing go through try_execute_query. | Camille GILLOT | -40/+31 |
| 2021-08-22 | Remove try_mark_green_and_read. | Camille GILLOT | -16/+8 |