about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-4/+4
2024-01-06Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillotbors-4/+4
2024-01-05Update cargoWeihang Lo-0/+0
2024-01-06rustc_span: Optimize syntax context comparisonsVadim Petrochenkov-4/+4
2024-01-05Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-...Matthias Krüger-112/+56
2024-01-05Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da...Matthias Krüger-2/+0
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-4/+4
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-2/+2
2024-01-05Rollup merge of #119148 - estebank:bare-traits, r=davidtwcoMichael Goulet-1/+1
2024-01-05Rollup merge of #119034 - Zalathar:ignore-mode, r=davidtwcoMichael Goulet-13/+89
2024-01-05Update clippy for hir::Guard removalMatthew Jasper-112/+56
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-113/+101
2024-01-05Auto merge of #118861 - Veykril:r-a-in-tree, r=onur-ozkanbors-6/+16
2024-01-05Allow coverage tests to enable `llvm-cov --use-color`Zalathar-0/+11
2024-01-05Extract a `split_flags` helper in header directive parsingZalathar-9/+16
2024-01-05Allow tests to ignore individual test modesZalathar-3/+36
2024-01-05Check for profiler support via a flag, instead of an environment varZalathar-1/+26
2024-01-05Rename `EmitterWriter` as `HumanEmitter`.Nicholas Nethercote-4/+4
2024-01-04Rollup merge of #119574 - RalfJung:miri, r=oli-obkMatthias Krüger-308/+765
2024-01-04Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errorsMatthias Krüger-31/+31
2024-01-04Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwcoMatthias Krüger-11/+17
2024-01-04Set proc-macro-test/sysroot-abi with proc-macro-srv/sysroot-abiLukas Wirth-1/+1
2024-01-04miri: do not forward RUSTFLAGS to deps buildRalf Jung-0/+2
2024-01-04Set sysroot-abi flag for proc-macro-cli when in-rust-tree is setLukas Wirth-1/+1
2024-01-04Add extern crate rustc_driver to proc-macro-srv-cliLukas Wirth-3/+6
2024-01-04Imply sysroot-abi feature when in-rust-tree is setLukas Wirth-1/+1
2024-01-04Set the `in-rust-tree`` feature for all rust-analyzer{-proc-macro-srv} stepsLukas Wirth-4/+11
2024-01-04Auto merge of #119542 - lnicola:sync-from-ra2, r=lnicolabors-3073/+6914
2024-01-04Remove `is_lint` field from `Level::Error`.Nicholas Nethercote-1/+1
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-1/+1
2024-01-03Allow unexpected_cfgs in proc-macro-test impLaurențiu Nicola-0/+2
2024-01-03Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2Laurențiu Nicola-3073/+6912
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-1/+1
2024-01-02Rename `unused_tuple_struct_fields` in rustfmtJake Goulding-1/+1
2024-01-02Allow unused tuple struct fields in Miri testsJake Goulding-23/+23
2024-01-02Remove #[allow(unused_tuple_struct_fields)] from Clippy testsJake Goulding-70/+59
2024-01-02Update cargoWeihang Lo-0/+0
2024-01-01Address unused tuple struct fields in rustfmtJake Goulding-1/+1
2024-01-01Address unused tuple struct fields in clippyJake Goulding-19/+18
2023-12-30Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJungbors-80/+52
2023-12-29undo some lockfile changes, add explicit types to testsDrMeepster-109/+91
2023-12-29Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgrbors-321/+2531
2023-12-28Fix integer overflow ICEs from round_up_to_next_multiple_ofBen Kimock-17/+44
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-321/+2531
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-1/+1
2023-12-28Auto merge of #3244 - RalfJung:nan-nondet, r=RalfJungbors-197/+488
2023-12-28don't test unspecified caseRalf Jung-22/+0
2023-12-28NaN non-determinism for SIMD intrinsicsRalf Jung-75/+145
2023-12-28add NaN-nondet to libm functionsRalf Jung-47/+101