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
AgeCommit message (Expand)Author
2017-02-21[mcs] Add codegen for null operator on result of awaited instance expression ...Marek Safar
2016-04-20[mcs] null operator receiver type needs to be convertible to null. Fixes #40493Marek Safar
2016-01-29[mcs] Rework naming convention of lifted state machine fields to include scop...Marek Safar
2015-09-24[mcs] Further improvements to fixed statement changes from 4ea0fbbd4433d57e41...Marek Safar
2015-09-24[mcs] Emit fixed temp variables as managed referencesMarek Safar
2015-09-08[mcs] Null operator on value type extension argument. Fixes #33754Marek Safar
2015-09-03[mcs] Cache fixed array type expression. Fixes #33573Marek Safar
2015-07-10[mcs] Remove NET_4_0 ifdefsMarek Safar
2015-03-24[mcs] Emit correct assignment to ref pointerMarek Safar
2014-09-30[mcs] Undo bool loads normalization from byte arraysMarek Safar
2014-09-29[mcs] Don't consider loads from captured local cheapMarek Safar
2014-09-29[mcs] null operator on unconstrained generic valuesMarek Safar
2014-09-04[mcs] recursive pattern matchingMarek Safar
2014-08-13[mcs] null operator on address locationsMarek Safar
2014-08-07[mcs] null propagating operator and expressions which cannot be nullMarek Safar
2014-08-07[mcs] null propagating operator with nested receiverMarek Safar
2014-07-31[mcs] Update codegen for boolean loads. Fixes #21685Marek Safar
2014-07-31[mcs] Fixes bootsrap with older mcsMarek Safar
2014-07-31[mcs] Member access null propagating operatorMarek Safar
2014-07-03[mcs] Don't cache lambda expressions in static constructor contextMarek Safar
2014-06-27[mcs] Workaround MSIL limitation when loading bool elementsMarek Safar
2014-06-26[mcs] Fix local exits from try-finally scope with awaited statementsMarek Safar
2014-06-25[mcs] Add experimental value changes notifications to evaluatorMarek Safar
2014-06-23[mcs] Handle try await nested in multiple finally blocks.Marek Safar
2014-06-11[mcs] Implement rethrow support in awaited catch clauseMarek Safar
2014-05-29[mcs] Use constrained prefix for enum calls tooMarek Safar
2014-04-16[mcs] Initial implemntation of exception filtersMarek Safar
2014-01-31[mcs] Release array initializer stack field at the end of initialization. Fix...Marek Safar
2013-11-25[mcs] Excluded methods should not take a part in flow analysisMarek Safar
2013-08-15Remove some unused parametersMarek Safar
2013-08-07Add block scope for foreach variables with statement onlyMarek Safar
2013-07-05Emit additional sequence points for call entry when needed. Fixes #10782 and ...Marek Safar
2013-06-26Mutate generic catch block type when needed. Fixes #12799Marek Safar
2012-06-08Emit sequence point for some member access expressions. Fixes #5387Marek Safar
2012-04-05Emit callvirt for non-virtual object methods called over generic type parameterMarek Safar
2012-03-27Emit smaller iterator dispose methodMarek Safar
2012-03-16Release captured reference type stack variablesMarek Safar
2012-02-17Guard against inverted sequence point Mark logicMarek Safar
2012-02-17Optimize debugging symbols writingMarek Safar
2012-02-06Emit better debug info for explicit blocksMarek Safar
2012-02-03Add first sequence point tests. Correctly implement #line hidden directiveMarek Safar
2012-01-27Remove unit index from Location to allow compilation from text bufferMarek Safar
2012-01-14Rework top-level type AST hierarchy to include namespaces. Allows MD to itera...Marek Safar
2012-01-09Remove another layout from TypeParameters parsing, makes it easier for MD to ...Marek Safar
2011-11-24Updated with Xamarin copyrightsMiguel de Icaza
2011-11-16Don't release temporrary instance variable prematurely. Fixes #2011Marek Safar
2011-10-26Reuse captured stack variablesMarek Safar
2011-09-30Mutate async awaiter when it's of generic typeMarek Safar
2011-08-02Clean up block return label handlingMarek Safar
2011-07-20Type details are no longer need when emitting ldlocMarek Safar