| Age | Commit message (Expand) | Author | Lines |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -1/+1 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -3/+3 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -3/+3 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -15/+12 |
| 2022-06-06 | Make saved_file field of WorkProduct non-optional | bjorn3 | -1/+1 |
| 2022-06-06 | Remove unnecessary cgu name length hash | bjorn3 | -1/+0 |
| 2022-06-02 | Address review comments. | Nicholas Nethercote | -14/+11 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -5/+12 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -0/+1 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -122/+0 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -0/+123 |
| 2022-05-27 | Update to rebased rustc-rayon 0.4 | Josh Stone | -1/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -3/+3 |
| 2022-05-05 | Rollup merge of #96697 - oli-obk:trace_queries, r=michaelwoerister | Yuki Okushi | -1/+1 |
| 2022-05-04 | Enable tracing for all queryies | Oli Scherer | -1/+1 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -3/+3 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -107/+8 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -0/+8 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -2/+2 |
| 2022-03-31 | Move stable hash from TyS into a datastructure that can be shared with other ... | Oli Scherer | -0/+8 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -2/+0 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -2/+0 |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off featur... | klensy | -1/+4 |
| 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 |