| Age | Commit message (Expand) | Author | Lines |
| 2023-04-19 | small type system cleanup | lcnr | -4/+4 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -7/+0 |
| 2023-04-19 | Remove find_map_relevant_impl | Michael Goulet | -59/+40 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -7/+0 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -6/+10 |
| 2023-04-18 | Don't transmute `&List<GenericArg>` <-> `&List<Ty>` | Maybe Waffle | -51/+14 |
| 2023-04-18 | Remove `as_substs` usage | Maybe Waffle | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -6/+10 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -8/+8 |
| 2023-04-18 | Rollup merge of #110465 - WaffleLapkin:assure_everyone_that_has_type_flags_is... | Matthias Krüger | -0/+8 |
| 2023-04-17 | Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstrieb | bors | -18/+16 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -8/+8 |
| 2023-04-17 | Assure everyone that `has_type_flags` is fast | Maybe Waffle | -0/+8 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -0/+10 |
| 2023-04-17 | Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr | Matthias Krüger | -6/+7 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -21/+4 |
| 2023-04-16 | Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk | fee1-dead | -20/+0 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -0/+10 |
| 2023-04-16 | Rollup merge of #110387 - nnethercote:rm-use-rustc_hir-as-ast, r=fee1-dead | fee1-dead | -7/+7 |
| 2023-04-16 | Don't `use rustc_hir as ast`(!) | Nicholas Nethercote | -7/+7 |
| 2023-04-16 | Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`. | Nicholas Nethercote | -6/+7 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -21/+4 |
| 2023-04-14 | Use `ptr::Alignment` for extra coolness points | Maybe Waffle | -4/+6 |
| 2023-04-14 | Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-er... | Matthias Krüger | -4/+0 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -3/+25 |
| 2023-04-13 | make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u... | Kyle Matsuda | -4/+0 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -2/+3 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -77/+2 |
| 2023-04-13 | Make `Region::as_var` infallible. | Nicholas Nethercote | -3/+3 |
| 2023-04-12 | Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726 | Matthias Krüger | -5/+10 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -2/+3 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -3/+25 |
| 2023-04-12 | Lift `Pointer`'s requirement for the pointer to be thin | Maybe Waffle | -17/+14 |
| 2023-04-11 | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | -0/+3 |
| 2023-04-11 | Bless tagged pointers (comply to strict provenance) | Maybe Waffle | -9/+7 |
| 2023-04-11 | Add `bits_for` helper for tagged pointers & fixup docs | Maybe Waffle | -1/+2 |
| 2023-04-11 | Add `sym::anon`. | Nicholas Nethercote | -1/+1 |
| 2023-04-11 | Introduce `Region::get_name_or_anon`. | Nicholas Nethercote | -5/+10 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-10 | Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco | bors | -8/+24 |
| 2023-04-10 | Support safe transmute in new solver | Michael Goulet | -0/+3 |
| 2023-04-10 | Call `into_diagnostic_arg` on Binder's contained value directly. | IQuant | -3/+21 |
| 2023-04-09 | Remove identity casts | Nilstrieb | -2/+2 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -2/+2 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -1/+1 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+95 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | Remove `remap_env_constness` in queries | Deadbeef | -20/+0 |
| 2023-04-07 | Add feature gate | kadmin | -7/+9 |