summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Guid.cs
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Use nameof where possible for ArgumentExceptionStephen A. Imhoff1-3/+3
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-6/+6
2016-05-24Fix Guid's GetHashCode to work better (not ignore parts of it) (#5191)Vance Morrison1-2/+5
2016-03-08Add parameter names to ArgumentExceptions in GuidHugh Bellamy1-3/+3
2016-02-22Fix Guid.TryParse to not throw FormatExceptionstephentoub1-1/+6
2016-01-27Update license headersdotnet-bot1-2/+3
2015-04-28Parse Guid correctlyDick van den Brink1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1290