9382 Commits (v11.0-rc)
 

Author SHA1 Message Date
dependabot[bot] 59228e3d80 Bump github/codeql-action from 4 to 4.37.4 1 month ago
Siegfried Pammer f8617a0c3d Print 0m instead of default(decimal) for zero decimal values 1 month ago
Siegfried Pammer 8873983ff9 Gate decrement conversion behind IntroduceIncrementAndDecrement 1 month ago
Siegfried Pammer 87c13f99dc Convert float/double += 1 into increment and decrement expressions 1 month ago
Siegfried Pammer 716d7f6a5b Fix #3803: Crash on nested deconstruction of custom structs 1 month ago
Siegfried Pammer 83fdf386f1 Run InterfaceTests against the legacy csc and mcs compilers too 1 month ago
Siegfried Pammer f41b12c016 Fix #3230: do not emit base-list interfaces the base list cannot name 1 month ago
Siegfried Pammer a30b6a202b Fold GUI raw CorTables readers onto the shared MetadataExtensions readers 1 month ago
Siegfried Pammer 199b7bf151 Add --dump-table metadata dump mode to ilspycmd 1 month ago
Siegfried Pammer 313d1c6af0 Fix per-row reads in MetadataReader.GetMethodSemantics 1 month ago
Siegfried Pammer 5d7323e3f4 Add tests for ilspycmd --dump-table 1 month ago
Siegfried Pammer be2a821b1f Fix #3652: Apostrophe in identifiers must not start a char literal 2 months ago
Siegfried Pammer caac915f4a Fix 'expresssions' typo in TypeInference region heading 2 months ago
Siegfried Pammer 997b50d26b Update resolver spec references to current C# standard numbering 2 months ago
Christoph Wille 76f6d8e767 Normalize illegal version characters in Linux package versions 2 months ago
Christoph Wille bc8b1d1893 Avalonia 12.1.1 and Dock 12.1.0 2 months ago
Siegfried Pammer 6d213669ae Use a small fixture for tab-opening UI test 2 months ago
Siegfried Pammer 46c580a018 Give the row-details text blob its own Copy/Select All menu 2 months ago
Siegfried Pammer 4fd7946e2b Give the row-details text blob a minimum height 2 months ago
Siegfried Pammer 31ab051535 Style metadata row-details editors like the decompiler view 2 months ago
Siegfried Pammer 48bea149f4 Show metadata text-blob row details in a syntax-highlighting editor 2 months ago
Siegfried Pammer 917b0a4bcb Stretch metadata row details across the full row width 2 months ago
Siegfried Pammer d29aeb3eaa Do not pass /shared to compilers that cannot reach a compiler server 2 months ago
Siegfried Pammer 541bdec2c8 Pin the surviving propagate-despite-mutation path and rename its guard 2 months ago
Siegfried Pammer e81e22ff6a Do not re-emit initializer stores of propagated display-class fields 2 months ago
Siegfried Pammer 49bdca02d0 Fix #2032: avoid propagating mutated SROA fields 2 months ago
Siegfried Pammer a1726a9dbf Fix #3938: nested-type members must not inherit ExtensionInfo 2 months ago
Christoph Wille 03965a2284 Hide modal dialogs from the taskbar 2 months ago
Christoph Wille 16cd684a09 Replace the process dialog's grids with ListBoxes 2 months ago
Christoph Wille ff46536269 Await the trace drain when a module rundown fails 2 months ago
Christoph Wille d6bf916398 Fix unreachable-process and selection defects in the process dialog 2 months ago
Christoph Wille 719e863679 Add "Open from running process" dialog 2 months ago
Siegfried Pammer 4a73dcbc43 Skip the decompiler tests on macOS 2 months ago
Christoph Wille a22be6a5cd Extract the PR build gate into a reusable workflow 2 months ago
Siegfried Pammer d8a68e36e4 Skip redundant push builds for branches with an open PR 2 months ago
Siegfried Pammer 546f802bc8
Merge pull request #3903 from ds5678/iassemblyreferenceclassifier 2 months ago
Christoph Wille e2abac9428 Pin format.ps1 to Git Bash on Windows 2 months ago
Siegfried Pammer 1982773eaf Assemble the ID string probe once, outside the source tree 2 months ago
Siegfried Pammer e22851bd66 Remove the now-unused IMemberReference interface 2 months ago
Siegfried Pammer bba00519d0 Throw on unbalanced braces in ID string type names 2 months ago
Siegfried Pammer 75baa4991f Do not fall back to a sibling's documentation key 2 months ago
Siegfried Pammer 6893ab585d Replace the ID string grammar parser with name-based member matching 2 months ago
Siegfried Pammer eb50f1d307 Match members one ID string dialect at a time in FindEntity 2 months ago
Siegfried Pammer 7a126f9a0e Try both ID string dialects when looking up documentation 2 months ago
Siegfried Pammer 75e7c61e93 Fix #2728: render the MSVC C++/CLI ID string dialect 2 months ago
Siegfried Pammer 8473e821d3 Resolve navigate-to ID strings at the metadata level 2 months ago
Siegfried Pammer c17c6af1e9 Add a metadata-level IdStringProvider.FindEntity 2 months ago
Siegfried Pammer fe147ce211 Port IdStringProvider.GetIdString to SRM 2 months ago
ds5678 e3f45c8c39 Enable nullable in WholeProjectDecompiler.cs 2 months ago
ds5678 616dc1d702 Provide a WholeProjectDecompiler constructor with no default parameter values 2 months ago