| Age | Commit message (Expand) | Author | Lines |
| 2022-10-19 | Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgr | bors | -0/+0 |
| 2022-10-18 | Rollup merge of #103203 - GuillaumeGomez:fix-llvm-runtools-condition, r=Amanieu | Matthias Krüger | -1/+18 |
| 2022-10-18 | Retrieve LLVM version from llvm-filecheck binary if it is not set yet | Guillaume Gomez | -1/+18 |
| 2022-10-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -0/+8 |
| 2022-10-18 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1631/+3127 |
| 2022-10-17 | Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbini | Matthias Krüger | -3/+22 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -0/+8 |
| 2022-10-15 | Auto merge of #103083 - Dylan-DPC:rollup-97cvwdv, r=Dylan-DPC | bors | -0/+0 |
| 2022-10-15 | Rollup merge of #103041 - weihanglo:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -12/+17 |
| 2022-10-14 | Also run alphabetical check in src and library | nils | -6/+6 |
| 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 | 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 | 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 | 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 | remove cfg(bootstrap) from Miri | Ralf Jung | -2/+0 |
| 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 |