summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Reflection/Emit/AssemblyBuilder.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld1-12/+0
2017-10-24Cleanup BCLDebugJan Kotas1-3/+0
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-15/+1
2017-08-30Spelling and grammar corrections - M through Z (#13698)Brian Chavez1-1/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-70/+9
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich1-17/+17
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-17/+17
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-17/+17
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-22/+1
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-41/+42
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-3/+0
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas1-6/+6
2017-02-07Remove more CAS (#9390)Dan Moseley1-22/+2
2017-02-06Delete ComVisible attributesJan Kotas1-1/+0
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-18/+0
2017-02-04Remove stripped code (#9269)Dan Moseley1-229/+1
2017-02-02Delete remaining legacy ComInterfaces (#9270)Jan Kotas1-4/+1
2017-01-22Remove FEATURE_COLLECTIBLE_TYPES symboldanmosemsft1-2/+0
2016-12-13Delete HostProtection attributes (#8610)Jan Kotas1-1/+0
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-2/+2
2016-12-09Removes final FEATURE_CORECLR defines (#8555)Jeremy Kuhne1-379/+1
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne1-73/+0
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne1-377/+0
2016-12-07Strip some conditional compilation in SPCL (#8511)Jeremy Kuhne1-277/+1
2016-10-27Use nameof where possible for ArgumentOutOfRangeExceptionStephen A. Imhoff1-1/+1
2016-10-27Add null message, to correct parameter use.Stephen A. Imhoff1-1/+1
2016-10-27Use nameof where possible for ArgumentExceptionStephen A. Imhoff1-13/+13
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-16/+16
2016-10-12Fix conflicting identity of System.IO.TextReader (#7578)Jan Kotas1-12/+6
2016-05-07Use Buffer.BlockCopy in System.Reflection.Emit (#4812)James Ko1-3/+3
2016-01-27Update license headersdotnet-bot1-2/+3
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2244