[xbuild] Fix warnings.
[mono.git] / mcs / mcs /
2011-03-01 Marek Safar[675777] Remove invalid zero based optimization
2011-03-01 Marek SafarWiring of BuildinType
2011-02-28 Marek Safar[502582] Use correct type for temporary indirection...
2011-02-28 Marek Safar[674963] Don't re-emit already closed repl types
2011-02-25 Marek Safar[471275] Fix handling of ulong switch statement and...
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-23 Marek Safar[674224] Type parameter constraint can resolve to neste...
2011-02-23 Marek SafarBetter error message when warnaserror is used
2011-02-22 Marek SafarRemove existing type when redefined by evaluator
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-17 Marek SafarFix repl using declaration after type declaration
2011-02-17 Marek SafarLoad default references after user references so they...
2011-02-17 Marek SafarCleanup repl from most of static stuff and fix many...
2011-02-17 Marek Habersack[mcs] Fix builds which use full file paths on the comma...
2011-02-17 Marek SafarCorrectly set underlying type of reduced side-effect...
2011-02-17 Marek SafarMerge few more changes from MD
2011-02-17 Marek SafarRemove install hack from mcs/mcs
2011-02-17 Marek SafarFix Location to have reasonable limits when running...
2011-02-17 Marek SafarFix full path file names parsing
2011-02-16 Marek SafarFix mcs exit code for informative arguments
2011-02-16 Marek SafarMake all arrays module specific
2011-02-16 Marek SafarLess static is good for my health
2011-02-15 Marek SafarHide boostrap compiler for people looking for mcs.exe
2011-02-15 Marek SafarMerge some useful changes from MD
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Marek Safar[671552] Use correct emit method for stobj type
2011-02-14 Marek SafarUpdate to the latest IKVM
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-02-11 Miguel de IcazaUpdate the csproj generator targets
2011-02-11 Marek SafarFix repl not to accumulate every evaluated expression
2011-02-10 Marek SafarMake all evaluator created type public
2011-02-10 Marek SafarEnable eval statements
2011-02-10 Marek SafarFix wrong module context
2011-02-10 Marek SafarCleanup IMemberContext properties
2011-02-09 Marek SafarFew mcs property accessors tweaks
2011-02-09 Marek SafarDon't emit static data when running as evaluator
2011-02-08 Marek SafarAllow both predefined and custom values for mcs -skd...
2011-02-08 Marek Safar[657099] Fix cloning of remapped blocks
2011-02-08 Marek SafarFix remapping of cloned block parent when already in...
2011-02-08 Marek SafarDisable vs hosting
2011-02-03 Marek SafarFix importing of private types under dynamic context
2011-02-03 Marek SafarAllow any expression to be used in where clause. Some...
2011-02-03 Marek SafarSet null object for default timer
2011-02-03 Marek SafarAdd method into type container as soon the header is...
2011-02-03 Marek SafarFix error message text
2011-02-03 Marek SafarNeed three valued bool logic for CLSAttribute value
2011-02-02 Miguel de Icaza[csharp] Change the signature for print
2011-02-02 Marek SafarBetter log details for CS0281
2011-02-02 Marek SafarImplement support for implicit user conversion for...
2011-02-01 Marek SafarFix empty cast conversion from dynamic type object...
2011-02-01 Marek SafarDefault mcs sdk version is now 4
2011-02-01 Marek SafarMake mcs.exe .net4 application
2011-01-31 Marek SafarAdd more details to mcs time tracing
2011-01-30 Miguel de Icaza[repl] Fix running specified scripts from command line...
2011-01-30 Miguel de Icaza[repl] Fix running specified scripts from command line...
2011-01-30 Miguel de Icaza[repl] Add support for -e EXPRESSION to the csharp...
2011-01-27 Marek Safar[667261] Fixes overload resolution of an optional param...
2011-01-27 Marek SafarDon't allocate anonymous method container when importin...
2011-01-26 Marek SafarOptimized constructor readonly access has to be inside...
2011-01-25 Marek SafarDegrade wrong override member to virtual instead of...
2011-01-25 Marek SafarEvaluate preprocessor conditions also in unreachable...
2011-01-25 Marek SafarImplicitly typed array cannot have multiple dimensions
2011-01-25 Marek SafarTurn 2 errors into warnings, mcs can now compile method...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Tomasz Kubacki[Mono.CSharp] Improve error reporting
2011-01-24 Marek SafarGuard against invalid predefined assembly attributes
2011-01-24 Marek SafarReduced conditional expression requires both sides...
2011-01-24 Marek SafarDon't crash when call site type cannot be created ...
2011-01-24 Marek SafarReport better error message for literal conversion...
2011-01-24 Marek Safar[666476] Use correct parameter count when checking...
2011-01-24 Marek SafarReport better error message when conversion between...
2011-01-24 Marek SafarOptimize reading of base interfaces
2011-01-24 Marek Safar[666376] Implement compiler option fullpaths
2011-01-22 Miguel de Icaza[Mono.CSharp] Fix bug where overwriting variables clear...
2011-01-22 Miguel de Icaza[csharp] repl using statement fix + support for --fatal
2011-01-21 Marek SafarFix broken v4 metadata setting
2011-01-21 Marek SafarUse byte array as underlying storage for AttributeEncoder
2011-01-21 Marek Safar[321020] Implemented compilation of forwarded type...
2011-01-21 Marek SafarMake type creation the first step in the pipeline to...
2011-01-20 Marek SafarPut back accidentally removed PROGRAM_COMPILE
2011-01-20 Marek SafarFix mcs dist
2011-01-20 Marek SafarRemove SMCS define and related files
2011-01-20 Marek SafarRemove unused ?mcs files
2011-01-20 Marek SafarAllow referencing multiple versions of same framework...
2011-01-19 Marek SafarUnify the way the interfaces are checked for shadowing
2011-01-19 Marek Safar[665333] Encode Length of Public Key correctly
2011-01-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-19 Marek SafarClean up resolving of DefaultCharSetAttribute
2011-01-19 Marek SafarRemoved SetCorlibTypeBuilders call
2011-01-19 Marek SafarRemoved hack for compilation of enums inside corlib
2011-01-18 Marek SafarBuild declared interface based on full type hierarchy
2011-01-18 Marek SafarChecking skd path for is not enough, add check for...
2011-01-18 Marek SafarFix loading of same assembly when used with different...
2011-01-18 Marek SafarRemove unused type
2011-01-18 Marek SafarRemove devirtualization for Type members
next