5109 Commits (84b9f1c4f47aa58a89300bdd376f5c90a3f8dcd2)
 

Author SHA1 Message Date
Daniel Grunwald e7fd159f3d Fix definition of nested classes in generic classes. 15 years ago
Daniel Grunwald 2af007d34c Fix references to nested classes within generic types. Closes #60. 15 years ago
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 15 years ago
Eusebiu Marcu 572c79f097 Fix IL Code mappings; 15 years ago
Eusebiu Marcu 94882d0d2c Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald a55f0218e6 Fix output of float/double literals that are infinite or NaN. 15 years ago
Daniel Grunwald c24ec99ae0 Output constraints for generic methods. 15 years ago
Daniel Grunwald ed118a1bd5 Remove "Attribute" suffix and add support for attributes on type parameters. 15 years ago
Daniel Grunwald d1ccd69715 Don't show ": int" when enums derive from Int32. 15 years ago
Daniel Grunwald d80719c4ee Adjust ILSpy to NRefactory changes. 15 years ago
Daniel Grunwald 39fcd7d72f Squashed 'NRefactory/' changes from 2200240..a92606c 15 years ago
Daniel Grunwald 3fbbe420b2 Merge commit '39fcd7d72f73d386455d00d63446601c99eafb83' 15 years ago
Daniel Grunwald b2e20ba41f Fix attributes on classes/methods/etc. 15 years ago
Daniel Grunwald 368e39bf19 Get rid of warnings in release build. 15 years ago
Daniel Grunwald bad6fdabf2 For assembly attributes, put each attribute into its own section. 15 years ago
Daniel Grunwald b16ca10128 Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 15 years ago
Eusebiu Marcu 4c1ed5353f Fix this for static methods. 15 years ago
Eusebiu Marcu 50c11083c4 Remove the CurrentType from IconMargin. 15 years ago
Eusebiu Marcu ea8bf36298 Debug an executable - feature 15 years ago
Artur Zgodziski f25904a474 changed TextRunner to accept test file name. 15 years ago
Artur Zgodziski cd200fa504 Replaced MBUnit with NUnit. 15 years ago
Eusebiu Marcu 2a116080fa Fix ILRanges for expressions within statements 15 years ago
Eusebiu Marcu a602138b0e fix ILRange ToArray. 15 years ago
Eusebiu Marcu 620524d2c7 Fix steping for statements. 15 years ago
Eusebiu Marcu e21dfe2a78 Use AddRange for Arguments of expressions. 15 years ago
Eusebiu Marcu cfef05118f Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 1fecab6aab Fixed expanding derived types. 15 years ago
Eusebiu Marcu 1715e51e0e Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 6d3e07526c fix Arguments & remove commented code 15 years ago
Eusebiu Marcu ec0750df43 fix expanding the IEnumrable 15 years ago
Eusebiu Marcu a9c9f13e71 fix headers 15 years ago
Eusebiu Marcu dd92027875 fix AppendMembemberReference 15 years ago
David Srbecký e53c2565e8 Simple heuristics to improve gotos related to loops 15 years ago
Eusebiu Marcu 455dfc765c Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký c3e3166d8f Reimplemented condition "unnesting" to work on the fattened data with gotos already cleaned up. Use left over gotos and other unconditional flow to guide the unnesting. 15 years ago
Eusebiu Marcu 3bc8525c4b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu a1eab6c5c1 Add bookmark markers (red/yellow). 15 years ago
David Srbecký 3f4578f7f5 Duplicate return statement with const int/bool. 15 years ago
David Srbecký 46c99ddc44 Performance improvement - use accumulator list for GetSelfAndChildrenRecursive 15 years ago
David Srbecký effe892409 Duplicate return statements 15 years ago
David Srbecký 1bc30662b0 Rewritten goto removal. 15 years ago
David Srbecký 1174435aa6 Preparing duplication of return statement 15 years ago
Eusebiu Marcu a1a8243e26 Evaluate instance fields. 15 years ago
Eusebiu Marcu 4eab78fdd0 Evaluate arrays. 15 years ago
Eusebiu Marcu 2f33e543f3 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 7e770cd006 Fix StripXml method. 15 years ago
Eusebiu Marcu e216509245 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 6e10e6bbe0 Evaluate local vars. 15 years ago
David Srbecký 05b0b427d6 Peephole detection of the ternary operator (?:) 15 years ago
David Srbecký 194238586d Slightly reduce the number of generated basic blocks 15 years ago