| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj | Yuki Okushi | -0/+229 |
| 2023-01-13 | Update `rental` hack to work with remapped paths. | Tim Neumann | -0/+229 |
| 2023-01-13 | Rollup merge of #106793 - Mark-Simulacrum:normalize-test, r=compiler-errors | Matthias Krüger | -28/+55 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -0/+8 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -0/+105 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -38/+167 |
| 2023-01-13 | Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnr | Matthias Krüger | -4/+34 |
| 2023-01-13 | Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk | Matthias Krüger | -0/+9 |
| 2023-01-13 | Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor | bors | -117/+246 |
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -0/+8 |
| 2023-01-13 | Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebank | Yuki Okushi | -64/+64 |
| 2023-01-13 | Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwco | Yuki Okushi | -2/+100 |
| 2023-01-13 | Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebank | Yuki Okushi | -51/+82 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -0/+227 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -5/+85 |
| 2023-01-12 | Normalize test output more thoroughly | Mark Rousskov | -28/+55 |
| 2023-01-13 | Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understand | Michael Goulet | -8/+8 |
| 2023-01-12 | Only point at impl self ty in WF if trait predicate shares self ty | Michael Goulet | -36/+36 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -20/+0 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -51/+102 |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+3 |
| 2023-01-13 | Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=Nilstrieb | Yuki Okushi | -0/+29 |
| 2023-01-13 | Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwco | Yuki Okushi | -0/+22 |
| 2023-01-13 | Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett | Yuki Okushi | -109/+7 |
| 2023-01-12 | Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNow | Michael Goulet | -0/+30 |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -96/+96 |
| 2023-01-12 | Point at HIR types when impl trait ref doesn't normalize | Michael Goulet | -4/+4 |
| 2023-01-12 | Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb | nils | -6/+203 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -0/+70 |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+29 |
| 2023-01-12 | Provide help on closures capturing self causing borrow checker errors | yukang | -0/+105 |
| 2023-01-12 | [RFC 2397] Deny incorrect locations | Caio | -2/+100 |
| 2023-01-12 | Mark ZST as FFI-safe if all its fields are PhantomData | Arthur Carcano | -0/+22 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -263/+348 |
| 2023-01-11 | Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillot | Michael Goulet | -53/+53 |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -38/+155 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -167/+137 |
| 2023-01-11 | Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnay | Michael Goulet | -5/+3 |
| 2023-01-12 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+3 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -49/+108 |
| 2023-01-12 | Rollup merge of #106676 - oli-obk:tait_test, r=dtolnay | Matthias Krüger | -0/+55 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -6/+62 |
| 2023-01-12 | Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726 | Matthias Krüger | -0/+20 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -63/+49 |
| 2023-01-12 | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | -22/+288 |
| 2023-01-12 | move to correct test | Deadbeef | -0/+53 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -2/+29 |
| 2023-01-12 | parse const closures | Deadbeef | -3/+3 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -4/+117 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -109/+7 |