| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+1 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -2/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -12/+12 |
| 2022-07-07 | Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -1/+1 |
| 2022-07-06 | incr: cache dwarf objects in work products | David Wood | -38/+37 |
| 2022-06-18 | Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi... | bors | -2/+1 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -1/+1 |
| 2022-06-16 | Remove unused `hir_id` arg from `visit_attribute`. | Nicholas Nethercote | -2/+1 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -3/+3 |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -1/+1 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -4/+4 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -4/+4 |
| 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 | -50/+28 |
| 2022-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -47/+34 |
| 2022-06-06 | Make saved_file field of WorkProduct non-optional | bjorn3 | -30/+21 |
| 2022-06-06 | Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call | bjorn3 | -17/+13 |
| 2022-06-06 | Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls | bjorn3 | -2/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-13 | rename visit item-like methods | Miguel Guarniz | -1/+1 |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -1/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -5/+2 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+2 |
| 2022-04-21 | Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obk | Dylan DPC | -25/+28 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -21/+20 |
| 2022-04-09 | replace tcx.hir().item with tcx.def_span query | Miguel Guarniz | -9/+6 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -19/+0 |
| 2022-04-08 | remove some uses of visit_all_item_likes in incremental, metadata and interfa... | Miguel Guarniz | -1/+22 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -14/+9 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | Only output DepKind in dump-dep-graph. | Camille GILLOT | -25/+28 |
| 2022-03-25 | incr. comp.: Let compiler retry finalizing session directory a few times. | Michael Woerister | -2/+23 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+5 |
| 2022-03-03 | all: fix some typos | cuishuang | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -7/+7 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-19 | Adopt let else in more places | est31 | -32/+21 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -12/+3 |
| 2022-01-17 | Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -9/+9 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -2/+1 |
| 2022-01-12 | Rename environment variable for overriding rustc version | pierwill | -1/+1 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -5/+5 |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -2/+40 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+3 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_incremental` | Peter Jaszkowiak | -8/+7 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -1/+1 |