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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-07-16Show error on invalid command-line argument (#1360)Mateo Torres-Ruiz
2020-07-15Allow stripping Delegate.BeginInvoke/EndInvoke (#1358)Michal Strehovský
2020-07-13Keep base fields of non-auto layout classes (#1333)Michal Strehovský
2020-07-13Show error for unresolved root assemblies (#1320)Sven Boemer
2020-07-11Fix override attribute removal test (#1347)Tlakaelel Axayakatl Ceja
2020-07-11Cleanup debugger attributes removed for ILLink (#1343)Marek Safar
2020-07-10Merge pull request #1332 from tlakollo/OverrideRemoveAttributeInstancesTlakaelel Axayakatl Ceja
2020-07-10Update option names and docs (#1292)Sven Boemer
2020-07-10Remove unused tasks and clearinitlocals optimization (#1295)Sven Boemer
2020-07-10Add RemoveSymbols option to task (#1340)Sven Boemer
2020-07-10Attribute removal should not kick in for assemblies which are not linked (#1344)Vitek Karas
2020-07-10Add terminology description to the illink task doc (#1317)Vitek Karas
2020-07-10Fix problem with GetDisplayName on nested generic types (#1328)Vitek Karas
2020-07-10Adds manual linker attributes removed for assembly and module level attribute...Marek Safar
2020-07-09Add nowarn option (#1324)Mateo Torres-Ruiz
2020-07-09-Add override mechanism for Attribute Remove Instances option using theTlakollo
2020-07-09Keep all fields on sequential/explicit layout classes if a field was kept (#1...Michal Strehovský
2020-07-08Rename DefaultConstructor to PublicParameterlessConstructor (#1329)Vitek Karas
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-07-08Add a mechanism to remove custom attribute instances (#1307)Tlakaelel Axayakatl Ceja
2020-07-08Support for IgnoreCase BindingFlag in reflection pattern matching (#1297)Tlakaelel Axayakatl Ceja
2020-07-07Update scope of any attribute which can exist on method.Marek Safar
2020-07-06Use GetDisplayName when logging types or methods (#1300)Mateo Torres-Ruiz
2020-07-06-Fix formattingTlakollo
2020-07-06-PR FeedbackTlakollo
2020-07-06Postpone marking fields on types with layout (#1309)Michal Strehovský
2020-07-06Keep GetInstance method on custom marshalers (#1308)Michal Strehovský
2020-07-03Correctness fixes to interface stripping (#1305)Michal Strehovský
2020-07-02-Fix error code numbersTlakollo
2020-07-01-Fix formattingTlakollo
2020-07-01-Add feature switches to attributesTlakollo
2020-07-01-Add shorcut to insert LinkerRemovableAttribute into cacheTlakollo
2020-07-01Support propagation of constant return value from methods with parameters (#1...Vitek Karas
2020-06-30Merge branch 'master' of https://github.com/mono/linker into LinkerRemovableA...Tlakollo
2020-06-30Refactor reading of XML linker formats to reuse lot of code. (#1299)Vitek Karas
2020-06-26Improve method signature used in warnings and errors (#1249)Mateo Torres-Ruiz
2020-06-25RequiresUnreferencedCode should not suppress reflection analysis (#1293)Vitek Karas
2020-06-23Add option to generate baselines (#1280)Mateo Torres-Ruiz
2020-06-23Accept default constructor annotation in CreateInstance<T> (#1290)Michal Strehovský
2020-06-23Support feature settings on descriptor files (#1277)Sven Boemer
2020-06-23- Add warning for custom attribute being referenced afterTlakollo
2020-06-18Merge branch 'master' of https://github.com/mono/linker into LinkerRemovableA...Tlakollo
2020-06-18- Initial commit for inserting LinkerRemovableAttribute into linkerTlakollo
2020-06-17Test that DynamicDependency doesn't disable flow analysis (#1278)Sven Boemer
2020-06-17This allows linker to propagate constant return values higher up the callstac...Vitek Karas
2020-06-17Allow inlining of return values of instance methods which are explicitly subs...Vitek Karas
2020-06-16Implement data flow annotations on generic parameters (#1245)Vitek Karas
2020-06-12Remove unnecessary asserts (#1266)Sven Boemer
2020-06-12Support for annotations in LinkContext (#1240)Tlakaelel Axayakatl Ceja
2020-06-11Remove TryGetOrigin from MessageOrigin (#1261)Mateo Torres-Ruiz