| Age | Commit message (Expand) | Author | Lines |
| 2022-10-13 | Remove unused macro argument | Oli Scherer | -12/+11 |
| 2022-10-12 | Enable `x.py check` for miri | Oli Scherer | -49/+19 |
| 2022-10-12 | Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 | bors | -147/+118 |
| 2022-10-12 | Auto merge of #102934 - weihanglo:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-10-11 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-11 | Auto merge of #102926 - matthiaskrgr:rollup-oe2cdzj, r=matthiaskrgr | bors | -1349/+3790 |
| 2022-10-11 | Rollup merge of #102912 - lnicola:rust-analyzer-2022-10-11, r=lnicola | Matthias Krüger | -1093/+2885 |
| 2022-10-11 | Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwco | Matthias Krüger | -21/+81 |
| 2022-10-11 | Rollup merge of #102889 - petrochenkov:partres, r=cjgillot | Matthias Krüger | -90/+75 |
| 2022-10-11 | Rollup merge of #102869 - azdavis:master, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2022-10-11 | Rollup merge of #102685 - nbdd0121:unwind, r=m-ou-se | Matthias Krüger | -3/+2 |
| 2022-10-11 | Rollup merge of #102612 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -92/+535 |
| 2022-10-11 | Rollup merge of #102445 - jmillikin:cstr-is-empty, r=Mark-Simulacrum | Matthias Krüger | -0/+28 |
| 2022-10-11 | Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se | Matthias Krüger | -2/+9 |
| 2022-10-11 | Rollup merge of #101774 - Riolku:atomic-update-aba, r=m-ou-se | Matthias Krüger | -0/+26 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -23/+10 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -25/+137 |
| 2022-10-11 | Auto merge of #102894 - RalfJung:compiler_builtins, r=Amanieu | bors | -2/+2 |
| 2022-10-11 | Auto merge of #102915 - JohnTitor:rollup-5ht99y1, r=JohnTitor | bors | -109/+128 |
| 2022-10-11 | Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez | Yuki Okushi | -48/+35 |
| 2022-10-11 | Rollup merge of #102859 - cjgillot:collect-lifetimes, r=oli-obk | Yuki Okushi | -21/+5 |
| 2022-10-11 | Rollup merge of #102625 - Rageking8:fix-backtrace-small-typo, r=m-ou-se | Yuki Okushi | -3/+3 |
| 2022-10-11 | Rollup merge of #102589 - RalfJung:scoped-threads-dangling, r=m-ou-se | Yuki Okushi | -0/+33 |
| 2022-10-11 | Rollup merge of #102412 - joboet:dont_panic, r=m-ou-se | Yuki Okushi | -2/+20 |
| 2022-10-11 | Rollup merge of #102277 - mgeisler:rwlock, r=m-ou-se | Yuki Okushi | -31/+32 |
| 2022-10-11 | Rollup merge of #102258 - cjgillot:core-kappa, r=m-ou-se | Yuki Okushi | -4/+0 |
| 2022-10-11 | Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrum | bors | -4/+4 |
| 2022-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1093/+2885 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -25/+137 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -90/+75 |
| 2022-10-11 | Auto merge of #102724 - pcc:scs-fix-test, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-10-10 | Remove outdated comment | Michael Howell | -1/+0 |
| 2022-10-11 | Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr | bors | -743/+538 |
| 2022-10-10 | Do not alias for fs | Ariel Davis | -1/+0 |
| 2022-10-10 | Auto merge of #101720 - GuillaumeGomez:warn-INVALID_HTML_TAGS, r=notriddle | bors | -40/+119 |
| 2022-10-10 | Rollup merge of #102888 - GuillaumeGomez:improve-search-color-check, r=notriddle | Matthias Krüger | -711/+234 |
| 2022-10-10 | Rollup merge of #102876 - SparrowLii:import-candidate, r=fee1-dead | Matthias Krüger | -8/+145 |
| 2022-10-10 | Rollup merge of #102871 - notriddle:notriddle/trait-impl-anchor, r=GuillaumeG... | Matthias Krüger | -3/+1 |
| 2022-10-10 | Rollup merge of #102846 - zertosh:update-syn, r=dtolnay | Matthias Krüger | -18/+26 |
| 2022-10-10 | Rollup merge of #101789 - gimbles:let, r=estebank | Matthias Krüger | -3/+25 |
| 2022-10-10 | Rollup merge of #101360 - compiler-errors:multiple-closure-bounds, r=petroche... | Matthias Krüger | -0/+107 |
| 2022-10-10 | Fix unclosed HTML tag in clippy doc | Guillaume Gomez | -3/+3 |
| 2022-10-10 | Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrum | bors | -1/+40 |
| 2022-10-10 | rustdoc: remove unneeded `<div>` wrapper from sidebar DOM | Michael Howell | -47/+35 |
| 2022-10-10 | update compiler_builtins | Ralf Jung | -2/+2 |
| 2022-10-11 | fix #102878 | Takayuki Maeda | -21/+81 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -21/+5 |
| 2022-10-10 | Fix unclosed HTML tag in rustfmt doc | Guillaume Gomez | -1/+1 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -16/+32 |
| 2022-10-10 | Fix doc lint error | Guillaume Gomez | -1/+1 |