| Age | Commit message (Expand) | Author | Lines |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -6/+6 |
| 2025-04-10 | Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnr | bors | -0/+7 |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -2/+2 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -0/+7 |
| 2025-04-09 | update cfgs | Boxy | -2/+2 |
| 2025-04-08 | fix "still mutable" ice while metrics are enabled | Jane Losare-Lusby | -0/+5 |
| 2025-04-08 | Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obk | bors | -4/+3 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -4/+3 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -1/+1 |
| 2025-04-05 | Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiser | bors | -1/+2 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -1/+1 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -0/+8 |
| 2025-04-03 | Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obk | bors | -6/+3 |
| 2025-04-03 | hygiene: Avoid recursion in syntax context decoding | Vadim Petrochenkov | -1/+2 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -2/+2 |
| 2025-04-02 | ensure_ok().query doesn't need cache_on_disk | Michael Goulet | -2/+0 |
| 2025-04-02 | Use return_result_from_ensure_ok a bit more | Michael Goulet | -2/+3 |
| 2025-04-02 | cache_on_disk_if false is a noop | Michael Goulet | -2/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -2/+2 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -0/+5 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -5/+5 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -5/+5 |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -2/+4 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+35 |
| 2025-03-26 | Avoiding calling queries when collecting active queries | John Kåre Alsaker | -2/+4 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -1/+1 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -31/+15 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -1/+1 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -4/+2 |
| 2025-03-14 | Rename `QuerySideEffects` to `QuerySideEffect` | John Kåre Alsaker | -15/+15 |
| 2025-03-14 | Represent diagnostic side effects as dep nodes | John Kåre Alsaker | -18/+2 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -2/+2 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+2 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -2/+2 |
| 2025-03-09 | Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlin | bors | -1/+1 |
| 2025-03-09 | Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk | Matthias Krüger | -8/+8 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -3/+3 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -3/+3 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+5 |
| 2025-03-07 | depend more on attr_data_structures and move find_attr! there | Jana Dönszelmann | -8/+8 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -0/+5 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -11/+10 |
| 2025-03-01 | Update `const_conditions` and `explicit_implied_const_bounds` docs | Deadbeef | -0/+14 |
| 2025-02-28 | Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-28 | Fix typo in query expansion documentation | Samuel Tardieu | -1/+1 |
| 2025-02-27 | Fix method name in `TyCtxt::hir_crate()` documentation | Samuel Tardieu | -3/+3 |
| 2025-02-27 | Always inline `query_get_at`. | Nicholas Nethercote | -1/+1 |