mirror of https://github.com/icsharpcode/ILSpy.git
Tree:
1c1420a8d2
ast-source-generator
christophwille/membench
copilot/add-field-keyword-auto-properties
custom-signature-decoder-comparer
deconstruction-fixes
enumext
fix/3465
fix/3518
gh-pages
issue1638
master
mdnupdate
natural-type-lambdas-methods
nu/2512
null-coalescing-assignment
release/6.2
release/7.1
release/7.2
release/8.1
stash/beautify-enum-member-declarations
stash/dynamic-await
switch-expression-default-case
1.0-Beta
1.0-M1
1.0-M2
1.0-M3
1.0.0
2.0.0
2.1
2.2
2.3
2.3.1
3.0-Preview1
3.0-Preview2
3.0.2
v10.0-preview1
v10.0-preview2
v2.3.2
v2.4
v3.0
v3.0-beta1
v3.0-beta2
v3.0-beta2a
v3.0-beta3
v3.0-beta4
v3.0.1
v3.1-beta1
v3.1-final
v3.1-rc
v3.2-beta
v3.2-rc
v3.2.0
v4.0
v4.0-alpha1
v4.0-beta1
v4.0-beta2
v4.0-beta3
v4.0-rc1
v4.0-rc2
v4.0.1
v5.0
v5.0-preview1
v5.0-preview2
v5.0-preview3
v5.0-preview4
v5.0-rc1
v5.0.1
v5.0.2
v6.0
v6.0-preview1
v6.0-preview2
v6.0-preview3
v6.0-preview4
v6.0-rc1
v6.1
v6.2
v6.2-preview1
v6.2-preview2
v6.2.1
v7.0
v7.0-preview1
v7.0-preview2
v7.0-preview3
v7.0-rc1
v7.0-rc2
v7.1
v7.2
v7.2-preview1
v7.2-preview2
v7.2-preview3
v7.2-preview4
v7.2-rc
v7.2.1
v8.0
v8.0-preview1
v8.0-preview2
v8.0-preview3
v8.0-preview4
v8.0-rc1
v8.1
v8.1.1
v8.2
v9.0
v9.0-preview1
v9.0-preview2
v9.0-preview3
v9.0-rc
v9.1
${ noResults }
11 Commits (1c1420a8d2eb1e42203ea6e167fa26a677599bb6)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
1c1420a8d2 |
Squashed 'NRefactory/' changes from 1e4a1d9..9675caf
9675caf ReadOnlyDocument: rename textBuffer->textSource
97d0964 Fixed GetDelegateInvokeMethod() for parameterized types. Fixed copy constructor of DefaultMethod. Fixed handling of "class" constraint in CecilLoader.
42d4d7d fixed some bugs in use explicit type context action.
79b9582 Fixed failing attribute unit tests.
6fb0a90 Added error indicators for missing closing brackets.
a11458e Worked on attribute resolving. Some tests fail because of wrongly loaded classes in my system. Daniel: Can you check the constructor attribute cases. I think something doesn't work in the Cecil loader on my system. I only get 1 empty constructor for LoaderOptimization & the name on my system is .ctor instead of #ctor.
cf8a412 Use equals.
5c398f2 fixed return types of anonymous type properties. Re-used the var type reference for that.
c458e06 Implemented anonymous types.
19653fa Added identifier token property.
96d1b7f fixed check.
1af72c9 GetResolveableNodeAt is now more selective.
b74fe93 Set compiler errors to parsed file.
b411a2a fixed possible null ref.
7e708a6 Worked on ast formatter tests.
fa55d14 Fix adding assembly attributes to SimpleProjectContent. Fixed MemberLookup.IsInvocable(). Add (ignored) unit tests for user-defined binary operators.
b368465 fixed bug.
99b60b8 Parser change: Interface members are now Accessibiliy.Public. This is a proposal to solve the <interfaceType>.<InferfaceMember>. ... lookup.
dd4f73b Fixed bug in inner type result.
2c2f30d Fixed some issues in the context actions.
b01c263 Implemented brace style formatting.
aceae1f implemented type parameter getmember methods.
2b726d2 Fixed System.Void output.
67fff9f fixed bug in using statement parsing.
ef0d911 Revert "Implemented user defined operator candidates."
9165dfe Implemented user defined operator candidates.
6199ee3 checked outer classes for aceessibility private check.
5fad5f9 Added time stamp to parsed files.
37dbafd fixed mcs bug.
0e1ad6e Started to implement a 'skip bodies' mode for parsing.
62d61ec Implemented GetResolveableNodeAt function.
26946f0 Added DeclarationRegion property to IVariable.
694f373 fix infinite loop.
daf0f21 Fixed some bugs related to conversions of type parameters.
5ae4d60 Conversions: add support for user-defined implicit conversions.
7615720 ResolveVisitor: Handle type arguments on IdentifierExpression and MemberReferenceExpression. Add support for PointerReferenceExpression.
3435eec Add ResolveVisitor.GetResolverStateBefore(AstNode).
5b92717 Add GetMembers() to IType; add ParsedFiles to IProjectContent.
c923833 Fix build errors.
1037d56 fixed some errors.
7fb7783 Make AbstractAnnotatable implement IAnnotatable.
c9d4a5d Rename ITypeResolveContext extension methods to be consistent with the new names of the ITypeResolveContext methods.
350ebaa Fixed NullReferenceException in type inference when passing a "string[]" for a parameter of type "IEnumerable<T>".
823471e Make the end offset of SegmentExtensions.Contains inclusive.
b40610d Simplify nested synchronization of CompositeTypeResolveContext.
991bea4 Added IsVerbatim property again.
484c586 Added easy accessible acceess members.
a883a3d Added constructors that take an error location/added file header.
77d54ee added some constructors.
e8153e0 reduced comment insertion time from O(m log n) to O (m).
44e796a Reduced the memory consumption of identifiers a bit by saving the 'isverbatim' bool. Note: Don't introduce that as virtual property, otherwise the memory saving is lost.
0afc1c6 Updated mcs / included code completion expression lookup.
33d588b Added the ability to specify parser arguments & provided a compiler callback (for getting pre processor directives etc). TODO: Move pre processor directives in the AST.
93b3ebf Implemented type system -> cecil object table.
6a85f0c Renamed GetClass-> GetTypeDefinition;
abec118 fix build.
c6aa05d Addded GetSubTypeDefinitions method. That's like a routine we had in the old MD dom - it's used for example for finding all exceptions in an assembly.
b7fc89c added header.
0cb2388 Separated the annotations from the ast node & added annotations to the project content.
af5e2c6 Added extension method GetMembers on IType.
7e29f61 Fix build (however formatting tests will fail).
9d21d1c Renamed GetClasses -> GetTypes. (GetClasess can give enums, structs & delegates too).
51f924f Renamed ITypeDefinition.InnerClasses -> NestedTypes (for more consistency with IType.GetNestedTypes
224f973 Revert "Moved class type to IType / added type parameter class type for type"
ba335ed Moved class type to IType / added type parameter class type for type parameters.
aa42b1b Added error storage to IParsedFile.
bae8765 Added AstLocation Begin/End properties.
9bc76cf Added naive remove type definition. This won't work for partial types.
bd4fb10 Added cenecllationtoken work around. Mono crashes on default cancellation token.
40147bc Changed CreateShortType implementation a bit.
1ae1b17 Added gettype/member extension methods that are working on a line/column pair.
c744d2f Worked on the way nrefactory contexct actions use the resolver.
1836aa8 Merge branch 'master' of github.com:icsharpcode/NRefactory
1b7906a Worked on context actions.
94b4130 Add IParsedFile to type system.
be5139a Added more context actions.
62988d6 Add TypeSystemAstBuilder: IType --> AstType conversion.
530cb0b mhutch: [NRefactory] Fix const modifier on fields
2b5569d use faster string comparer.
0f5f474 worked on context actions.
c337048 added missing file.
6e1eaf1 Added monodevelop context actions.
3eb2e5d Added patch from mhutch: [NRefactory] Add some name token accessors
7070e47 corrected output of primitive expressions. Primitive expressions contain a literal value which should be preferred ("0x10" vs "16").
13acde3 fix build.
8b606d1 Updated mcs/fixed unit test. string literal constants now contain the real 'literal'.
b2d2678 Rename ITextBuffer -> ITextSource
3048d66 Added some proposals.
21fcd82 Add ISegment and ITextEditor interfaces.
b4bcc80 Add ICSharpCode.Editor assembly.
0afdacd changed to HasModifier.
878dbbf Fixed some issues in resolver; enable resolver unit tests.
d36805c fixed assembly attribute csharp test.
67d9bb5 Fixed attribute on method parameter tests.
3685f49 Fixed TypeSystemConvertVisitor for read-only properties. Added some attribute parser tests.
26986f9 Make sure NamespaceEntry.ClassCount stays consistent with the ordinal typeDict at all times, even when there are name clashes in one of the non-ordinal dictionaries.
ddc55ad fixed variable declaration statement inside for loops wrong semicolon position.
fca4dd0 Added GetTypes method in compilation unit.
0398fd6 Fixed 'GlobalAttributeCSharp' test.
9bcf087 Fixed EnumWithBaseType unit test.
390ed3a Fixed NestedArrays unit test.
1c51b3a Type storage: Fixed handling of namespaces that have sub-namespaces but do not directly contain classes.
07e2896 Make InsertParenthesesVisitorTests independent from indentation of the output.
73a9d8d Merge NRefactory changes from ILSpy.
fb57f7d Fixed several issues in the type system convert visitor.
a697f19 fixed unboundtypeofexpression test.
93117a1 Added MemberNameToken property.
7cd4526 Added some properties to allow easier access for modifiers.
014ecea Pass the parameter to the event handlers.
42717c9 fix missing method.
6144698 removed exception (shouldn't be in production code).
1365588 passed type parameters to the observable ast visitor.
7a5c7f3 fixed possible null reference exception.
6894e6a Primitive expressions now contain the literal value + updated mcs.
790585c Implemented invert condition function.
7f16970 Added token atrribute.
0648470 Fixed membertpe location.
ba4a272 Implemented specific GetNodeAt method.
1feb0fc Added contains method.
d4d9ffd Added observer visitor.
f761813 Fixing switch section output + it's now possible to track node output in the output visitor.
79f1798 Put embedded statments onto next line.
478faf7 added name token property.
d561ccf Merged some changes from monodevelop.
280b79b Fixed return type tokens
8578bad Added easy name token access.
dfea089 added bounds check.
2fa40d8 Fixed special constraint expression parsing.
eb6f6c1 Make ConvertChar and ConvertString public.
b07228e Fixed issues with detection of using statements.
a238bf1 When decompiling a field, also decompile constructors to check whether there's an initializer on the field. When decompiling a constructor, display field initializers outside of the constructor. Closes #3.
3974a80 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails
7738421 Fixed position of XML comments on nested types.
9a35ee4 Applied some of the optimizations suggested by Kris Vandermotten. #150
5997f81 add foldings to documentation comments; closes #165
fc86a67 Fixed relocation bug.
8fc4139 Fixed relocatable bug/removed some debug messages.
8237448 Renamed interface.
99b4726 fix https://github.com/icsharpcode/ILSpy/issues/177
450be5a Corrected locations for parset expressions/statments/type members.
cb114b8 Fixed blank line formatting bug.
e187185 Merge NRefactory subtree from commit '1e4a1d911cb430db2a4199695ee73dfd89bcc543'
4db670a Merge NRefactory b8330be into ILSpy
f70f6a8 Add SaveIndex/LoadFromIndex methods to XmlDocumentationProvider.
4995f48 New XmlDocumentationProvider implementation:
f3b9d11 When the last statement in a block is a label, add an EmptyStatement so that the generated code is valid.
e68833d Add TestPlugin.
b22b3ec C# OutputVisitor: improve indentation of query expressions
2ca7ec2 Fixed output of NamedArgumentExpression within object initializers.
43e33f8 Fixed InsertParenthesesVisitor for casts of negative primitive expressions.
f3c52a0 Add OperatorDeclaration.GetOperatorType() helper method.
7cbab5e Merge NRefactory a92606c..56fde51
git-subtree-dir: NRefactory
git-subtree-split: 9675caf1e9276391f17536b488148cb668a6cc44
|
15 years ago |
|
|
fc02629e1a |
Squashed 'NRefactory/' changes from b8330be..1e4a1d9
1e4a1d9 add missing CSDemo files b5c5547 finished implementation of global level VB constructs a810296 - fixed bugs/missing features in ExpressionFinder.atg - add QualifiedType - partially implement TypeName in the parser dd8c7f7 add new VBDemo 99d4a8f remove code from MainForm in sample 13a8348 add XmlLiteralString d82f280 reimplemented tests for OptionStatement cb5a173 deactivated uncompilable unit tests; added XmlIdentifier; removed old classes b8599fc remove old parser code and further cleanup e1ee10a start implementing new VB AST; remove AST generator b9aa1ec Added some null checks. 3b051e5 Fixed alias 'global' member location. 8be17ea Updated mcs/fixed qualifiedalias member location. 5d83bea C# type system convert visitor: add support for attribute arguments. a917b1c Evaluate constant expressions in the correct context. 344476e Fix contracts. e1ac50d Implemented C# attributes. eb24135 Implemented IConstantValue for C#. Fixed bugs when resolving conditional expressions. git-subtree-dir: NRefactory git-subtree-split: 1e4a1d911cb430db2a4199695ee73dfd89bcc543 |
15 years ago |
|
|
6c62b4c954 |
Squashed 'NRefactory/' changes from 56fde51..b8330be
b8330be Remove parent pointer from ITypeParameter and enable sharing type parameters. ca6b0e1 fixed primitve types. 094cac4 Added some creation constructors. b7cd75a Fixed unit test. 9fedc31 Handled undocumented expressions. 7d4ef1a Added support for quoted identifiers. f30490c Add some parser unit tests. 307559c Remove NextStatement/PrevStatement properties - too many properties can be confusing (e.g. a loop's EmbeddedStatement would show up next to those two properties) 90542d2 Fix parsing of query continuations for queries with multiple from clauses. ccd06a4 Fixed query expression tests. Had to add a new node type: AnonymousTypeCreateExpression. d4eaffb Make pattern matching AST independent from C# AST. e8d472b Rename FixedVariableInitializer.Initializer to CountExpression (this makes it consistent with StackAllocExpression). 16715bb Renamed CSharpFormattingPolicy to CSharpFormattingOptions. 92df3e5 Fixed some TypeReferenceExpression tests. f4450d1 Fixed some invocation expression tests. 42463a4 Fixed unit test TestIdentifierContainingEscapeSequence. 021a9fb Fixed typeofexpression tests. bd51bee Fixed GlobalFullNamespaceGenericFieldReferenceExpressionTest. 040e164 Fixed lambdaexpression tests. 0722289 Updated mcs, fixed failing unit test. c35eb4d Enabled typ declaration tests. 94c18d6 Fixed delegate declaration tests. a45fa11 Fixed event declaration tests. 9083bee Fixed constructor declaration tests. 2e82144 * TypeDeclarationTests.cs: * PropertyDeclarationTests.cs: enabled property declaration tests. 873c185 Added attribute section parsing / fixed indexer declaration tests. 2353804 Fixed field declaration tests. 4e60911 Fixed method declaration tests. 58caab2 Fixed statement unit tests. cad9d18 Fixed fixed statement. a4ce5aa Updated mcs/fixed pointer reference expression bug. ca77589 Fixed partial modifier. 8c7e017 Fixed UsingDeclarationTests. 293dba5 Worked on pointer reference expression. cc209b4 Fixed ArrayObjectCreateExpression tests. 58856b1 Activated cast expression tests. c0e20a6 Fixed qualified alias member tests. 44388b2 Fixed anonymous method tests. git-subtree-dir: NRefactory git-subtree-split: b8330bebd6a1cb3a2895fc924f472292bc1cf85e |
15 years ago |
|
|
30eaac3091 |
Squashed 'NRefactory/' changes from a92606c..56fde51
56fde51 Use "Role" suffix for the fixed field variable role. e8d8ff8 Merge NRefactory changes from ILSpy. d022808 Fixed parsing of enum member declarations. f030426 Added extern alias node. d8e26ed Added fixed field ast node. I thought about this a bit - it's a better solution to invent a new node for this construct even if it's reallly close to fields. Really close != same. 836e178 Fixed bug in formatting unit tests. c01ba21 Converted the unit tests. Some of them are failing - I expect it has to do with the adapter. 9b1913e Track API changes. 2bee26a Added AST formatting visitor. 749f5a8 Updated parser & mcs. 605a56a merged changes related to lambdas and expression finding from old NRefactory 8c36dd8 renamed VB.Dom to VB.Ast bf96506 DefiniteAssignmentAnalysis bugfix 4e1140d Fixed definite assignment analysis bug. ebc34e6 Add NextStatement/PreviousStatement properties. 6f2e9c2 Order the control flow nodes lexically, and allow restricting definite assignment analysis to a specific lexical range. 3cc6fab Allow performing definite assignment analysis without providing an ITypeResolveContext. 5660677 Add InsertAfter/InsertBefore to AstNodeCollection. ccfd4ea Evaluate constant expressions in definite assignment analysis. 3a4fdf2 Add support for non-custom attributes to CecilLoader. f68a49b Improve spacing in fixed statement output. 9974734 Use a property to return the list of annotations. 735cb85 Fix issues in definite assignment analysis. 65bf46a Set NRefactory back to .NET 4.0 (we're not going to port ILSpy to .NET 3.5) 76dfccc Add definite assignment analysis. a79d43d Add control flow analysis for the NRefactory C# AST. c33f33e Enable using patterns in place of catch clauses. 3ad453d Add OptionalNode for pattern matching. cfccfca AstNode: add Invoke() methods to AstType (builds InvocationExpression for static methods) 60b3164 NRefactory AstNode: add DescendantsAndSelf property. c6a8a1f Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns. 73350e7 small code reformatting fdf1dac Indexer decompilation support. cafda5f Generate switch default case. Closes #26 0c9dec1 Fix output of float/double literals that are infinite or NaN. 0c9b5cb Remove "Attribute" suffix and add support for attributes on type parameters. 35d0426 Adjust ILSpy to NRefactory changes. c997b75 Merge commit '39fcd7d72f73d386455d00d63446601c99eafb83' bc195b8 Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy f4f554d more attribute targets implemented. 74fd14a attributed parameter declaration. a07f545 Printing initializers of enum members. 20ceef1 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into cust-attr 07c8c0c Use newlines in array initializers. 1cb5642 Merge commit '7ac091e93d8112b369425cceab64829c094e401c' f2c8607 Print a custom attribute's positional arguments. 212d39b Fix duplicate reference to Mono.Cecil. 5dfed88 Removed redundant int base type of enum. 8bd4e5d Basic output of custom attributes attached to types and methods. 9a1d759 Modifications of solution and project files made by VS2010. git-subtree-dir: NRefactory git-subtree-split: 56fde51b698e6c7b8ea23ebbc5caf0cd10bc4682 |
15 years ago |
|
|
39fcd7d72f |
Squashed 'NRefactory/' changes from 2200240..a92606c
a92606c Some improvements to output visitor. 136fd88 Fix some parser issues. 41b4385 Port NRefactory to .NET 3.5. 3b6fe6f Adjust resolver to AST changes and disable failing unit tests. 93e9d1e Use implicit conversion operator to convert from Pattern to AST nodes. b37ea77 Re-enabled the unit tests that were commented out. defd426 AST bugfixes. 60d4fe9 Add pattern matching for query expressions. Pattern matching should now work for the complete C# AST. b51f5a6 Add pattern matching for MemberDeclarations. git-subtree-dir: NRefactory git-subtree-split: a92606cb97ef6739d59b30a278d017cf64677f88 |
15 years ago |
|
|
7ac091e93d |
Squashed 'NRefactory/' changes from b28b9a3..2200240
2200240 InsertParenthesesVisitor: don't insert parentheses for "a && b && c" 5a34a9c Fix output of checked and unchecked expressions. 695138d Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns) 38faf84 Add support for 'any' operator and fix a bug in pattern matching. eeb4ea5 Add simple backtracking support to pattern matching. e6c0091 Implement pattern matching for statements. 93cc19d Determine loop condition from CFG 23190aa NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 379063a OutputVisitor bugfix: show return type for custom events. bce9881 Add some improvements to pattern matching. f5e89bf Add Choice pattern. 84a5ace OutputVisitor: allow writing constructor declarations without writing their parent type declaration. 13c6417 Add some documentation comments. 7e03cf8 Fix output of using statement when the resource acquisition is a VariableDeclarationStatement. 9d5390c Add pattern matching support to the NRefactory C# AST. 1af927c Fix lambda expression output bug. 904b05f NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 0fa2fd6 Fix missing dot in namespace declarations. 8641726 Escape surrogates in string literals. f1ce3e9 Fix order of modifiers. cd9efb5 Fixed infinite loop in AstComparer 3e02950 Merge commit '814b8b3bf3553c719c84be7b0aa71c946731e36a' 7c23366 Merge in the latest NRefactory (8db1fe252f6539e9cde8c9fb5f59aa60e4089d8f) git-subtree-dir: NRefactory git-subtree-split: 2200240ef60fc49f32b89eb85c9f3a8ba796b08d |
15 years ago |
|
|
814b8b3bf3 |
Squashed 'NRefactory/' changes from 8db1fe2..b28b9a3
b28b9a3 NRefactory Output Visitor: Fix loops. git-subtree-dir: NRefactory git-subtree-split: b28b9a3ac4c5fe3ed574597261dac3e788936cbd |
15 years ago |
|
|
e1de044cc0 |
Squashed 'NRefactory/' changes from ec42611..8db1fe2
8db1fe2 Enforce space in output visitor when printing "ptr & &v". b00cf19 Add parentheses test for "a + (b == null ? c : d)" 9b5fdd9 fixed endlocation bug. 914df80 Merge remote branch 'origin/master' into master. 9dc67b8 Fix CecilLoaderTests for Dictionary<,>.ValueCollection::Count (it's a non-virtual property implementing an interface; and isn't considered sealed in C#). 28d8b3a Include Mono.Cecil in solution. 16baa75 Corrected astvisitor interface naming. 41168e3 Fixed tests. e0a6909 added more bugfixes. 31113d2 fixed switch section. daccb3a Fixed parser bug. 59da5a2 Worked on type parsing. 65d688a Added some missing token properties. 83a7d2f Splitted the goto statement cases: GotoStatement, GotoCaseStatement, GotoDefaultStatement. ecc1772 Added YieldBreakStatement. 915a122 Added some comments. b8cf7d3 Splitted while & do while statements. b6c562e Fix some formatting issues with the C# output visitor. 48d8ac5 Fixed detection of 'sealed' method modifier. dc6daa1 Fixed output of enum members and the "const" modifier. 6e47f53 Add missing newline after property declarations. a33009d Add hyperlink support to decompiler. 43625b4 Initial port to new NRefactory. 76d844f Merge commit 'd87c5ea2c89dda7da5eab2dce7a30fe10729481f' 57522bf Enable automatic removal when replacing a node with its own descendant. bad0fdb Merge commit 'e1552755b97863393b543603557590ad90d8ef98' 39ad4c4 Update NRefactory to new Mono.Cecil. git-subtree-dir: NRefactory git-subtree-split: 8db1fe252f6539e9cde8c9fb5f59aa60e4089d8f |
15 years ago |
|
|
d87c5ea2c8 |
Squashed 'NRefactory/' changes from a20e80a..ec42611
ec42611 Escape contextual keywords within query expressions. 7ba4e0b Add parenthesis around query expressions within type tests "(from a in b select c) is D" 7312982 Bugfixes for InsertParenthesesVisitor and OutputVisitor. afd9650 Add query expressions to AST and output visitor. 880d23b Bug fixes in OutputVisitor. 594a637 Enable automatic removal when replacing a node with its own descendant. git-subtree-dir: NRefactory git-subtree-split: ec42611f0e7be19c53a16b2902808bd4d894b1ea |
15 years ago |
|
|
e1552755b9 |
Squashed 'NRefactory/' changes from 5aa65b2..a20e80a
a20e80a Add tests for InsertParenthesesVisitor. a24999d Add InsertParenthesesVisitor git-subtree-dir: NRefactory git-subtree-split: a20e80a09c817f9381a7b259ce6d91d6a26b7fb6 |
15 years ago |
|
|
ba47995db3 |
Squashed 'NRefactory/' content from commit 5aa65b2
git-subtree-dir: NRefactory git-subtree-split: 5aa65b26686a556aa8625a9f866d6734667bdb22 |
15 years ago |