Update to the latest dlr
authorMarek Safar <marek.safar@gmail.com>
Fri, 8 Jun 2012 08:40:15 +0000 (09:40 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 8 Jun 2012 08:40:15 +0000 (09:40 +0100)
commitc14d3585bd3139250d63c9db99a3ad5a978d2e63
treebe1c3c37a05eb39ea3eec28d4b61faa3ee88449f
parent3f0aa3e3c8d150490b804d2c248ae9f427da33a0
Update to the latest dlr
123 files changed:
mcs/class/System.Core/Makefile
mcs/class/System.Core/dynamic_System.Core.dll.sources
mcs/class/System.Core/net_4_0_System.Core.dll.sources
mcs/class/System.Core/net_4_5_System.Core.dll.sources
mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs
mcs/class/dlr/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj
mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/BindingRestrictions.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallInfo.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSiteBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSiteHelpers.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/CallSiteOps.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DeleteIndexBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObject.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObjectBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/ExpandoClass.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/GetIndexBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/GetMemberBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/IDynamicMetaObjectProvider.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/SetIndexBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/UnaryOperationBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/BinaryExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/BlockExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/CatchBlock.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ConditionalExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ConstantExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DebugInfoExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DebugViewWriter.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DefaultExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/DynamicExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ElementInit.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/Expression.DebuggerProxy.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ExpressionStringBuilder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ExpressionType.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/GotoExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/IndexExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/InvocationExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LabelExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LabelTarget.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ListArgumentProvider.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ListInitExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LoopExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberAssignment.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberBinding.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberInitExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberListBinding.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MemberMemberBinding.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/NewArrayExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/NewExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/ParameterExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/RuntimeVariablesExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/SwitchCase.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/SwitchExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/SymbolDocumentInfo.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/TryExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/TypeBinaryExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/TypeUtils.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/UnaryExpression.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/AnalyzedTree.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/AssemblyGen.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/BoundConstants.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/Closure.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.Storage.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/ConstantCheck.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/ExpressionQuoter.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/HoistedLocals.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/KeyedQueue.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LabelInfo.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Address.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Binary.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.ControlFlow.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Expressions.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Generated.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Lambda.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Logical.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Statements.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Unary.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/OffsetTrackingILGenerator.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/RuntimeVariableList.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/Set.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Bindings.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Generated.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Temps.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/SymbolDocumentGenerator.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/SymbolGuids.cs [new file with mode: 0644]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/VariableBinder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/GlobalSuppressions.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Stubs.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Action.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/CacheDict.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ContractUtils.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Function.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/IRuntimeVariables.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyCollectionBuilder.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyDictionary.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReferenceEqualityComparer.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/ReflectionUtils.cs [new file with mode: 0644]
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/TrueReadOnlyCollection.cs
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Utils/TypeExtensions.cs
mcs/class/dlr/sync.sh