| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-10-14 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-14 | print the target also when running tests on the host | Ralf Jung | -22/+26 |
| 2022-10-14 | CI improvements | Ralf Jung | -3/+39 |
| 2022-10-14 | Remove CastCheckResult since it's unused | Michael Goulet | -12/+17 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -2/+2 |
| 2022-10-12 | tidy: error if a lang feature is already present | est31 | -126/+137 |
| 2022-10-12 | rustup | Ralf Jung | -2/+2 |
| 2022-10-12 | merge rustc history | Ralf Jung | -3/+2 |
| 2022-10-12 | Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPC | bors | -0/+116 |
| 2022-10-12 | Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3 | bors | -3/+3 |
| 2022-10-12 | Show command line arguments | Florian Bartels | -3/+22 |
| 2022-10-12 | Error if tidy-alphabetical-end was not found | Nilstrieb | -4/+19 |
| 2022-10-12 | Add tidy directoy `tidy-alphabetical` | Nilstrieb | -0/+101 |
| 2022-10-11 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -3/+3 |
| 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 #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2022-10-11 | Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1093/+2885 |
| 2022-10-11 | Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr | bors | -8/+10 |
| 2022-10-10 | Rollup merge of #102846 - zertosh:update-syn, r=dtolnay | Matthias Krüger | -8/+10 |
| 2022-10-10 | Fix unclosed HTML tag in clippy doc | Guillaume Gomez | -3/+3 |
| 2022-10-10 | Fix unclosed HTML tag in rustfmt doc | Guillaume Gomez | -1/+1 |
| 2022-10-10 | rustup | Ralf Jung | -1/+1 |
| 2022-10-10 | merge rustc history | Ralf Jung | -2/+3 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -9/+9 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-10-10 | Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-dead | Dylan DPC | -351/+36 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -9/+9 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-10-09 | Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitor | bors | -5/+3 |
| 2022-10-09 | update to syn-1.0.102 | Andres Suarez | -8/+10 |
| 2022-10-10 | Rollup merge of #102838 - RalfJung:miri-bootstrap, r=oli-obk | Yuki Okushi | -2/+0 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -3/+3 |
| 2022-10-09 | Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplett | bors | -0/+3 |
| 2022-10-09 | deprecate `clippy::for_loops_over_fallibles` | Maybe Waffle | -351/+34 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -2/+2 |
| 2022-10-09 | Fix clippy tests that trigger `for_loop_over_fallibles` lint | Maybe Waffle | -1/+3 |
| 2022-10-09 | Auto merge of #2590 - RalfJung:rustup, r=RalfJung | bors | -59/+19 |
| 2022-10-09 | 1/1000 events do happen sometimes... | Ralf Jung | -6/+6 |
| 2022-10-09 | cargo got fixed, re-bless its tests | Ralf Jung | -10/+5 |
| 2022-10-09 | rustup | Ralf Jung | -1/+1 |
| 2022-10-09 | merge rustc history | Ralf Jung | -42/+7 |
| 2022-10-09 | remove cfg(bootstrap) from Miri | Ralf Jung | -2/+0 |
| 2022-10-09 | add josh instructions | Ralf Jung | -2/+51 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -3/+3 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -2/+2 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -1/+6 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -1/+1 |