| Age | Commit message (Expand) | Author | Lines |
| 2022-10-30 | Add parser test | mejrs | -0/+17 |
| 2022-10-26 | fix tracking hash test | mejrs | -1/+1 |
| 2022-10-26 | Adjust normalization | mejrs | -22/+22 |
| 2022-10-24 | Add more normalization and tests | mejrs | -10/+101 |
| 2022-10-24 | Address some comments | mejrs | -6/+42 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -8/+176 |
| 2022-10-18 | Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa | bors | -9/+40 |
| 2022-10-18 | Auto merge of #103188 - JohnTitor:rollup-pwilam1, r=JohnTitor | bors | -135/+161 |
| 2022-10-18 | Rollup merge of #103168 - Amanieu:stable_asm_sym, r=davidtwco | Yuki Okushi | -114/+61 |
| 2022-10-18 | Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcm | Yuki Okushi | -11/+10 |
| 2022-10-18 | Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-10-18 | Rollup merge of #103154 - H4x5:reverse-searcher-typo, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-10-18 | Rollup merge of #103142 - fmease:fix-103052, r=oli-obk | Yuki Okushi | -5/+78 |
| 2022-10-18 | Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandry | Yuki Okushi | -2/+9 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -2/+16 |
| 2022-10-18 | Auto merge of #103177 - lnicola:rust-analyzer-2022-10-18, r=lnicola | bors | -1631/+3127 |
| 2022-10-18 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1631/+3127 |
| 2022-10-18 | Auto merge of #102992 - nnethercote:rm-RunCompiler-emitter, r=bjorn3 | bors | -101/+29 |
| 2022-10-18 | Auto merge of #102543 - daym:patch-1, r=joshtriplett | bors | -6/+1 |
| 2022-10-17 | Auto merge of #103165 - matthiaskrgr:rollup-guw8oh6, r=matthiaskrgr | bors | -85/+64 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -101/+29 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -114/+61 |
| 2022-10-17 | Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-17 | Rollup merge of #103161 - notriddle:notriddle/copy-path-settings-help-button,... | Matthias Krüger | -12/+8 |
| 2022-10-17 | Rollup merge of #103160 - notriddle:notriddle/js-mobile-scroll, r=GuillaumeGomez | Matthias Krüger | -41/+28 |
| 2022-10-17 | Rollup merge of #103152 - GuillaumeGomez:named-arguments, r=notriddle | Matthias Krüger | -28/+28 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -11/+10 |
| 2022-10-17 | Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se | bors | -1/+50 |
| 2022-10-17 | rustdoc: remove redundant CSS `#crate-search { border-radius }` | Michael Howell | -4/+0 |
| 2022-10-17 | Remove execute bit from lock file permissions | Danny Milosavljevic | -6/+1 |
| 2022-10-17 | rustdoc: remove redundant CSS on `#copy-path` | Michael Howell | -12/+8 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -41/+28 |
| 2022-10-17 | Remove the redundant `Some(try_opt!(..))` in `checked_pow` | Josh Stone | -2/+2 |
| 2022-10-17 | Fix typo in `ReverseSearcher` docs | Sky | -1/+1 |
| 2022-10-17 | Auto merge of #103151 - matthiaskrgr:rollup-t3mmnsg, r=matthiaskrgr | bors | -66/+496 |
| 2022-10-17 | Use named arguments to make test clearer | Guillaume Gomez | -27/+27 |
| 2022-10-17 | Update browser-ui-test version to 0.12.6 | Guillaume Gomez | -1/+1 |
| 2022-10-17 | Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez | Matthias Krüger | -30/+24 |
| 2022-10-17 | Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnr | Matthias Krüger | -1/+62 |
| 2022-10-17 | Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwU | Matthias Krüger | -23/+26 |
| 2022-10-17 | Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr | Matthias Krüger | -12/+384 |
| 2022-10-17 | Auto merge of #102355 - lcnr:bye-bye-type-traversal, r=oli-obk | bors | -251/+37 |
| 2022-10-17 | Auto merge of #103145 - matthiaskrgr:rollup-mxwsysv, r=matthiaskrgr | bors | -26/+32 |
| 2022-10-17 | Rollup merge of #103139 - smoelius:patch-2, r=Dylan-DPC | Matthias Krüger | -5/+0 |
| 2022-10-17 | Rollup merge of #103136 - tmccombs:alignment-doc-fixes, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-10-17 | Rollup merge of #103129 - notriddle:notriddle/sub-logo-container, r=Guillaume... | Matthias Krüger | -16/+8 |
| 2022-10-17 | Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbini | Matthias Krüger | -3/+22 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -5/+78 |
| 2022-10-17 | add inline to `TrivialTypeTraversalImpls` | lcnr | -14/+17 |
| 2022-10-17 | rm `try_normalize_mir_const_after_erasing_regions` | lcnr | -11/+0 |