about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-27Merge pull request #19850 from regexident/dyn-semanticsChayim Refael Friedman-1/+1
2025-05-27Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o...Vincent Esche-1/+1
2025-05-26Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hirChayim Refael Friedman-29/+74
2025-05-26Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indentLukas Wirth-3/+91
2025-05-26Merge pull request #19819 from Veykril/push-utvzwvwuuvlmLukas Wirth-3/+3
2025-05-26Merge pull request #19785 from A4-Tacks/fix-generate-new-indentLukas Wirth-1/+136
2025-05-26Merge pull request #19851 from ChayimFriedman2/normalize-exhaustivenessLukas Wirth-25/+81
2025-05-26Merge pull request #19864 from ChayimFriedman2/is-in-macroLukas Wirth-85/+125
2025-05-25Properly implement `might_be_inside_macro_call()` using semantic information ...Chayim Refael Friedman-85/+125
2025-05-25Fix IDE resolution of item macrosChayim Refael Friedman-29/+74
2025-05-23Merge pull request #19853 from Veykril/push-ovpvzkxmpsukLukas Wirth-280/+83
2025-05-23Bump salsaLukas Wirth-280/+83
2025-05-23Normalize when checking for uninhabited types for pattern exhaustiveness chec...Chayim Refael Friedman-25/+81
2025-05-22Merge pull request #19843 from oli-obk/rust-analyzer.vsLukas Wirth-24/+0
2025-05-22Remove rust-analyzer.vs from other editorsOli Scherer-24/+0
2025-05-22Merge pull request #19842 from Veykril/push-zunlmrzpnrzkLukas Wirth-1/+1
2025-05-22Support `transmute_unchecked` intrinsic for mir-evalLukas Wirth-1/+1
2025-05-22Merge pull request #19824 from ChayimFriedman2/lints-againLukas Wirth-164/+60
2025-05-21Merge pull request #19839 from ChayimFriedman2/inlay-hints-attrLukas Wirth-5/+15
2025-05-21Merge pull request #19840 from rust-lang/davidbarsky/fix-integrated-benchmarksChayim Refael Friedman-8/+12
2025-05-21internal: fix `integrated_benchmarks` to make actual editsDavid Barsky-8/+12
2025-05-21Correctly set the span of the proc_macro crate's Group delimitersChayim Refael Friedman-5/+15
2025-05-20Merge pull request #19826 from lnicola/sync-from-rustLaurențiu Nicola-25334/+43255
2025-05-20Bump rustc cratesLaurențiu Nicola-22/+29
2025-05-20Merge from rust-lang/rustLaurențiu Nicola-25313/+43227
2025-05-20Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-05-20Auto merge of #141270 - Zalathar:rollup-jd1y1f6, r=Zalatharbors-56/+2
2025-05-20Rollup merge of #141262 - Noratrieb:Noratrieb-patch-4, r=NoratriebStuart Cook-3/+0
2025-05-20Rollup merge of #141261 - RalfJung:current_dll_path, r=NoratriebStuart Cook-1/+1
2025-05-20Rollup merge of #141259 - rustbot:docs-update, r=ehussStuart Cook-0/+0
2025-05-20Rollup merge of #141257 - Shourya742:2025-05-19-trim-cache-module, r=onur-ozkanStuart Cook-50/+0
2025-05-20Rollup merge of #141211 - fluiderson:dev, r=thomccStuart Cook-2/+1
2025-05-19Auto merge of #138023 - melrief:97227_impl_Seek_for_Take, r=tgross35bors-1/+173
2025-05-19Properly remove Noratrieb from review rotation nora-3/+0
2025-05-19current_dll_path: fix mistake in assertion messageRalf Jung-1/+1
2025-05-19Update booksrustbot-0/+0
2025-05-19trim cache module in utilsbit-aloo-50/+0
2025-05-19Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgrbors-56/+182
2025-05-19Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa...Matthias Krüger-1/+55
2025-05-19Rollup merge of #141249 - fee1-dead-contrib:push-mwxxsvrsotvs, r=oli-obkMatthias Krüger-49/+73
2025-05-19Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboetMatthias Krüger-2/+26
2025-05-19Rollup merge of #141247 - onur-ozkan:141246, r=albertlarsan68Matthias Krüger-3/+17
2025-05-19Rollup merge of #141244 - RalfJung:GetUserProfileDirectoryW, r=ChrisDentonMatthias Krüger-0/+2
2025-05-19Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+9
2025-05-19Add `std::io::Seek` instance for `std::io::Take`Mario Pastorelli-1/+173
2025-05-19windows: document that we rely on an undocumented property of GetUserProfileD...Ralf Jung-0/+2
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-1/+55
2025-05-19add this to Miri's trophy caseRalf Jung-0/+1
2025-05-19fix data race in ReentrantLock fallback for targets without 64bit atomicsRalf Jung-2/+25
2025-05-19introduce common macro for `MutVisitor` and `Visitor` to dedup codeDeadbeef-49/+73