| Age | Commit message (Expand) | Author | Lines |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 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 |
| 2021-05-29 | Move reconstruct test inwards. | Camille GILLOT | -5/+4 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-22 | Get rid of PreviousDepGraph. | Camille GILLOT | -71/+42 |
| 2021-05-15 | Remove def_path_str. | Camille GILLOT | -4/+0 |
| 2021-05-15 | Make the fast path faster. | Camille GILLOT | -14/+15 |
| 2021-05-15 | Refactor try_mark_previous_green. | Camille GILLOT | -117/+112 |
| 2021-05-15 | Move key recovering into force_query. | Camille GILLOT | -16/+37 |
| 2021-05-10 | Show nicer error when an 'unstable fingerprints' error occurs | Aaron Hill | -7/+13 |
| 2021-05-06 | Auto merge of #84806 - Mark-Simulacrum:try-start-entry, r=cjgillot | bors | -101/+111 |
| 2021-05-02 | Streamline try_start code | Mark Rousskov | -101/+111 |
| 2021-05-01 | Avoid generating QueryMap::extend for each key type | Mark Rousskov | -8/+5 |
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -21/+20 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-03-31 | Enable debugging the dep-graph without debug-assertions. | Camille GILLOT | -9/+5 |
| 2021-03-30 | Also profile finishing the encoding. | Camille GILLOT | -3/+8 |
| 2021-03-30 | Adjust profiling. | Camille GILLOT | -13/+37 |
| 2021-03-30 | Address review. | Camille GILLOT | -49/+43 |
| 2021-03-30 | Add documentation. | Camille GILLOT | -0/+12 |
| 2021-03-30 | Simplify tracking the encoder state. | Camille GILLOT | -80/+72 |
| 2021-03-30 | Remove the parallel version. | Camille GILLOT | -135/+13 |
| 2021-03-30 | Fix parallel compiler. | Camille GILLOT | -1/+3 |
| 2021-03-30 | Fix tests. | Camille GILLOT | -5/+21 |
| 2021-03-30 | Do not allocate in decoder. | Camille GILLOT | -24/+34 |
| 2021-03-30 | Stream the dep-graph to a file. | Camille GILLOT | -839/+580 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -19/+3 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -2/+3 |
| 2021-03-19 | Debug-print result when an unstable fingerprint is detected | Aaron Hill | -1/+1 |
| 2021-03-15 | Auto merge of #82999 - cuviper:rustc-rayon-0.3.1, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-03-13 | Auto merge of #83007 - Aaron1011:incr-verify-default, r=Mark-Simulacrum | bors | -11/+18 |
| 2021-03-13 | Always run `incremental_verify_ich` when re-computing query results | Aaron Hill | -11/+18 |
| 2021-03-12 | rustc_query_system: simplify QueryCache::iter | Tyson Nottingham | -22/+17 |