| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | add cache to `AmbiguityCausesVisitor` | lcnr | -2/+12 |
| 2025-01-23 | avoid running the overlap check twice | lcnr | -22/+33 |
| 2025-01-02 | Remove unused fields from RepeatElementCopy obligation | Taylor Cramer | -6/+1 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -113/+85 |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -6/+6 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -6/+6 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -3/+20 |
| 2024-12-27 | Rollup merge of #134827 - compiler-errors:borrowck-nits, r=lqd | David Tolnay | -2/+1 |
| 2024-12-27 | Rollup merge of #134823 - chloefeal:fix, r=tgross35,dtolnay | David Tolnay | -1/+1 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -1/+3 |
| 2024-12-26 | nit: Remove redundant function | Michael Goulet | -2/+1 |
| 2024-12-24 | Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalathar | bors | -28/+137 |
| 2024-12-24 | Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnr | Stuart Cook | -28/+137 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -3/+33 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -9/+13 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -9/+13 |
| 2024-12-22 | Fix item bounds in old solver | Michael Goulet | -28/+137 |
| 2024-12-21 | Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk | bors | -15/+5 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -5/+2 |
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -15/+5 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -17/+17 |
| 2024-12-18 | chore: fix some typos | acceptacross | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -17/+17 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -23/+15 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -23/+15 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -1/+1 |
| 2024-12-17 | Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhpratt | bors | -130/+101 |
| 2024-12-17 | Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726 | Jacob Pratt | -110/+75 |
| 2024-12-17 | Rollup merge of #134354 - oli-obk:push-nlrxswvpqnuk, r=compiler-errors | Jacob Pratt | -20/+26 |
| 2024-12-17 | small refactor to region error handling | lcnr | -110/+75 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -305/+242 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-16 | Avoid wrapping fn sig in a fn pointer when we want to just print the sig | Oli Scherer | -13/+13 |
| 2024-12-16 | Deduplicate some pretty printing logic | Oli Scherer | -20/+15 |
| 2024-12-16 | Avoid wrapping a trivially defaultable type in `Option` | Oli Scherer | -16/+11 |
| 2024-12-16 | Properly name a def id variable | Oli Scherer | -4/+4 |
| 2024-12-16 | Avoid creating a fn sig type just to unwrap it again to get at its signature | Oli Scherer | -14/+18 |
| 2024-12-16 | Handle fndef rendering together with signature rendering | Oli Scherer | -20/+26 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -3/+4 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -1/+1 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -1/+1 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -30/+98 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -1/+1 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+6 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -4/+4 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -30/+98 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -1/+3 |