| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -0/+47 |
| 2022-11-19 | Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi... | Dylan DPC | -9/+4 |
| 2022-11-19 | Rollup merge of #104575 - lcnr:dedup-tests, r=jackh726 | Dylan DPC | -39/+9 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -2/+1 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -0/+26 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -5/+211 |
| 2022-11-18 | Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomez | Manish Goregaokar | -5/+10 |
| 2022-11-18 | Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholk | Manish Goregaokar | -0/+115 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -0/+66 |
| 2022-11-18 | Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se | Manish Goregaokar | -0/+20 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -162/+299 |
| 2022-11-18 | Check both align and size in PointerSized | Michael Goulet | -0/+48 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+67 |
| 2022-11-18 | Add test | Michael Goulet | -0/+47 |
| 2022-11-18 | diagnostics: only show one suggestion for method -> assoc fn | Michael Howell | -9/+4 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -116/+122 |
| 2022-11-18 | deduplicate tests | lcnr | -39/+9 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -2/+1 |
| 2022-11-18 | Rollup merge of #104494 - GuillaumeGomez:migrate-gui-test-to-func, r=notriddle | Matthias Krüger | -162/+87 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -0/+168 |
| 2022-11-18 | Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholk | Matthias Krüger | -0/+44 |
| 2022-11-18 | Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgr | bors | -65/+311 |
| 2022-11-18 | Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514 | bors | -8/+20 |
| 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 | 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 | 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 | 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 | 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 |