[System.Core] SLE from CoreFX including interpreter
authorMarek Safar <marek.safar@gmail.com>
Wed, 14 Dec 2016 14:04:32 +0000 (15:04 +0100)
committerMarek Safar <marek.safar@gmail.com>
Mon, 19 Dec 2016 13:19:30 +0000 (14:19 +0100)
commit9d5de96b0f21b3602e7489c8d63c8db3034228fe
treedaf3f8b835641dab06e7173b7bf47111ff503ead
parent79219ca718a07c3d4fe82d69b2a94dd1366e0314
[System.Core] SLE from CoreFX including interpreter
263 files changed:
external/corefx
mcs/build/common/SR.cs
mcs/class/Makefile
mcs/class/Mono.Dynamic.Interpreter/Assembly/AssemblyInfo.cs [deleted file]
mcs/class/Mono.Dynamic.Interpreter/Makefile [deleted file]
mcs/class/Mono.Dynamic.Interpreter/Mono.Dynamic.Interpreter.dll.sources [deleted file]
mcs/class/System.Core/Makefile
mcs/class/System.Core/System.Core_test.dll.sources
mcs/class/System.Core/System.Linq.Expressions.Interpret/LambdaCompiler.cs [deleted file]
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Add.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Bind.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Convert.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_GreaterThan.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_GreaterThanOrEqual.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Invoke.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LessThan.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LessThanOrEqual.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListBind.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListInit.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Loop.cs [new file with mode: 0644]
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_MemberBind.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_MemberInit.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Negate.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Not.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_OrElse.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Power.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs
mcs/class/System.Core/common_System.Core.dll.sources
mcs/class/System.Core/corefx/LambdaExpression.cs [new file with mode: 0644]
mcs/class/System.Core/corefx/SR.cs [new file with mode: 0644]
mcs/class/System.Core/corefx/SR.missing.cs [new file with mode: 0644]
mcs/class/System.Core/dynamic_System.Core.dll.sources
mcs/class/System.Core/interpreter_System.Core.dll.sources
mcs/class/System.Numerics.Vectors/SR.cs
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/dlr/Makefile
mcs/class/dlr/README [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Actions/Dummy.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Ast/BinaryExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Ast/ConstantExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Ast/EmptyStatements.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Ast/LightLambdaExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Ast/UnaryExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Ast/Utils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/ConstantCheck.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/BranchLabel.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/ILightCallSiteBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AddInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AndInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ArithmeticInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ArrayOperations.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ComparisonInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ConstantInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ControlFlowInstructions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DivInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructionN.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructions.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicSplatInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/FieldOperations.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanOrEqualInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/Instruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionFactory.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LabelInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanOrEqualInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LocalAccess.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ModInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/MulInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NegateInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NumericConvertInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/OrInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ShlInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ShrInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/StackOperations.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/SubInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/TypeOperations.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/XorInstruction.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/InterpretedFrame.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightDelegateCreator.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambdaClosureVisitor.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LocalVariables.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LoopCompiler.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/RuntimeVariables.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Math/BigIntegerV4.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Math/Complex64.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/GlobalSuppressions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Runtime/ArgumentArray.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Runtime/DynamicNull.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Runtime/ExceptionHelpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ArrayUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/Assert.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/CacheDict.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/CollectionExtensions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/CollectionUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ContractUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/DynamicUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ExceptionFactory.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ExceptionUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/HybridReferenceDictionary.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ListEqualityComparer.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ReferenceEqualityComparer.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/StringUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Dynamic/Utils/TypeUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/BindingRestrictions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSiteBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSiteHelpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSiteOps.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/ConvertBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CreateInstanceBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DeleteIndexBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DeleteMemberBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObject.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObjectBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/ExpandoClass.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/GetIndexBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/GetMemberBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/IDynamicMetaObjectProvider.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/IInvokeOnGetBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/InvokeBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/InvokeMemberBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/RuleCache.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/SetIndexBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/SetMemberBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/UnaryOperationBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/BinaryExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/BlockExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/CatchBlock.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ConditionalExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ConstantExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DebugInfoExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DebugViewWriter.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DefaultExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DynamicExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ElementInit.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/Expression.DebuggerProxy.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ExpressionStringBuilder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ExpressionType.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/GotoExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/IndexExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/InvocationExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LabelExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LabelTarget.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ListArgumentProvider.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ListInitExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LoopExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberAssignment.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberBinding.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberInitExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberListBinding.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberMemberBinding.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/NewArrayExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/NewExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ParameterExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/RuntimeVariablesExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/SwitchCase.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/SwitchExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/SymbolDocumentInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/TryExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/TypeBinaryExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/TypeUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/UnaryExpression.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/AnalyzedTree.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/AssemblyGen.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/BoundConstants.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/Closure.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.Storage.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/ConstantCheck.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/ExpressionQuoter.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/HoistedLocals.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/KeyedQueue.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LabelInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Address.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Binary.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.ControlFlow.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Expressions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Lambda.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Logical.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Statements.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Unary.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/OffsetTrackingILGenerator.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/RuntimeVariableList.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/Set.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Bindings.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Temps.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/SymbolDocumentGenerator.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/SymbolGuids.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/VariableBinder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/GlobalSuppressions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/ExtensionAssemblyInfo.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Stubs.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/System.Core.csproj [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Action.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/CacheDict.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ContractUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Extension.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Function.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/IRuntimeVariables.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyCollectionBuilder.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyDictionary.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReferenceEqualityComparer.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReflectionUtils.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/StrongBox.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/TrueReadOnlyCollection.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/TypeExtensions.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting/ArgumentTypeException.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting/InvalidImplementationException.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting/Runtime/NotNullAttribute.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs [deleted file]
mcs/class/dlr/Runtime/Microsoft.Scripting/Stubs.cs [deleted file]
mcs/class/dlr/sync.sh [deleted file]
mcs/class/referencesource/System.Core/System/Linq/Expressions/ExpressionVisitor.cs
mcs/tests/gtest-etree-07.cs