| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514 | bors | -8/+20 |
| 2022-11-18 | rename to `string_deref_patterns` | Deadbeef | -5/+5 |
| 2022-11-18 | Adding more tests | Deadbeef | -112/+114 |
| 2022-11-17 | rustdoc: update tests for enum variant margin tweak | Michael Howell | -5/+10 |
| 2022-11-17 | Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddle | Matthias Krüger | -4/+76 |
| 2022-11-17 | Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2022-11-17 | Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obk | Matthias Krüger | -0/+21 |
| 2022-11-17 | Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jac... | Matthias Krüger | -16/+1 |
| 2022-11-17 | Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2022-11-17 | Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank | Matthias Krüger | -0/+38 |
| 2022-11-17 | Rollup merge of #104366 - GuillaumeGomez:simplify-settings-theme-choice, r=no... | Matthias Krüger | -45/+43 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -0/+32 |
| 2022-11-17 | Migrate GUI test to use functions | Guillaume Gomez | -162/+87 |
| 2022-11-17 | detect () to avoid redundant <> suggestion for type | Yiming Lei | -1/+20 |
| 2022-11-17 | Extend codeblock GUI test to include tooltips | Guillaume Gomez | -4/+76 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -0/+76 |
| 2022-11-17 | Move a ui test to make space for new folder | Deadbeef | -0/+0 |
| 2022-11-17 | Add feature gate | Deadbeef | -44/+65 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+128 |
| 2022-11-17 | run tests on the remote device even when the default address is used | Pietro Albini | -3/+3 |
| 2022-11-17 | issue-36710 test can now run on cross-compiled targets | Pietro Albini | -3/+0 |
| 2022-11-17 | Revert "test: run-make: skip when cross-compiling" | Pietro Albini | -1/+5 |
| 2022-11-17 | add support for running binaries with remote-test-client on run-make | Pietro Albini | -6/+17 |
| 2022-11-17 | Add powerpc64-ibm-aix as Tier-3 target | Qiu Chaofan | -1/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -135/+113 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -99/+101 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -102/+106 |
| 2022-11-17 | Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3 | bors | -4/+4 |
| 2022-11-16 | Ignore the unchecked-shifts codegen test in debug-assertions builds | Scott McMurray | -0/+1 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -23/+201 |
| 2022-11-16 | Check `dyn*` return type correctly | Michael Goulet | -0/+21 |
| 2022-11-16 | rustdoc JSON: Use `Function` everywhere and remove `Method` | Martin Nordholts | -1/+1 |
| 2022-11-16 | Don't attempt to normalize compiler backtraces | David Koloski | -16/+1 |
| 2022-11-16 | Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-11-16 | Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk | Matthias Krüger | -342/+500 |
| 2022-11-16 | fix #104510, Remove is_tainted_by_errors since we have ty_error for delay bug | yukang | -0/+25 |
| 2022-11-16 | fix #104390, fix ICE in in_operand for ty error | yukang | -0/+75 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -342/+500 |
| 2022-11-16 | Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r... | Matthias Krüger | -0/+17 |
| 2022-11-16 | Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG... | Matthias Krüger | -0/+2 |
| 2022-11-16 | Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot | Matthias Krüger | -1/+76 |
| 2022-11-16 | Rollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillot | Matthias Krüger | -0/+29 |
| 2022-11-16 | Merge basic blocks where possible when generating LLVM IR. | Nicholas Nethercote | -4/+4 |
| 2022-11-15 | Don't duplicate last cdb debuginfo test command | Eric Huss | -1/+1 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -41/+679 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -89/+108 |
| 2022-11-16 | Add some more bad suffix cases in a test. | Nicholas Nethercote | -17/+75 |
| 2022-11-16 | Add a test for different stages of lexer error reporting. | Nicholas Nethercote | -0/+101 |
| 2022-11-15 | Only do parser recovery on retried macro matching | Nilstrieb | -0/+31 |