Merge branch 'master' of ssh://github.com/mono/mono
[mono.git] / mcs /
2012-01-31 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-31 Jeremie Laval[monodoc] Also fill in fulltitle info for enum and...
2012-01-31 Marek SafarFix type inference of recursive explicit type parameter...
2012-01-31 Marek SafarNew test
2012-01-31 Marek SafarRemove obsolete code
2012-01-31 Marek SafarAdd test for reusing compiler settings
2012-01-31 Marek SafarUpdate compiler documentation.
2012-01-30 Sebastien PouliotFloating point numbers needs to be encoded using the...
2012-01-30 Jeremie Laval[monodoc] Process MonoTouch's [Since] attribute and...
2012-01-30 Zoltan VargaFix the encoding of strings in the sdb wire protocol.
2012-01-30 Jeffrey Stedfast[Mono.Debugger.Soft] Oops, fixed build.
2012-01-30 Jeffrey Stedfast[Mono.Debugger.Soft] Implement IsGenericType/Method...
2012-01-30 Jeremie Laval[monodoc, mdoc] Recognize and process a documentation...
2012-01-30 Jeremie Laval[monodoc] Add value of MTouch/MMac Export attribute...
2012-01-30 Jeremie Laval[mdoc] change index subparameters and explain them
2012-01-30 Marek HabersackMerge pull request #222 from pruiz/httpreq-validation-fix
2012-01-29 Pablo Ruiz GarciaEnsure only first call to HttpRequest.QueryString shoul...
2012-01-29 Zoltan VargaImplement IsGenericType etc. in TypeMirror/MethodMirror.
2012-01-27 Marek SafarAdd new test
2012-01-27 Marek SafarRemove unit index from Location to allow compilation...
2012-01-27 Marek SafarMove all remaining compiler settings into Settings...
2012-01-27 Marek HabersackRevert ".NET 4.5 targets should use dmcs"
2012-01-27 Miguel de IcazaFix typo
2012-01-27 Miguel de IcazaFix the debug-parser target
2012-01-27 Miguel de IcazaUpdate the compiler docs
2012-01-26 Marek Habersack.NET 4.5 targets should use dmcs
2012-01-26 Marek SafarUse correct time zone offset for invariant DateTimeOffs...
2012-01-26 Marek SafarFix time zone dependant test
2012-01-26 Marek SafarUpdate to the latest IKVM.Reflection
2012-01-26 Marek SafarDon't try to emit closed containers
2012-01-26 Marek SafarUse same members for partial classes as normal classes...
2012-01-26 Marek SafarUpdate to the latest ikvm reflection
2012-01-26 Marek SafarOptimize extension methods lookup
2012-01-26 Marek SafarCache extension methods lookup failures
2012-01-26 Marek SafarMake private fields not visible
2012-01-24 Marek SafarDisable identifiers interning for full ast mode
2012-01-24 Marek SafarRemove some static fields
2012-01-24 Marek SafarEmit MethodAttributes.HideBySig for static constructors
2012-01-24 Marek SafarKeep order of parsed members (required by MD) to be...
2012-01-23 Jonathan Pryor[mdoc] Generate docs for nested `protected` types.
2012-01-23 Jonathan Pryor[mdoc] Fix `make run-tests`
2012-01-23 Miguel de IcazaDisable debugging parser on the default compiler build
2012-01-23 Miguel de Icazamcs/parser: make it so that an incomplete statement...
2012-01-23 Miguel de Icazamcs/error recovery: handle errors caused by closing...
2012-01-22 Zoltan VargaAdd a test for #2775.
2012-01-22 Zoltan VargaFix the build.
2012-01-22 Zoltan VargaImplement GetFolderPath(Environment.SpecialFolder.UserP...
2012-01-22 Atsushi EnoMerge pull request #219 from dhasenan/master
2012-01-21 Christopher WrightFix SOAP configuration error
2012-01-21 Zoltan VargaMake the sorting done by MSCompatUnicodeTable stable...
2012-01-20 Marek SafarImplements more System.Net.Http.Headers
2012-01-20 Marek SafarRun check for unused fields only when compilation succeeded
2012-01-20 Marek SafarImplement DateTimeOffset quoted values parsing
2012-01-20 Kevin HoulihanChange to ensure that correct BufferHeight and BufferWi...
2012-01-20 Zoltan VargaFix Type.GetType () when an assembly resolver is used...
2012-01-20 Jonathan Pryor[System.ServiceModel] Don't try to deserialize `void...
2012-01-20 Jonathan Pryor[System.ServiceModel] Speed up Bug652331_2Test test...
2012-01-20 Zoltan VargaAvoid passing a Module to the GetSigHelper methods...
2012-01-20 Eberhard BeilharzXamarin-2938: Fix Screen.FromControl
2012-01-19 Gonzalo Paniagua... UploadFile+PUT does not wrap the file in a multipart...
2012-01-19 Marek SafarRestore original compiler generated block when linq...
2012-01-19 Marek SafarFix range variable name collision check for nested...
2012-01-19 Atsushi EnoFix bug 998 - in XmlResolver.ResolveUri(), make some...
2012-01-19 Atsushi EnoFix bug #1558 - return editable XPathNavigator from...
2012-01-19 Atsushi EnoFix bug #2146 - create snapshot copy of nodes before...
2012-01-19 Atsushi EnoFix bug #2383 patch by Weeble - in XPathExtensions...
2012-01-19 Atsushi EnoFix bug #2564 - give .NET compatible namespace prefixes...
2012-01-19 Atsushi EnoFix bug #2956: XmlReader.HasValue became virtual (from...
2012-01-19 Atsushi EnoFix bug #2927: lookup event bound methods from root...
2012-01-19 Miguel de IcazaFix my last commit
2012-01-18 Marek SafarImplemented more System.Net.Http.Headers
2012-01-18 Miguel de IcazaPrevent race conditions for this cached variable, by...
2012-01-17 Rolf Bjarne KvingeDateTime.FromFileTimeUtc should return a DateTime with...
2012-01-17 Rolf Bjarne KvingeSystem.Data: DataTable.ImportRow should be able to...
2012-01-17 Marek SafarFix ParsedValue buffer length when putback character...
2012-01-17 Marek SafarUse correct offset when setting comples struct field...
2012-01-17 Marek SafarDon't report ambiguous error when a user operator confl...
2012-01-17 Zoltan VargaDon't delete some RabbitMQ.Client generated files since...
2012-01-17 Zoltan VargaDon't delete some RabbitMQ.Client generated files since...
2012-01-17 Zoltan VargaDon't delete basic-profile-check.{exe,out} if the profi...
2012-01-16 Marek SafarFix typo
2012-01-16 Marek SafarInlcude leading dot in constant ParsedValue
2012-01-16 Marek SafarKeep incomplete constructor initializer colon location
2012-01-16 Marek SafarRename mcs files which now have different content
2012-01-15 Miguel de IcazaImplements TimeZoneInfo.Local for Windows
2012-01-14 Miguel de IcazaApply patch from Tom Hindle to fix ##2893 and add a...
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-14 Marek SafarRework top-level type AST hierarchy to include namespac...
2012-01-14 Marek SafarFix MemoryStreamTest tests to compile under 2.0 profile
2012-01-13 Miguel de IcazaApply fix for 2839 from Michael Mudge
2012-01-13 Miguel de IcazaRemove debugging statement
2012-01-13 Miguel de IcazaRemove the limit on the buffer size, the spec actually...
2012-01-12 Sebastien PouliotBring TaskExtensions to the mobile profile. Fix bug...
2012-01-12 Sebastien PouliotDo not build a managed X509Chain in MonoTouch and simpl...
2012-01-12 Miguel de IcazaAdd [Exports] from MonoTouch/MonoMac to the documentati...
2012-01-12 Miguel de Icazaupdate copyrights
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-11 Marek SafarAdd constructed constructor expression into AST when...
2012-01-11 Marek SafarDon't create intermediate NamespaceContainer when itera...
2012-01-11 Marek SafarRemove DeclSpace
next