about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-10-14Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkovDylan DPC-2/+2
2022-10-14Update cargoWeihang Lo-0/+0
2022-10-14print the target also when running tests on the hostRalf Jung-22/+26
2022-10-14CI improvementsRalf Jung-3/+39
2022-10-14Remove CastCheckResult since it's unusedMichael Goulet-12/+17
2022-10-13Move some tests to more reasonable directoriesCaio-2/+2
2022-10-12tidy: error if a lang feature is already presentest31-126/+137
2022-10-12rustupRalf Jung-2/+2
2022-10-12merge rustc historyRalf Jung-3/+2
2022-10-12Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPCbors-0/+116
2022-10-12Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3bors-3/+3
2022-10-12Show command line argumentsFlorian Bartels-3/+22
2022-10-12Error if tidy-alphabetical-end was not foundNilstrieb-4/+19
2022-10-12Add tidy directoy `tidy-alphabetical`Nilstrieb-0/+101
2022-10-11Update cargoWeihang Lo-0/+0
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-3/+3
2022-10-11Rollup merge of #102912 - lnicola:rust-analyzer-2022-10-11, r=lnicolaMatthias Krüger-1093/+2885
2022-10-11Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-seMatthias Krüger-1/+0
2022-10-11Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrumbors-3/+3
2022-10-11:arrow_up: rust-analyzerLaurențiu Nicola-1093/+2885
2022-10-11Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgrbors-8/+10
2022-10-10Rollup merge of #102846 - zertosh:update-syn, r=dtolnayMatthias Krüger-8/+10
2022-10-10Fix unclosed HTML tag in clippy docGuillaume Gomez-3/+3
2022-10-10Fix unclosed HTML tag in rustfmt docGuillaume Gomez-1/+1
2022-10-10rustupRalf Jung-1/+1
2022-10-10merge rustc historyRalf Jung-2/+3
2022-10-10Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8KiDylan DPC-9/+9
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-2/+2
2022-10-10Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-deadDylan DPC-351/+36
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-9/+9
2022-10-10Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillotYuki Okushi-1/+1
2022-10-09Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitorbors-5/+3
2022-10-09update to syn-1.0.102Andres Suarez-8/+10
2022-10-10Rollup merge of #102838 - RalfJung:miri-bootstrap, r=oli-obkYuki Okushi-2/+0
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-3/+3
2022-10-09Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplettbors-0/+3
2022-10-09deprecate `clippy::for_loops_over_fallibles`Maybe Waffle-351/+34
2022-10-09fixup lint nameMaybe Waffle-2/+2
2022-10-09Fix clippy tests that trigger `for_loop_over_fallibles` lintMaybe Waffle-1/+3
2022-10-09Auto merge of #2590 - RalfJung:rustup, r=RalfJungbors-59/+19
2022-10-091/1000 events do happen sometimes...Ralf Jung-6/+6
2022-10-09cargo got fixed, re-bless its testsRalf Jung-10/+5
2022-10-09rustupRalf Jung-1/+1
2022-10-09merge rustc historyRalf Jung-42/+7
2022-10-09remove cfg(bootstrap) from MiriRalf Jung-2/+0
2022-10-09add josh instructionsRalf Jung-2/+51
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-3/+3
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-2/+2
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-1/+6
2022-10-08Stabilize half_open_range_patternsUrgau-1/+1