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
2012-02-09Update class library csproj filesMarek Safar
2012-02-09Fixes cloning of DateTimeFormatInfo, added more arguments checks. Fixes #3279Marek Safar
2012-02-08Add test reference fileMarek Safar
2012-02-08Fix sequence points for foreach/for statementsMarek Safar
2012-02-08Fix implicit conversion from dynamic array to underlying array interfacesMarek Safar
2012-02-08Emit correct sequence points for more statementsMarek Safar
2012-02-08[monodoc] Add missing source-id parameter feeding when XSLT-ing namespacesJeremie Laval
2012-02-08Add an explicit ctor reference to a ctor used by reflection for MonoTouch.Rolf Bjarne Kvinge
2012-02-07Mark more blocks as compiler generatedMarek Safar
2012-02-07Allow setting a breakpoint on automatically implemented propertiesMarek Safar
2012-02-07Emit anonymous types with dynamic arguments without dispatch callMarek Safar
2012-02-07Fix debug symbols for try/catch/finallyMarek Safar
2012-02-07[monodoc] Try at a more comprehensive full searchJeremie Laval
2012-02-07[monodoc] MonoTouch/MonoMac export should be at same boost level than type me...Jeremie Laval
2012-02-07Do not call WriteString() for whitespace XText.Atsushi Eno
2012-02-07Implement support for file checksums in sdb.Zoltan Varga
2012-02-06Emit better debug info for explicit blocksMarek Safar
2012-02-06Allow codegen optimizations only when specified to enable better debugging ex...Marek Safar
2012-02-06Check arguments of -debug optionsMarek Safar
2012-02-05Add WebClient.Proxy unit testSebastien Pouliot
2012-02-05Rework Parallel.Invoke and add testsJérémie Laval
2012-02-05Add test case for bug #2513.Jérémie Laval
2012-02-05Fix Parallel.Invoke () with only one action. Fixes #3225.Zoltan Varga
2012-02-04Avoid NullReferenceException in Mono.Unix.UnixDriveInfo.GetDrives () when fs_...Michal Srb
2012-02-04Add support for the #line directive to sdb. Fixes part of #3217.Zoltan Varga
2012-02-04System.ServiceModel: Make FaultContractInfos available (and therefore deseria...Rolf Bjarne Kvinge
2012-02-03Simple block does not create scope barrier. Update local names check to refle...Marek Safar
2012-02-03Fix RunSynchronously behavior with children Task. Fix bug #2777 part 2.Jérémie Laval
2012-02-03When dispatching dynamic method calls over value types check the instance is ...Marek Safar
2012-02-03Update test files checksumMarek Safar
2012-02-03Reuse existing code for parsing numeric valueMarek Safar
2012-02-03Compute an initial sequence point for step into as well. Fixes #3181.Zoltan Varga
2012-02-03Add first sequence point tests. Correctly implement #line hidden directiveMarek Safar
2012-02-03Write file checksum to symbol file testsMarek Safar
2012-02-03Fix Task AttachedToParent behavior. Fix bug #2777 part1.Jérémie Laval
2012-02-03Someone (me) pushed some braindead spurious changes.Rodrigo Kumpera
2012-02-03Fix linux build.Rodrigo Kumpera
2012-02-02Move remset scan code to its file.Rodrigo Kumpera
2012-02-01Fix sequence symbol generation for constructorsMarek Safar
2012-02-01Add compiler tests check for method attributesMarek Safar
2012-02-01Add symbol file testing to compiler testerMarek Safar
2012-02-01Fix single testMarek Safar
2012-02-01Remove NET_2_0 conditionalMarek Safar
2012-02-01Remove some unwanted explicit castsMarek Safar
2012-02-01Remove writing of namespace usings into symbol file. It's useless without pro...Marek Safar
2012-01-31[monodoc] Implement range Lucene.NET searchJeremie Laval
2012-01-31[monodoc] Also fill in fulltitle info for enum and delegatesJeremie Laval
2012-01-31Fix type inference of recursive explicit type parameters. Fixes #3142Marek Safar
2012-01-31New testMarek Safar
2012-01-31Remove obsolete codeMarek Safar