about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-09-24Rollup merge of #130793 - jieyouxu:mention-crashes-verbose, r=matthiaskrgrTrevor Gross-4/+5
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-14/+5
2024-09-24Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzolbors-2/+3
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-5/+5
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+1
2024-09-24Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure许杰友 Jieyou Xu (Joe)-4/+5
2024-09-24Remove unused import from Clippy versions.py filePhilipp Krones-1/+0
2024-09-24Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykrilbors-13/+97
2024-09-24fix: Temporary fix for `remove_unused_imports` not handling import aliases co...Shoyu Vanilla-13/+97
2024-09-24Fix toolsMichael Goulet-14/+5
2024-09-24Fix `run-make-support` to respect per-stage cargo许杰友 Jieyou Xu (Joe)-2/+3
2024-09-24Auto merge of #18166 - ChayimFriedman2:dollar-crate-root, r=Veykrilbors-5/+33
2024-09-24Auto merge of #18161 - ChayimFriedman2:postfix-mut, r=Veykrilbors-1/+52
2024-09-24Auto merge of #18160 - ChayimFriedman2:fix-18138, r=Veykrilbors-13/+82
2024-09-24Auto merge of #18157 - davidbarsky:davidbarsky/respect-disabling-proc-macros-...bors-1/+5
2024-09-24Auto merge of #18123 - jhgg:fix-ambigius-package-cargo-check, r=Veykrilbors-1/+1
2024-09-24Hotfix: remove profile from clippy Cargo.tomlPhilipp Krones-7/+0
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-2571/+7437
2024-09-24Auto merge of #18175 - Wilfred:completion_marker, r=Veykrilbors-1/+1
2024-09-24Auto merge of #18162 - ChayimFriedman2:gat-object-safe, r=Veykrilbors-1/+14
2024-09-24Scope CI permissions to the job that needs itJakub Beránek-6/+5
2024-09-24looks like we need more permissionsRalf Jung-1/+3
2024-09-23Rollup merge of #130727 - compiler-errors:objects, r=RalfJungMichael Goulet-8/+41
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-2/+2
2024-09-23Check vtable projections for validity in miriMichael Goulet-8/+41
2024-09-23internal: Make COMPLETION_MARKER more explicitly r-aWilfred Hughes-1/+1
2024-09-23Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercotebors-45/+47
2024-09-23Support expect in attribute completion and hoverLaurențiu Nicola-5/+52
2024-09-23fix workflow permissionsRalf Jung-1/+2
2024-09-23fix unqualified_local_imports in MiriRalf Jung-45/+47
2024-09-23add test for new abort_unwind functionRalf Jung-0/+44
2024-09-23Revert "internal: Disable GitHub releases for now"Laurențiu Nicola-6/+6
2024-09-23update miri testjoboet-1/+1
2024-09-23miri: shim `CCRandomGenerateBytes`joboet-0/+17
2024-09-23Disable GitHub releases for nowLaurențiu Nicola-6/+6
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-249/+197
2024-09-23Fix a bug in span map merge, and add explanations of how span maps are storedChayim Refael Friedman-5/+33
2024-09-22Auto merge of #3852 - tiif:rwrefactor, r=RalfJungbors-153/+249
2024-09-22simplify eventfd handling a bitRalf Jung-49/+30
2024-09-22remove some unnecessary to_ownedRalf Jung-9/+9
2024-09-22read, write: move cast-to-usize logic up and deduplicate itRalf Jung-4/+6
2024-09-22further tweak FileDescription commentsRalf Jung-17/+12
2024-09-22Pass pointer and len to FileDescription::write and change the type of len in ...tiif-47/+60
2024-09-22Use &[u8] instead of Vec<u8> and improve docstiif-13/+25
2024-09-22Consider lifetime GATs object unsafeChayim Refael Friedman-1/+14
2024-09-22try to give the CI job permission to create PRsRalf Jung-0/+3
2024-09-22rustfmt: switch over to setting style_editionRalf Jung-1/+1
2024-09-22Merge from rustcRalf Jung-6/+8
2024-09-22Preparing for merge from rustcRalf Jung-1/+1
2024-09-22Include dereferences in consuming postfix completions (e.g. `call`)Chayim Refael Friedman-0/+31