Merge pull request #735 from wtfrank/bitblt
[mono.git] / mcs /
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
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 Marek Safar[mkbundle] Make duplicate assembly name error tracking...
2014-01-21 Marek Safar[mkbundle] Remove no longer needed System.Reflection...
2014-01-21 Marek Safar[mcs] Check for initially unassigned struct instance...
2014-01-21 Rolf Bjarne Kvinge[System] Include IndentedTextWriter in the mobile profile.
2014-01-20 Miguel de IcazaRevert "Exclude more console code from NET_2_1"
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 Safar[mcs] Less cascading errors
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Atsushi Eno[mkbundle] fix template for compressed version. stderr...
2014-01-17 Marek Safar[mcs] Initial lambda checked scope comes from parent...
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 Marek SafarNew test file
2014-01-15 Alan McGovern[Microsoft.Build.Engine] Fix the escaping/unescaping...
2014-01-15 Marek Safar[mcs] Add additional l-value checks on member access...
2014-01-15 Marek Safar[mcs] Import extension methods dynamic generic argument...
2014-01-14 Marek Safar[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad193...
2014-01-14 Miguel de IcazaAdd support for stdout returns
2014-01-14 Rolf Bjarne KvingeThe monotouch_runtime profile needs the DISABLE_COM...
2014-01-14 Sebastien PouliotAdd missing (new) file for System.Net.Http.dll (monotou...
2014-01-14 Rolf Bjarne KvingeThe monotouch_runtime profile needs the DISABLE_REMOTIN...
2014-01-14 Marek Safar[mcs] Disable container definition check on platforms...
2014-01-14 Marek Safar[linker] Add missing descriptors
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 Michael Hutchinson[xbuild] Add 4.0 client profile
2014-01-13 Michael Hutchinson[xbuild] 4.0 test targets go in 4.5 profile
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 SafarTests update
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 Michael Hutchinson[xbuild] Properly disable tests on 4.0 framework profile
2014-01-12 Michael Hutchinson[xbuild] Tests need older MSBuild targets
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 Aaron Bockovermono-api-info: avoid NumberOverflow
2014-01-10 Miguel de Icaza[csharp] do not try to read 0 characters for a string
2014-01-10 Miguel de Icaza[csharp] Make the stream reader iterate until all data...
2014-01-10 Miguel de IcazaAdd new --client/--server[=server[:port] support for...
2014-01-10 Miguel de Icazaupdate copyright
2014-01-10 Marek Safar[mcs] Check type of index used in pointer array aritmet...
2014-01-10 Marek Safar[corlib] Hunting down rare Task.WaitAll race
2014-01-10 Atsushi Enofix build.
2014-01-10 Marek Safar[mdoc] Update expected result xml templates
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 Marek Safar[mcs] Add missing object to dynamic conversion for...
2014-01-10 Michael Hutchinson[xbuild] Do not allow running tests or installing exe...
2014-01-10 Michael Hutchinson[xbuild] The 4.0 toolset is in the 4.5 directory
2014-01-10 Michael Hutchinson[xbuild] Reorganize xbuild targets/frameworks/bin data
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 Marek Safar[mcs] Suport recursive references of non-FX assemblies
2014-01-08 Mario KosmiskasUsing the fully qualified assembly name in dependencies
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] Add binding redirects so old tasks work w...
2014-01-07 Michael Hutchinson[xbuild] Remove Silverlight targets, they don't work...
2014-01-07 Michael Hutchinson[xbuild] Set correct DefaultToolsVersion for xbuild 12
2014-01-07 Michael Hutchinson[xbuild] Fix 12.0 toolset location and public API
2014-01-07 Michael Hutchinson[xbuild] Fix 12.0 tasks
2014-01-07 Michael Hutchinson[xbuild] MSBuild 12 toolset should be available for...
2014-01-07 Michael Hutchinson[xbuild] Update printed version/copyright
2014-01-07 Michael Hutchinson[xbuild] Install data files for xbuild 12
2014-01-07 Michael Hutchinson[xbuild] Build & install MSBuild 12.0 assemblies
2014-01-07 Martin Baulig[PCL]: Add ReadOnlyDictionary type-forwarder for XI...
2014-01-07 Atsushi EnoFix mobile builds.
2014-01-06 Alex Rønne PetersenAllow creating MemoryMappedFiles with an in-memory...
2014-01-06 Zoltan VargaMerge pull request #865 from madewokherd/icallinit
2014-01-06 Marek Safar[corlib] Mark all promise-style task exceptions observe...
2014-01-06 Atsushi Eno[rx][iOS] Do not try to generate doc comments with...
2014-01-06 Marek Safar[mcs] Emit Debuggable attribute. Fixes #16924
2014-01-06 Marek Safar[System.Web] Clean up assembly level attributes.
2014-01-06 Marek Safar[mcs] Method group caching needs to consider type argum...
2014-01-06 Marek SafarNew test
2014-01-05 Zoltan VargaMerge pull request #852 from ranma42/abc-64bits
next