[xbuild] ImportedProject - remove unnecessary catch/throw
[mono.git] / mcs /
2011-03-03 Ankit Jain[xbuild] ImportedProject - remove unnecessary catch...
2011-03-03 Ankit Jain[xbuild] ImportCollections.TryGetImport and other fixes
2011-03-03 Ankit Jain[xbuild] Expression.ParseAs<T> - new method
2011-03-03 Ankit Jain[xbuild] DirectoryScanner.HasWildcard - new method
2011-03-03 Ankit Jain[xbuild] Log build errors and raise events even if...
2011-03-03 Marek SafarImplement accessibility check for protected members...
2011-03-03 Marek SafarImport base interfaces using full hierarchy to work...
2011-03-03 Marek SafarUpdate to the latest IKVM
2011-03-03 Marek Safar[676476] Make UTF8 default encoding on all platforms
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-03 Marek SafarWiring of BuildinType
2011-03-02 Atsushi EnoRemove wrong overrides in RequestChannelBase in discovery.
2011-03-02 Marek SafarWhen checking protected access via qualifier ignore...
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarUse correct location for string literals
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarHandle System.Void using special member kind
2011-03-02 Marek SafarWiring of BuildinType
2011-03-01 Zoltan VargaThrow exception on disconnect.
2011-03-01 Levi Bard[Cleanup] Classlibs cleanup per vargaz comment.
2011-03-01 Levi Bard[Debugger] Implement deferred attaching for sdb.
2011-03-01 Ankit Jain[xbuild] Add support for Before/AfterTargets.
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-03-01 Marek SafarWiring of BuildinType
2011-03-01 Marek SafarSimplify check for out of range comparison
2011-03-01 Marek Safardmcs update
2011-03-01 Ankit Jain[xbuild] Fix warnings.
2011-03-01 Ankit Jain[xbuild] Fix assembly name comparison when resolving...
2011-03-01 Ankit Jain[xbuild] Vbc task - make error column check a little...
2011-03-01 Ankit Jain[xbuild] Exec task - add support for custom error/warni...
2011-03-01 Marek SafarTest update
2011-03-01 Marek Safar[675777] Remove invalid zero based optimization
2011-03-01 Marek SafarWiring of BuildinType
2011-03-01 Andrew JorgensenDon't forget to use DESTDIR
2011-02-28 Marek Safar[502582] Use correct type for temporary indirection...
2011-02-28 Rodrigo KumperaAdd regression test for #674120
2011-02-28 Rodrigo KumperaHandle CompareTo(long) and huge numbers.
2011-02-28 Marek Safar[674963] Don't re-emit already closed repl types
2011-02-28 Ankit Jain[xbuild] ToolTask - make error column check a little...
2011-02-28 Ankit Jain[xbuild] Make Engine.DefaultToolsVersion 2.0 .
2011-02-28 Ankit Jain[xbuild] ResolveAssemblyReference - log task parameters
2011-02-28 Ankit Jain[xbuild] ResolveAssemblyReference - add missing api.
2011-02-27 Ankit Jain[xbuild] GetReferenceAssemblyPaths - add missing licens...
2011-02-27 Ankit Jain[xbuild] Add support for multi-targeting arbitrary...
2011-02-27 Ankit Jain[xbuild] ToolTask - add missing api
2011-02-27 Ankit Jain[xbuild] Add missing property to Error/Warning tasks.
2011-02-27 Ankit Jain[xbuild] Add $(MSBuildToolsRoot) reserved property.
2011-02-27 Ankit Jain[xbuild] Remove property if Output TaskParameter is...
2011-02-25 Marek Safar[471275] Fix handling of ulong switch statement and...
2011-02-25 Geoff NortonFix the mobile build
2011-02-25 Marek Habersack[asp.net] Fix for bug #671753. Route.GetVirtualPath...
2011-02-25 Steve Bjorgadded units tests for TextReader ReadLine() and ReadToEnd()
2011-02-25 Steve BjorgTextReader.Null should return "" on ReadToEnd()
2011-02-25 Miguel de IcazaFix build
2011-02-25 Miguel de Icaza[TerminfoDriver] be more tolerant to failures, and...
2011-02-25 Miguel de IcazaDo not throw exceptions, instead return a sensible...
2011-02-25 Miguel de IcazaBug fix, on EOF, return null from ReadLine
2011-02-25 Atsushi EnoFix 2.0 test build (disable it).
2011-02-24 Miguel de IcazaAdd default implementations to ReadLine() and ReadToEnd...
2011-02-24 Ankit Jain[xbuild] Rename method to make it more consistent.
2011-02-24 Ankit Jain[xbuild] Fix bug #674630.
2011-02-24 Marek Safar[674548] Fixes recursive crash in LookupExtensionMethod
2011-02-24 Marek SafarAllow blank character as separator for numeric mcs...
2011-02-24 Marek Safar[672969] Delay type parameter constrain import until...
2011-02-24 Marek SafarShow more details when crashing during members importing
2011-02-24 Atsushi EnoSimple InstanceContext.Extensions implementation by...
2011-02-24 Atsushi EnoDo not write empty items in Probe message.
2011-02-24 Atsushi EnoTo header rewrite only happens in Adhoc mode.
2011-02-24 Atsushi EnoPass Actor. use IsNullOrEmpty() instead of "!= String...
2011-02-24 Atsushi EnoAnother fix to not write null header. Add UniqueId...
2011-02-24 Jonathan PryorEnable UDP Sockets on MOBILE platforms.
2011-02-23 Marek SafarNew test.
2011-02-23 Marek Safar[674224] Type parameter constraint can resolve to neste...
2011-02-23 Marek SafarBetter error message when warnaserror is used
2011-02-23 Ankit Jain[xbuild] Fix bug #674337.
2011-02-23 Marek SafarMore Rabbit parallel build fixes
2011-02-22 Marek SafarRemove misplaced SecurityCritical
2011-02-22 Ankit Jain[xbuild] Add new reserved properties $(MSBuildThisFile*).
2011-02-22 Rodrigo KumperaProperly check arguments in List<T> ICollection.CopyTo.
2011-02-22 Marek SafarRemove some weird and unused MONO_PATH acrobatics
2011-02-22 Marek SafarRemove existing type when redefined by evaluator
2011-02-22 Marek SafarFix tests compilation
2011-02-22 Ankit Jain[xbuild] Use the env var $MSBuildExtensionsPath before...
2011-02-22 Marek SafarFix RabbitMQ.Client parallel build
2011-02-22 Zoltan VargaFix a warning.
2011-02-22 Zoltan VargaFix the windows build.
2011-02-21 Marek Habersack[transactions] When cloning a transaction make sure...
2011-02-21 Marek Habersack[asp.net] Fix for bug #669807. Cache session item locks...
2011-02-20 Juho Vähä-Herttua2011-02-16 Juho Vähä-Herttua <juhovh@iki.fi>
2011-02-19 Miguel de Icaza[594642] System.Net.NetworkInformation.NetworkInterface...
2011-02-19 Gonzalo Paniagua... Fix the check for version and PublicKeyToken
2011-02-19 Marek SafarFix cygwin build
2011-02-18 Rodrigo KumperaHandle overrides on events when retrieving cattrs.
2011-02-18 Marek SafarFix repl optional assignment not to hide produced errors
2011-02-18 Marek SafarFix line advancing on Mac/CR only files
2011-02-18 Atsushi EnoFix infinite loop in DiscoveryMessageSequence equality...
2011-02-18 Atsushi EnoDo not try to serialize null header item.
2011-02-18 Atsushi EnoFix wrong element name (AppSequenceType->AppSequence).
2011-02-18 Atsushi EnoAlmost eliminate wrong use of Constants.WsaNamespace.
2011-02-18 Atsushi EnoEndpointAddressAugust2004 was not serialized correctly.
next