[corlib] Clean up array binary search argument checks
[mono.git] / mcs / class /
2014-02-03 Marek Safar[corlib] Clean up array binary search argument checks
2014-02-03 Marek Safar[corlib] Throw correct exception when array::copy eleme...
2014-02-03 Marek SafarMerge pull request #886 from dmpot/master
2014-02-02 Dmitry PotapovDispatcher should process a higher-priority task
2014-02-02 Dmitry PotapovInvalidOperationException in Dispatcher.RunFrame
2014-02-02 Dmitry PotapovDispatcher should stop if Continue is false
2014-02-02 Dmitry PotapovDispatcher: Run() can be used more than once
2014-02-02 Dmitry PotapovDispatcher.PushFrame: clean references before return
2014-02-02 Dmitry PotapovFix src and dest indexes in DispatcherOperation ctor
2014-02-02 Marek SafarMerge pull request #884 from akoeplinger/fix-ipv6-teredo
2014-02-01 Alexander Köplinger[System] Fixed an error in the implementation of System...
2014-01-31 Marek Safar[corlib] Fixes our of range index access from a5fc91fc4...
2014-01-31 Marek SafarMore tests
2014-01-31 Marek Safar[corlib] Decimal parsing with banker's rounding with...
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Rodrigo Kumpera[corlib] WeakReference<T>::TryGetTarget should return...
2014-01-30 Alex Rønne PetersenMerge pull request #882 from jgagnon/master
2014-01-28 Michael Hutchinson[xbuild] Rework escaping in TaskItem to be compatible...
2014-01-28 Michael Hutchinson[xbuild] Remove unnecessary/inconsistent path conversio...
2014-01-28 Alan McGovern[Microsoft.Build.Utilities] Properly escape/unescape...
2014-01-28 Alan McGovern[Microsoft.Build.Utilities] Fix the escaping/unescaping...
2014-01-27 Jonathan GagnonFixes a socket leak in class TcpListener
2014-01-26 Marek Safar[dlr] Handle more expressions in interpreter
2014-01-24 Sebastien PouliotAllow a TLS1.1+ client (like recent Google Chrome,...
2014-01-24 Atsushi EnoFix build (and cosmetic code formatting).
2014-01-24 Atsushi Enoremove private msbuild hacking project files.
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-24 Atsushi EnoLog target build error.
2014-01-24 Atsushi EnoMake sure to fail build when exception is thrown while...
2014-01-24 Atsushi Enoadd comment on MSB4057.
2014-01-24 Ashley WintersInclude xbuild_4_0_dirs in dist; fixes 425fdc03
2014-01-23 Sebastien Pouliot[System] Exclude LinuxNetworkChange from MONOTOUCH...
2014-01-23 Atsushi Enoupdate .csproj.
2014-01-23 Atsushi EnoAdd BuildRequestDataTest and fixed some .NET compatibil...
2014-01-23 Atsushi EnoCheck null buildTargets at BuildRequestData. But not...
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-23 Atsushi EnoPath existence and lookup is now based on insensitive...
2014-01-23 Atsushi Enocomment out error check on Inputs/Outputs mismatch.
2014-01-23 Atsushi Enoimplement OnError on target.
2014-01-23 Atsushi EnoExists() needs to normalize Windows path first.
2014-01-23 Atsushi EnoDefaultTargets must be first picked up from imports...
2014-01-23 Atsushi Enoproperty name comparison should be done in case insensi...
2014-01-22 João MatosMerge pull request #878 from tritao/master
2014-01-22 Marek SafarNew tests
2014-01-22 Marek Safar[dlr] Implement few missing interpreter instructions
2014-01-22 Marek Safar[dlr] Fix UInt64 add/div
2014-01-21 Zoltan Varga[amd64] Make seq_points clobber callee save registers...
2014-01-21 Rolf Bjarne Kvinge[System] Include IndentedTextWriter in the mobile profile.
2014-01-20 Marek SafarMerge pull request #876 from knocte/master
2014-01-19 Andrés G. AragonesesFix very sticky typo in numerous places
2014-01-17 Marek Safar[corlib] BinaryStream sting reading from custom stream...
2014-01-17 Marek Safar[corlib] Fixes race in disposing CancellationTokenSourc...
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Alex Rønne PetersenMerge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne PetersenMerge pull request #861 from RobertZenz/patch-1
2014-01-16 Aaron Bockoverprofiles: define xammac (Xamarin.Mac) profile
2014-01-16 Aaron Bockoverbuild: use MOBILE_DYNAMIC instead of MONODROID
2014-01-15 Alan McGovern[Microsoft.Build.Engine] Fix the escaping/unescaping...
2014-01-14 Marek Safar[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad193...
2014-01-14 Sebastien PouliotAdd missing (new) file for System.Net.Http.dll (monotou...
2014-01-14 Sebastien PouliotThe mobile profile can support IBindingRuntimePreferenc...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (not...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (exclud...
2014-01-14 Sebastien Pouliot[test] Disable a test for XI (only) as it does not...
2014-01-14 Marek SafarFixes failing test
2014-01-14 Marek Safar[build] Add Microsoft.CSharp to monotouch profile
2014-01-14 Marek Safar[System] Use generic equality comparer in Find/FindLast...
2014-01-13 Zoltan Varga[sdb] Fix setting of byref variables in registers....
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-13 Marek Safar[System.Net.Http] Add parsing of multi-value strings...
2014-01-13 Zoltan VargaMerge pull request #872 from Unity-Technologies/upstrea...
2014-01-13 Lucas Meijerallow users to specify a suspension policy when enablin...
2014-01-13 Marek SafarMerge pull request #871 from tumtumtum/master
2014-01-12 Thong NguyenQuickfix for transactions timing out and not committing...
2014-01-12 Marek SafarMerge pull request #870 from wayoutmind/master
2014-01-12 Rodrigo KumperaMerge pull request #869 from alistair/copyfile
2014-01-12 Fredrick Galoso[system] Add IsIPv6Teredo to System.Net.IpAddress
2014-01-11 Alistair BushDon't raise an exception if we can't find the src assembly.
2014-01-10 Marek Safar[corlib] Hunting down rare Task.WaitAll race
2014-01-10 Atsushi Enofix build.
2014-01-10 Atsushi Enofix bug #11335.
2014-01-10 Atsushi EnoFix bug #11336.
2014-01-10 Marek Safar[System.Core] Update MonoTouch System.Linq.Expression...
2014-01-10 Michael Hutchinson[xbuild] The 4.0 toolset is in the 4.5 directory
2014-01-09 Marek Safar[System.Core] Add dynamic interpreter
2014-01-09 Marek Safar[dlr] Better FEATURE_REFEMIT checks
2014-01-09 Rodrigo Kumpera[corlib] Add an exhaustive regression test for file...
2014-01-08 Michael Hutchinson[xbuild] Suppress new window for child processes
2014-01-07 Michael Hutchinson[xbuild] Fix the xbuild 12 tests
2014-01-07 Michael Hutchinson[xbuild] Remove Silverlight targets, they don't work...
2014-01-07 Michael Hutchinson[xbuild] Fix 12.0 toolset location and public API
2014-01-07 Michael Hutchinson[xbuild] MSBuild 12 toolset should be available for...
2014-01-07 Michael Hutchinson[xbuild] Build & install MSBuild 12.0 assemblies
2014-01-07 Atsushi EnoMerge branch 'msbuilddll2' of https://github.com/atsush...
2014-01-07 Atsushi EnoBuildEngine4 must not be reused as IBuildEngine when...
2014-01-07 Atsushi Enoskip Condition and ContinueOnError as task parameters...
2014-01-07 Atsushi EnoMerge branch 'master' into msbuilddll2
2014-01-07 Atsushi EnoAdd test for DefaultTargets handling with imports.
2014-01-07 Atsushi EnoAdd logger related tests (to sort out those Loggers...
2014-01-07 Atsushi EnoUpdate .csproj (to add MSBuild.csproj).
next