| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | rustdoc: remove unused JS IIFE from main.js | Michael Howell | -6/+3 |
| 2022-11-18 | Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgr | bors | -126/+363 |
| 2022-11-18 | Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514 | bors | -29/+54 |
| 2022-11-17 | Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddle | Matthias Krüger | -35/+87 |
| 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 #104503 - notriddle:notriddle/where, r=GuillaumeGomez | Matthias Krüger | -4/+1 |
| 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 #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -2/+4 |
| 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 | -69/+79 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -0/+32 |
| 2022-11-17 | Extend codeblock GUI test to include tooltips | Guillaume Gomez | -4/+76 |
| 2022-11-17 | Migrate tooltip style to CSS variables | Guillaume Gomez | -31/+11 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -0/+76 |
| 2022-11-17 | fmt | Pietro Albini | -1/+1 |
| 2022-11-17 | run tests on the remote device even when the default address is used | Pietro Albini | -3/+3 |
| 2022-11-17 | set correct default value for cc and cxx on android | Pietro Albini | -20/+29 |
| 2022-11-17 | install the target g++ in armhf-gnu | Pietro Albini | -1/+1 |
| 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/+21 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -143/+121 |
| 2022-11-17 | Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3 | bors | -4/+4 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -121/+317 |
| 2022-11-16 | Check `dyn*` return type correctly | Michael Goulet | -0/+21 |
| 2022-11-16 | rustdoc: remove redundant font-color CSS on `.where` | Michael Howell | -4/+1 |
| 2022-11-16 | Auto merge of #104456 - RalfJung:miri, r=RalfJung | bors | -335/+308 |
| 2022-11-16 | Don't attempt to normalize compiler backtraces | David Koloski | -16/+1 |
| 2022-11-16 | ensure rand has its default features enabled | Ralf Jung | -0/+2 |
| 2022-11-16 | Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104459 - notriddle:notriddle/main-js-iife, r=GuillaumeGomez | Matthias Krüger | -4/+2 |
| 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 | -459/+609 |
| 2022-11-16 | Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 | Matthias Krüger | -2/+2 |
| 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 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+4 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -459/+609 |
| 2022-11-16 | Rollup merge of #104471 - scruss:patch-1, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #104450 - andrewpollack:fix-fuchsia-compiler-docs, r=tmandry | Matthias Krüger | -6/+12 |
| 2022-11-16 | Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r... | Matthias Krüger | -1/+17 |
| 2022-11-16 | Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG... | Matthias Krüger | -2/+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 | Rollup merge of #103484 - saschanaz:patch-2, r=ehuss | Matthias Krüger | -4/+2 |
| 2022-11-16 | allow fastrand dependency | Ralf Jung | -0/+1 |