about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-08-30Auto merge of #18010 - Veykril:inlay-hints-lt, r=Veykrilbors-358/+597
2024-08-30Support fn-ptr and fn-path types for lifetime elision hintsLukas Wirth-358/+597
2024-08-30Auto merge of #18009 - Veykril:reformat-no-rustup, r=Veykrilbors-22/+26
2024-08-30Allow xtask::reformat to work without rustupLukas Wirth-18/+26
2024-08-30Revert "fix: do not assume rustup is installed in xtask codegen"Lukas Wirth-19/+15
2024-08-30enable Miri to pass const pointers through FFIStrophox-5/+257
2024-08-30Auto merge of #18008 - Veykril:inlay-hints-resolve, r=Veykrilbors-216/+282
2024-08-30Improve inlay hint resolution reliabilityLukas Wirth-216/+282
2024-08-30fix(ide-completion): fix handling of `for` in `impl T for A` in function bodyrami3l-5/+81
2024-08-30Auto merge of #18003 - ChayimFriedman2:addr_of-static-mut, r=Veykrilbors-7/+78
2024-08-30add borrows to NLL MIR dumpsRémy Rakic-0/+1
2024-08-30Auto merge of #17999 - ShoyuVanilla:issue-17998, r=Veykrilbors-21/+45
2024-08-30Merge from rustcThe Miri Cronjob Bot-5/+1
2024-08-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustfmt.Nicholas Nethercote-2/+17
2024-08-30Remove `#[macro_use] extern crate tracing` from rustfmt helpers.Nicholas Nethercote-6/+2
2024-08-29Update the `wasm-component-ld` binary dependencyAlex Crichton-1/+1
2024-08-29fix: consider indentation in the "Generate impl" and "Generate trait impl" as...Ivar Scholten-13/+76
2024-08-29Do not report missing unsafe on `addr_of[_mut]!(EXTERN_OR_MUT_STATIC)`Chayim Refael Friedman-6/+51
2024-08-29Add diagnostic for accessing an `extern` staticChayim Refael Friedman-1/+27
2024-08-30fix: `std::error::Error` is object unsafeShoyu Vanilla-21/+45
2024-08-29interpret/visitor: make memory order iteration slightly more efficientRalf Jung-8/+5
2024-08-29Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykrilbors-66/+1194
2024-08-29feat: Implement object safetyShoyu Vanilla-66/+1194
2024-08-29Auto merge of #17975 - IvarWithoutBones:dont-assume-rustup, r=Veykrilbors-15/+19
2024-08-29Auto merge of #17993 - ChayimFriedman2:convert-to-tuple-attrs, r=Veykrilbors-11/+49
2024-08-29Auto merge of #17991 - ChayimFriedman2:extract-variable-ref, r=Veykrilbors-10/+140
2024-08-29Auto merge of #17987 - ChayimFriedman2:column-macro, r=Veykrilbors-1/+33
2024-08-29Auto merge of #17988 - darichey:fix-scip-def, r=Veykrilbors-1/+3
2024-08-29Auto merge of #17940 - ChayimFriedman2:closure-to-fn, r=Veykrilbors-13/+1511
2024-08-29Merge from rust-lang/rustLaurențiu Nicola-4414/+6771
2024-08-29Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-08-29fix: Fix TokenStream::to_string implementation dropping quotation marksLukas Wirth-3/+8
2024-08-29fix: Fix proc-macro server crashing when parsing a non-lexable string into a ...Lukas Wirth-3/+15
2024-08-29fix wasm testRalf Jung-15/+28
2024-08-29Merge from rustcThe Miri Cronjob Bot-6/+44
2024-08-29Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-08-29Auto merge of #17992 - Wilfred:newlines_in_logs, r=Veykrilbors-2/+2
2024-08-29Stop using ty::GenericPredicates for non-predicates_of queriesMichael Goulet-4/+3
2024-08-28Rollup merge of #129617 - rustbot:docs-update, r=ehussJubilee-0/+1
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-5/+0
2024-08-28Fix incorrect symbol definitions in SCIP outputDavid Richey-1/+3
2024-08-28internal: Add doc comments to OpQueueWilfred Hughes-0/+11
2024-08-29Consider field attributes when converting from tuple to named struct and the ...Chayim Refael Friedman-11/+49
2024-08-29Also handle deref expressions in "Extract variable"Chayim Refael Friedman-15/+59
2024-08-28internal: Avoid newlines in fetch workspace errorsWilfred Hughes-2/+2
2024-08-29Don't add reference when it isn't needed for the "Extract variable" assistChayim Refael Friedman-1/+42
2024-08-28Consider all expressions that autoderef in "Extract variable", not just metho...Chayim Refael Friedman-3/+48
2024-08-28Fix name resolution of shadowed builtin macroChayim Refael Friedman-1/+33
2024-08-28Minor errorsAli Bektas-2/+2