Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2013-04-02Merge pull request #606 from sesef/masterMiguel de Icaza
2013-04-02[Mono.Debugger.Soft] fixed the buildJeffrey Stedfast
2013-04-02[Mono.Debugger.Soft] Throw AbsentInformationException, not ArgumentException ...Jeffrey Stedfast
2013-03-30Set async block flag also for partial methodsMarek Safar
2013-03-29Make table name comparison dataset locale specific. Fixes #7899Marek Safar
2013-03-29Have the linker skip mixed-mode assemblies since it won't be able to save the...Sebastien Pouliot
2013-03-28[mkbundle] Remove Mono.Posix, ICSharpCode.SharpZipLib depsJonathan Pryor
2013-03-27Add nanosecond resolution times to struct StatSteffen Kieß
2013-03-27Merge pull request #221 from steffen-kiess/masterJonathan Pryor
2013-03-27Add various methods and flags to SyscallSteffen Kieß
2013-03-26[corlib] Marshal: fine-tune the pointer Read/Write operations.Miguel de Icaza
2013-03-26Return null when null was passed to Marshal.PtrToStructure () instead of thro...Zoltan Varga
2013-03-26Update number separators for mexican and similar locales. Fixes #8084Marek Safar
2013-03-26Set invariant DateTimeFormatInfo for all invariant format specifiers. Fixes #...Marek Safar
2013-03-26Populate AbbreviatedMonthNames values. Fixes #11361Marek Safar
2013-03-26Fix quoting of some date time patters. Fixes #11363Marek Safar
2013-03-26Add zh-CHT parent lcid handling. Fixes #11375Marek Safar
2013-03-25Add configure awaitMarek Safar
2013-03-25Merge pull request #607 from maksimenko/masterMarek Safar
2013-03-25Fast path Array::Resize with small arrays.Rodrigo Kumpera
2013-03-25Don't capture any variables when block yield only breaksMarek Safar
2013-03-25Don't create interator parameters copies for unmodified parametersMarek Safar
2013-03-25Apply 9dc360146f373e64b2b8801a4284938759bc5229 to all where methodsMarek Safar
2013-03-25Don't copy hoisted iterator parameters when not neededMarek Safar
2013-03-25Add a test for the WebUtility.HtmlEncode bitsMiguel de Icaza
2013-03-24Add optimized where iterator for arraysMarek Safar
2013-03-24Optimize entity conversionMarek Safar
2013-03-24Try to recover incomplete ternary expression. Fixes #5195Marek Safar
2013-03-24Better error message for not matching overload when expanded params conversio...Marek Safar
2013-03-24Fix the build.Zoltan Varga
2013-03-24Use (uint) casts in the Marshal.Read/WriteXXX () methods to speed up the alig...Zoltan Varga
2013-03-24Put back a cattr removed by mistake by 70141dc9f523282bc3b3b947cc3e36ef594ad15e.Zoltan Varga
2013-03-24Implement the Marshal.Read/WriteXXX methods using unsafe code instead of icalls.Zoltan Varga
2013-03-24use the GetRequestStreamAsync method to avoid blocking on HttpClientHandler S...Victor H. Maksimenko
2013-03-23[monodoc] Remove previous horrible generic backtick notation hack and properl...Jérémie Laval
2013-03-23[monodoc] Add a simple stack-based generic argument count method.Jérémie Laval
2013-03-23[IDesigner] Add cref reachability checker unit test though disabled for now.Jérémie Laval
2013-03-23[monodoc] Add utility property Generic*IsNumeric to distinguish between types...Jérémie Laval
2013-03-23[monodoc] Add reachability unit test for ASP.NET style URLsJérémie Laval
2013-03-23[monodoc] Parse correctly '{' and '}' as '<' and '>' (generic params) in ECMA...Jérémie Laval
2013-03-23tabsSesef
2013-03-23Fix NET incompatibilitySesef
2013-03-23Open test files in read-only mode (so it will work on devices where permissio...Sebastien Pouliot
2013-03-22Maintain more tokens locations.Marek Safar
2013-03-22Don't report error for incomplete member typeMarek Safar
2013-03-22Try to recover incomplete initializers. Fixes #4964Marek Safar
2013-03-22Avoid extra space when reporting error for compiler modifiersMarek Safar
2013-03-22Maintain more locations valuesMarek Safar
2013-03-22Try to recover incomplete member declaration which looks like field. Fixes #7521Marek Safar
2013-03-22Merge pull request #605 from AerisG222/system.web.http.webhostMarek Safar