6213 Commits (4a8cca26a1c590ebcd3cba468784f790a49b169d)
 

Author SHA1 Message Date
Daniel Grunwald cc850c27aa Add "Aggressive inlining" option 5 years ago
Daniel Grunwald 8e67a22896 Update to Roslyn 3.7.0 5 years ago
Siegfried Pammer 1c563a62a9 Fix #2090: ignore mscorlib references without public key token, when trying to resolve mscorlib. This will automatically fallback to .NET 4.0's mscorlib.dll. 5 years ago
Siegfried Pammer 62b8ab39f1 Fix oversight from b788441c78 5 years ago
Daniel Grunwald 8061634e67 #1203, #2092: New logic for resolving assembly references within the type system. 5 years ago
Daniel Grunwald 1751c9922c Avoid constructing a GetClassTypeReference instance in TypeProvider.GetTypeFromReference. 5 years ago
Daniel Grunwald b788441c78 DecompilerTypeSystem: If some known types are present in referenced assemblies but others are missing; add the missing known types to the compilation. 5 years ago
Daniel Grunwald 5bd47c171f Don't require a definition for the task builder type, also accept an UnknownType. 5 years ago
Daniel Grunwald 440ef75898 Avoid pointless UnknownType->object->UnknownType casts. 5 years ago
Daniel Grunwald b6b5f1e8e6 #2092: ILFunction.Parameters / ILFunction.ReturnType should never be null. 5 years ago
Daniel Grunwald 40e2776f02 #2089: Handle invalid attribute/reference metadata in `DetectTargetFrameworkId` 5 years ago
Daniel Grunwald c6b10d3ec3 Fix #2094: ByteOffset() arguments passed in wrong order 5 years ago
Edward Carlson ef96d178bf change from tuple to valuetuple 5 years ago
Siegfried Pammer 2403548ce3 Add tests for C# 9.0 lambda parameter discards 5 years ago
Edward Carlson 8b49cc0f54 backup 5 years ago
Christoph Wille aaca0e92b8
Remove gitter.im, we are now using Discussions 5 years ago
Christoph Wille ced4b8d3d3 Implementation for https://github.com/icsharpcode/ILSpy/issues/1933#issuecomment-663998595 5 years ago
Edward Kazuya Carlson 005135be0f
Merge pull request #2 from cshung/patches 5 years ago
Andrew Au 28a1382a52 Some changes I wanted 5 years ago
Daniel Grunwald 5c949e6e20 Fix #2086: Check that window belongs to ILSpy before sending it a WM_COPYDATA message. 5 years ago
Daniel Grunwald 1a997fdb60 Enable aggressive inlining into switch expressions. 5 years ago
Daniel Grunwald abb9d49a0f Add support for C# 8 switch expressions. 5 years ago
MysticBoy 8e9030f16c Merge branch 'master' of https://github.com/maikebing/ILSpy 5 years ago
MysticBoy bb39fe9f87 fix for Berrysoft‘s suggestion 5 years ago
Siegfried Pammer 383d02611f Add BuildTools/sort-resx.ps1 and sort contents of resx files by key 5 years ago
MysticBoy d1bced7eb3 fix for Berrysoft 's suggestion 5 years ago
MysticBoy 3edc8860c8 fix An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type 5 years ago
MysticBoy 865f855501 Add something missing. 5 years ago
MysticBoy 485278acf8 add ILSpy.ReadyToRun.Plugin.resources.dll to appveyor.yml for 7z 5 years ago
MysticBoy cae92aa390
Merge pull request #2 from maikebing/addin 5 years ago
MysticBoy 5f150efb74 add for vsixlangpack 5 years ago
MysticBoy 9aa39a941a modify for vsct 5 years ago
MysticBoy 0830a7dada for vsct 5 years ago
MysticBoy 3c338cb5c9
Merge pull request #1 from Berrysoft/co-trans 5 years ago
Berrysoft 4b05d85565 Update about page 5 years ago
Berrysoft 3e64895ec2 Step -> 步骤 5 years ago
Berrysoft c05151d28d Adjust res order. 5 years ago
Berrysoft c08a31a4c9 Merge upstream translations. 5 years ago
MysticBoy 4bc5b2bcbb update tests 5 years ago
MysticBoy d96b546db8 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 5 years ago
Daniel Grunwald d388319cba Add support for C# 9 init accessors. 5 years ago
Daniel Grunwald d02fd09822 Explicitly create partitioners for `Parallel.ForEach` calls. 5 years ago
Berrysoft 2065855b43 Clarify decompile and disassemble 5 years ago
Berrysoft 2f96faffb3 Small adjust 5 years ago
Berrysoft 11a2512413 More translations 5 years ago
Berrysoft 70529f92ac Fix ManageAssemblyLists menu text 5 years ago
Berrysoft d2dd6328fd Complete zh-Hans translation 5 years ago
Christoph Wille 2cd77bb3cc Frontends for 6.1 5 years ago
Siegfried Pammer 4b865c27e4 Fix #2076: VS AddIn opens reference assembly. 5 years ago
Siegfried Pammer 8d72672e6c Reimplement DecompilerSettings.StaticLocalFunctions (was lost in the refactoring in #2077) 5 years ago