9526 Commits (e530b1c1b62713e0920eab4760c24222844af5dc)
 

Author SHA1 Message Date
Daniel Grunwald e530b1c1b6 Avoid `allowImplicitConversion: true` for `await` expressions -- there's no target type that the C# compiler could convert to. 4 weeks ago
Siegfried Pammer d8aca3f113 Add an async/await pattern test suite for ExpressionBuilder.VisitAwait 4 weeks ago
Siegfried Pammer 1b050476b6
Merge pull request #4012 from icsharpcode/fix/ilspy-tests-window-leak 4 weeks ago
Christoph Wille ba084e82f7 Describe how AnalyzerTreeNode resolves the analyzer registry 4 weeks ago
Christoph Wille d4212b1965 Withdraw only the Help items the closing window itself promoted 4 weeks ago
Christoph Wille d5636e318f Assert the search pane's DataContext before checking the progress binding 4 weeks ago
Christoph Wille 84a7839a29 Withdraw a window's Help items from the macOS app menu, and add a retention canary 4 weeks ago
Christoph Wille 1c9c3d9c2a Run the indeterminate progress animations only while something is in progress 4 weeks ago
Christoph Wille 27f5e2bc69 Unsubscribe DebugStepsPaneModel from the static writing options on dispose 4 weeks ago
Christoph Wille 3b37eff5d3 Close every window a headless UI test showed, and let go of shared flyouts 4 weeks ago
Siegfried Pammer 0b9a8abc1f
Merge pull request #4022 from SychicBoy/fix-1459-floating-point-constants 4 weeks ago
dependabot[bot] e2b236b994
Bump github/codeql-action from 4.37.6 to 4.37.7 (#4026) 4 weeks ago
Siegfried Pammer 2311b64409 Cover the fractions that were not written as fractions 4 weeks ago
Siegfried Pammer fef7a5babe
Merge pull request #4013 from icsharpcode/feature/ilspycmd-ilast 4 weeks ago
Siegfried Pammer f7306d05da
Merge pull request #4024 from icsharpcode/fix-3352 4 weeks ago
Siegfried Pammer 83c007614f
Merge pull request #4025 from icsharpcode/fix/package-search-followups 4 weeks ago
Siegfried Pammer 482c0bd81b Reach package-nested nodes from every lookup, and only along one path 4 weeks ago
Siegfried Pammer 3dfb59ac87 Resolve package entries by identity and end walks nobody reads 4 weeks ago
Daniel Grunwald 85399bfc00 Add missing space in `new (string,int)[]` 4 weeks ago
Siegfried Pammer c5a30e2869
Merge pull request #4023 from icsharpcode/fix/package-search-and-nav 4 weeks ago
Daniel Grunwald 30c6b70d9d Fix #3352: avoid using query expressions if there's indications that the lambda parameter types cannot be omitted. 4 weeks ago
Siegfried Pammer a244ce04a1
Merge pull request #4020 from icsharpcode/testtools 4 weeks ago
Siegfried Pammer b209b39729 Drive negated special constants from the lookup table 4 weeks ago
Siegfried Pammer 36fa5a3f90 Find package-nested assembly nodes without walking the tree 1 month ago
Siegfried Pammer 48b8684646 Launch ILSpy from VS Code via dotrush, with a plain fallback 1 month ago
Siegfried Pammer b2b82ce6a8 Stream the search's assembly walk instead of materializing it 1 month ago
SychicBoy 59361d9de2 Prefer common machine-scale floating-point fractions 1 month ago
SychicBoy b3035687ff Recognize negated floating-point special constants 1 month ago
Siegfried Pammer d8625ba0ef Retry transient nuget.org failures instead of filing them as findings 1 month ago
Siegfried Pammer 1da62d9e08 Add TestTools with the nugetfuzz and decompdiff corpus tools 1 month ago
Siegfried Pammer 0566a81510 Make the ILAst dump faithful to what the decompiler runs 1 month ago
Siegfried Pammer 259c843483 Add ILAst output to ilspycmd debug builds 1 month ago
Christoph Wille deb1da33c1 Fix #3994: theme the documentation hover popup's chrome 1 month ago
Christoph Wille e82e3ba68c Fix #3993: register main-menu gestures as window key bindings 1 month ago
Christoph Wille 002748d5d0 Give dark-theme syntax colors a perceptual contrast floor 1 month ago
Daniel Grunwald 40e6f2cf2c
Merge pull request #3897 from sailro/fix-3894-mixed-lambda 1 month ago
Sebastien Lebreton e7bed9c78e Use pattern expression instead 1 month ago
Sebastien Lebreton b1e5163873 Fix #3894: keep lambda parameter typing consistent 1 month ago
Daniel Grunwald d34c563c1c
Merge pull request #3964 from icsharpcode/fix-copypropagation-stobj-target 1 month ago
Daniel Grunwald 07b2649fdf
Merge pull request #3888 from sailro/scoped-local-inference-v2 1 month ago
Siegfried Pammer 0447e2b58f
Merge pull request #3930 from icsharpcode/tests/829-first-class-span 1 month ago
Siegfried Pammer 0879e35c08 Show the hexadecimal form of negative ldc.i4/ldc.i8 operands 1 month ago
Siegfried Pammer 63d03f1b49 Fix #1142: recover enum members for out-of-range constant operands 1 month ago
Daniel Grunwald 67ef999992 Extract implicit-span-conversion-related logic in HandleImplicitConversion into separate method. 1 month ago
Siegfried Pammer 789b09dc62 Share one ref-assembly compilation across the semantics tests 1 month ago
Siegfried Pammer 5ca60d1b61 Pin params, ref and out interaction with span conversions 1 month ago
Siegfried Pammer 79b2ebcb9d Pin in-parameter binding behavior for span conversions 1 month ago
Siegfried Pammer 63900bb38c Align span conversions, betterness and inference with the C# 14 spec 1 month ago
Siegfried Pammer cd181b3f08 Fold C# 14 implicit span conversions instead of printing their helpers 1 month ago
Siegfried Pammer 6bd800fadd Add pretty tests for C# 14 first-class span types 1 month ago