about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-02-09Test XRay only for supported targetsOleksii Lozovskyi-0/+15
2023-02-09UI tests for -Z instrument-xrayOleksii Lozovskyi-1/+1
2023-02-08Auto merge of #107788 - matthiaskrgr:rollup-mw10sli, r=matthiaskrgrbors-0/+0
2023-02-08Rollup merge of #107656 - jonhoo:bump-rust-installer, r=Mark-SimulacrumMatthias Krüger-0/+0
2023-02-08Auto merge of #107778 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-02-07Update cargoWeihang Lo-0/+0
2023-02-07Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgrbors-16/+33
2023-02-07Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgrbors-1/+1
2023-02-07Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obkMatthias Krüger-16/+33
2023-02-07Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r...Matthias Krüger-1/+1
2023-02-07Auto merge of #107671 - CastilloDel:master, r=estebankbors-1/+1
2023-02-07miri: fix ICE when running out of address spaceRalf Jung-16/+33
2023-02-07Auto merge of #107704 - jyn514:tidy-ci, r=Mark-Simulacrumbors-1/+1
2023-02-06Add `run-rustfix` to tests/ui/issues/issue-92741.rsCastilloDel-1/+1
2023-02-06Add extended error message for E0523Matthew Kelly-1/+1
2023-02-06also do not add noalias on not-Unpin BoxRalf Jung-16/+71
2023-02-06make &mut !Unpin not dereferenceableRalf Jung-60/+24
2023-02-05Run `expand-yaml-anchors` in `x test tidy`Joshua Nelson-1/+1
2023-02-05Add UI test for issue #92741CastilloDel-1/+1
2023-02-03Bump rust-installerJon Gjengset-0/+0
2023-02-03Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.Nicholas Nethercote-4/+4
2023-02-01Auto merge of #107541 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-02-01Update cargoWeihang Lo-0/+0
2023-01-31Auto merge of #102513 - RalfJung:no-more-unaligned-reference, r=cjgillot,scot...bors-5/+12
2023-01-31make unaligned_reference a hard errorRalf Jung-5/+12
2023-01-31Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-1/+1
2023-01-31Download rustc component for rustfmt toolchain as wellMark Rousskov-1/+1
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-29Rollup merge of #106763 - lenko-d:106659-Print_why_a_test_was_ignored_if_its_...Matthias Krüger-28/+54
2023-01-29Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-SimulacrumMatthias Krüger-61/+0
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-0/+1
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-161/+184
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-5/+3
2023-01-28Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnayMatthias Krüger-5/+3
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-0/+4
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-15/+10
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-147/+175
2023-01-27Remove from librustdoc and clippy tooScott McMurray-5/+3
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-0/+1
2023-01-27Auto merge of #107386 - flip1995:clippyup, r=Manishearthbors-254/+2212
2023-01-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-254/+2212
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+1
2023-01-27Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitorbors-4/+4
2023-01-27Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnrbors-48/+49
2023-01-27Update clippy for restructured format flags fields.Mara Bos-4/+4
2023-01-26add EarlyBinder::no_bound_varsKyle Matsuda-1/+1
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-49/+49
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-48/+49
2023-01-27Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3bors-2/+2
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-26/+41