about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-34/+32
2024-10-05Auto merge of #131275 - workingjubilee:rollup-4yxqio3, r=workingjubileebors-5/+9
2024-10-04Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelixJubilee-5/+9
2024-10-05Auto merge of #131124 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-10-05Bless clippy.Camille GILLOT-5/+9
2024-10-04Adapt clippy.Camille GILLOT-38/+13
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-1/+1
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-2/+0
2024-10-04Update cargoWeihang Lo-0/+0
2024-10-04Prefer refutable slice patterns over len check + index opOli Scherer-33/+34
2024-10-04Auto merge of #18227 - davidbarsky:davidbarsky/push-lmntvwvznyyx, r=davidbarskybors-62/+190
2024-10-04internal: add JSON formatting for hprofDavid Barsky-62/+190
2024-10-04Implement LLVM x86 gfni intrinsicsTobias Decking-0/+722
2024-10-04Rollup merge of #131230 - GuillaumeGomez:no-sandbox, r=notriddleGuillaume Gomez-25/+1
2024-10-04Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykrilbors-70/+114
2024-10-04Enable `--no-sandbox` option by default for rustdoc GUI testsGuillaume Gomez-25/+1
2024-10-04internal: Filter out opaque tokens in some of IDE feature macro descensionsLukas Wirth-70/+114
2024-10-04clippyRalf Jung-2/+1
2024-10-04Merge from rustcThe Miri Cronjob Bot-861/+2502
2024-10-04Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-10-03Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebankMatthias Krüger-6/+5
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-848/+2484
2024-10-03make sure we also detect mixed-size races that begin at different addressesRalf Jung-1/+47
2024-10-03Auto merge of #131185 - workingjubilee:rollup-wkcqe2j, r=workingjubileebors-0/+6
2024-10-03fmtRalf Jung-19/+27
2024-10-03Merge from rustcRalf Jung-1244/+1302
2024-10-03Preparing for merge from rustcRalf Jung-1/+1
2024-10-02Rollup merge of #126930 - Xaeroxe:file-checksum-hint, r=chenyukangJubilee-0/+6
2024-10-03Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviperbors-7/+7
2024-10-02Use named fields for OpaqueTyOriginMichael Goulet-1/+1
2024-10-02Remove redundant in_trait from hir::TyKind::OpaqueDefMichael Goulet-5/+4
2024-10-02epoll: remove extraneous clone of ready_listFrank Rehwinkel-2/+1
2024-10-02epoll: add vector clock to the epoll ready_listFrank Rehwinkel-119/+67
2024-10-02epoll: remove unnecessary instructionsFrank Rehwinkel-3/+0
2024-10-02epoll: add data_race testFrank Rehwinkel-0/+108
2024-10-02bless miri testsjoboet-7/+7
2024-10-02fix: Join rustfmt overrideCommand with project rootKajetan Puchalski-3/+3
2024-10-01Rollup merge of #130885 - RalfJung:interp-error-discard, r=oli-obkJubilee-729/+740
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-0/+6
2024-10-01fix: correctly parse `use` in generic parametersSabrinaJewson-1/+29
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-733/+739
2024-10-01Remove crashes and fix testsMichael Goulet-10/+0
2024-10-01Remove anon struct and union typesMichael Goulet-33/+0
2024-10-01Auto merge of #18219 - Veykril:veykril/push-ytnzuvtoswqz, r=Veykrilbors-3/+4
2024-10-01fix: Fix bootstrap error message being incorrectLukas Wirth-3/+4
2024-10-01add set_last_error_and_return_i32 helper and use it in a few placesRalf Jung-27/+28
2024-10-01make set_last_error directly callable on a bunch of ways to represent errorsRalf Jung-80/+88
2024-10-01move io error handling helpers to their own fileRalf Jung-184/+193
2024-10-01Fix: Handle block exprs as modules when finding their parentsShoyu Vanilla-7/+46
2024-09-30Update wasm-component-ld to 0.5.9Alex Crichton-1/+1