| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -2/+0 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -6/+8 |
| 2022-02-27 | Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot | bors | -184/+149 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -6/+6 |
| 2022-02-22 | Auto merge of #93839 - Mark-Simulacrum:delete-json-rust-deserialization, r=nn... | bors | -23/+18 |
| 2022-02-20 | Delete Decoder::read_seq | Mark Rousskov | -10/+10 |
| 2022-02-20 | Delete Decoder::read_seq_elt | Mark Rousskov | -1/+1 |
| 2022-02-20 | Delete Decoder::read_struct_field | Mark Rousskov | -13/+11 |
| 2022-02-20 | Delete Decoder::read_struct | Mark Rousskov | -22/+19 |
| 2022-02-20 | Refactor Sharded out of non-parallel active query map | Mark Rousskov | -27/+51 |
| 2022-02-20 | Avoid sharding query caches entirely in single-threaded mode | Mark Rousskov | -20/+59 |
| 2022-02-20 | Inline QueryStateShard into QueryState | Mark Rousskov | -17/+7 |
| 2022-02-20 | Delete QueryLookup | Mark Rousskov | -34/+15 |
| 2022-02-20 | Move Sharded maps into each QueryCache impl | Mark Rousskov | -113/+44 |
| 2022-02-17 | Remove SimpleDefKind | Mark Rousskov | -36/+10 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -0/+2 |
| 2022-02-09 | Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot | bors | -163/+91 |
| 2022-02-08 | Switch QueryJobId to a single global counter | Mark Rousskov | -163/+91 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -2/+0 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -2/+0 |
| 2022-02-02 | Use Option::then in two places | est31 | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-22 | Address review comments. | Nicholas Nethercote | -1/+0 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -9/+9 |
| 2022-01-14 | Auto merge of #92681 - Aaron1011:task-deps-ref, r=cjgillot | bors | -55/+75 |
| 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 |