| Age | Commit message (Expand) | Author | Lines |
| 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-21 | Auto merge of #92896 - lqd:update-deps, r=Mark-Simulacrum | bors | -1/+1 |
| 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-14 | Update rand to deduplicate it | Rémy Rakic | -1/+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 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-12-07 | Document all public items in `rustc_incremental` | pierwill | -13/+63 |
| 2021-11-12 | Add `-Zassert-incr-state` to assert state of incremental cache | pierwill | -1/+23 |
| 2021-11-09 | Remove `rustc_incremental::persist::fs::dep_graph_path_from` | pierwill | -4/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -32/+29 |
| 2021-10-20 | Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser | Yuki Okushi | -0/+6 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -8/+6 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-07 | Add support for artifact size profiling | Ryan Levick | -0/+6 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -3/+2 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-06 | Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister | bors | -64/+84 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -1/+1 |
| 2021-08-28 | Drop the query result memmap before serializing it back. | Camille GILLOT | -1/+15 |
| 2021-08-28 | Move save_in to file_format. | Camille GILLOT | -58/+61 |
| 2021-08-28 | Mmap the incremental data instead of reading it. | Camille GILLOT | -6/+9 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -24/+23 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |