| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-22 | Move assertion inwards. | Camille GILLOT | -17/+18 |
| 2021-08-22 | Simplify control flow. | Camille GILLOT | -33/+28 |
| 2021-08-21 | Improve errors for recursive type aliases | Noah Lev | -4/+8 |
| 2021-08-22 | Only clone key when needed. | Camille GILLOT | -4/+6 |
| 2021-08-22 | Move dep_graph checking into try_load_from_disk_and_cache_in_memory. | Camille GILLOT | -23/+12 |
| 2021-08-12 | Prevent double panic when handling incremental fingerprint mismatch | Aaron Hill | -6/+28 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-25 | Restrict field visibility | Aaron Hill | -1/+1 |
| 2021-07-25 | Create `QuerySideEffects` and use it for diagnostics | Aaron Hill | -59/+53 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -2/+2 |
| 2021-07-07 | Add docs to new methods | Ryan Levick | -1/+2 |
| 2021-07-07 | Profile incremental hashing | Ryan Levick | -3/+24 |
| 2021-06-15 | Auto merge of #85154 - cjgillot:lessfn, r=bjorn3 | bors | -35/+53 |
| 2021-06-07 | Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor | bors | -6/+6 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -4/+0 |
| 2021-06-01 | Make the reasoning more explicit. | Camille GILLOT | -5/+9 |
| 2021-06-01 | Avoid creating anonymous nodes with zero or one dependency. | Camille GILLOT | -27/+49 |
| 2021-06-01 | Remove unused functions and arguments from rustc_serialize | bjorn3 | -6/+6 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -4/+0 |
| 2021-05-30 | Reduce amount of function pointers. | Camille GILLOT | -35/+53 |
| 2021-05-30 | Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum | bors | -151/+163 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -0/+1 |