| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | Be careful about expr_ty_adjusted when noting block tail type | Michael Goulet | -1/+40 |
| 2022-09-09 | Use RelocModel::Pic for UEFI targets | Nicholas Bishop | -1/+1 |
| 2022-09-09 | rustdoc: update test cases | Michael Howell | -2/+2 |
| 2022-09-09 | Rollup merge of #101612 - tmiasko:repeat128, r=lcnr | Dylan DPC | -0/+14 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -119/+103 |
| 2022-09-09 | Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array... | Dylan DPC | -5/+89 |
| 2022-09-09 | relax msan error-pattern due to LLVM changes | Tim Neumann | -1/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -477/+19 |
| 2022-09-09 | Add inline-llvm option for disabling/enabling LLVM inlining | Yan Chen | -0/+1 |
| 2022-09-09 | Introduce a fallible variant of LLVMConstIntGetZExtValue | Tomasz Miąsko | -0/+14 |
| 2022-09-09 | Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomez | Guillaume Gomez | -23/+23 |
| 2022-09-09 | Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array... | Guillaume Gomez | -5/+89 |
| 2022-09-09 | rustdoc: simplify the codeblock tooltip | Michael Howell | -23/+23 |
| 2022-09-09 | review | lcnr | -41/+41 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -2/+2 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -43/+186 |
| 2022-09-09 | Rollup merge of #101593 - GuillaumeGomez:cleanup-theme-tooltip, r=notriddle | Matthias Krüger | -2/+104 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-09-09 | Rollup merge of #101253 - lyming2007:issue-101163, r=Amanieu | Matthias Krüger | -36/+36 |
| 2022-09-09 | Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 | Matthias Krüger | -4/+45 |
| 2022-09-09 | fix #101097, avoid infinite loop in fn arguments checking | chenyukang | -4/+185 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -10/+10 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -1/+28 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -4/+32 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+83 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -176/+218 |
| 2022-09-09 | Add tests | Michael Goulet | -0/+140 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -47/+43 |
| 2022-09-09 | Add gui test for codeblocks tooltip colors | Guillaume Gomez | -0/+96 |
| 2022-09-09 | Clean up themes a bit more | Guillaume Gomez | -2/+8 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -26/+235 |
| 2022-09-08 | Avoid infinite loop in function arguments checking | yukang | -0/+133 |
| 2022-09-08 | Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-dead | Dylan DPC | -0/+54 |
| 2022-09-08 | Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco | Dylan DPC | -6/+6 |
| 2022-09-08 | Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8Ki | Dylan DPC | -13/+51 |
| 2022-09-08 | Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnr | Dylan DPC | -7/+124 |
| 2022-09-08 | merge tests | lcnr | -88/+72 |
| 2022-09-08 | update ui tests | lcnr | -41/+41 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -38/+39 |
| 2022-09-08 | fix the suggestion of format for asm_sub_register | Yiming Lei | -36/+36 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -45/+7 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -45/+7 |
| 2022-09-08 | Clarify some diagnostic messages | Oli Scherer | -11/+20 |
| 2022-09-08 | Uncomment unsound code example | Oli Scherer | -2/+2 |
| 2022-09-08 | Opaque types' generic params do not imply anything about their hidden type's ... | Oli Scherer | -4/+112 |
| 2022-09-08 | Auto merge of #101560 - Dylan-DPC:rollup-8m8yr89, r=Dylan-DPC | bors | -234/+183 |
| 2022-09-08 | fixes #101477: Recover from typo where == is used in place of = | yukang | -0/+54 |
| 2022-09-08 | Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank | Dylan DPC | -234/+183 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -12/+12 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -34/+35 |