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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
* Fix several typos coment → comment rangecheck → range check testcase → test case deffer → defer everytime → every time whitespaces → whitespace (whitespace is uncountable) white space → whitespace white spaces → whitespace the the → the a → a nametest → name test scaned → scanned and and → and undecision → indecision are no whitespace → is no whitespace Whidbey casing Everett casing unkown → unknown messsage → message mesage → message mesasage → message publically → publicly (publically is attested but questionable). exceptionto → exception to mutatable → mutable implemention → implementation hadnt → hadn't couldnt → couldn't wouldnt → wouldn't wont → won't isntead → instead preocessor → processor particural → particular interations → iterations enterying → entering stoppped → stopped stoped → stopped verication → verification compuatation → computation revisisted → revisited partioner → partitioner lock'ed → locked table'd → table would hashtable'ed → hashtabled (still coining, but tabled is analogous) intialize → initialize calcuate → calculate perfom → perform performr → perform matthing → matching corect → correct thorw → throw supress → suppress reqeust → request mutliple → multiple ot → to trival → trivial upto → up to specfices → specifies patttern → pattern descrepancy → discrepancy explict → explicit implict → implicit usign → using non-sensical → nonsensical contination → continuation producs → products childred → children parametr → parameter approriate → appropriate insted → instead expection → exception successsfully → successfully funtion → function unqiue → unique apparant → apparent expception → exception conatined → contained apssed → passed propogate → propagate cutoms → custom currrent → current curent → current concurent → concurrent coplted → completed unexcepted → Unexpected (where the latter seems more appropriate) to to → to abd → and refence → reference particiant → participant cuurrent → current extratc → extract cparticipant → participant ehich → which choosen → chosen mske → make alread → already aquire → acquire droppping → dropping intial → initial tru → true aprticipant → participant excption → exception sempahore → semaphore fileds → fields threashold → threshold duting → during didnt → didn't atribute → attribute serliazation → serialization localy → locally channge → change prperties → properties attrbute → attribute sentinal → sentinel shoukd → should existant → existent commnent → comment expeted → expected propert → property commnet → comment datat → data ther → the mach → match inhertiance → inheritance convience → convenience completley → completely otheriwse → otherwise actuall → actual inefficent → inefficient defalut → default comparsion → comparison charcters → characters postion → position aleady → already charater → character incosistent → inconsistent seperate → separate veify → verify currentlly → currently corect → correct betwwen → between omiting → omitting readr → reader compae → compare allways → always thown → thrown with with → with usecase → use case avare → aware lexem → lexeme grammer → grammar oposite → opposite overrided → overridden everithig → everything chages → changes memeber → member proerties → properties identifer → identifier doesnot → does not deriaved → derived varialble → variable * defered -> deferred * Revert changes within clrcompression. * Revert underreach → under-reach * Fix casing broken while fixing spelling. * Use type name instead of "Diagnostic sources"
2017-02-17Enabling overflow checks for debug (#16189)Dennis "D.C." Dietrich
* Marking code as unchecked (pt 9) Additional unchecked for new test code and missed cases in BitConverter * Marking code as unchecked (pt 9a) Added unchecked to two casts in ManagedWebSocket * CI test failure fixes Overflow exceptions in: - Windows NT Debug #3458 - OS X Debug #3357 * CI test failure fixes Overflow exceptions in: - Windows 7 Debug Outerloop (build 8) - OS X Debug Outerloop (build 45) * CI test failure fixes Fixed overflow exception from OS X Debug Outerloop (build 46)
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-12Rename netcoreapp11 ifdefs to version-less netcoreappJan Kotas
2017-02-12Cleanup netstandard ifdefs and conditions (#16072)Jan Kotas
* Cleanup netstandard conditions in csproj files * Cleanup netstandard17 ifdefs * Disable failing tests
2017-02-11Update CoreClr, ProjectNTfs, Standard to beta-25010-03, beta-25010-00, ↵Jan Kotas
beta-25010-01, respectively (#16051) * Update CoreClr, ProjectNTfs, Standard to beta-25010-03, beta-25010-00, beta-25010-01, respectively * Cleanup after moving System.Resources.ResourceManager to CoreLib for uapaot
2017-02-09Marking code as unchecked (pt 4) (#15976)Dennis "D.C." Dietrich
Marking code that may intentionally lead to over or underflows with unchecked in preparation of turning on CheckForOverflowUnderflow for all projects (issue #3140)
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
Prepare uap package
2017-02-07Marking code as unchecked (pt 2) (#15885)Dennis "D.C." Dietrich
Marking code that may intentionally lead to over or underflows with unchecked in preparation of turning on CheckForOverflowUnderflow for all projects (issue #3140)
2017-02-07Delete NoWarn's that are not required anymoreJan Kotas
2017-02-07Marking code as unchecked (pt 1) (#15805)Dennis "D.C." Dietrich
Marking code that may intentionally lead to over or underflows with unchecked in preparation of turning on CheckForOverflowUnderflow for all projects (issue #3140)
2017-02-05Avoid unnecessary branches when fixing non-null/empty arrays (#15597)Justin Van Patten
* Avoid unnecessary branches when fixing non-null/empty arrays * Address PR Feedback
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Clean up corert config commentsEric St. John
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Remove configurations that aren't buildingEric St. John
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without ↵Wes Haggard
BuildConfigurations
2017-02-02Adding UAPAOT vertical and configurationsJose Perez Rodriguez
2017-02-01Clean up desktop ConfigurationsEric St. John
Remove all cruft from projects related to building desktop configs which now build in standard repo.
2017-02-01Make netfx build workEric St. John
This fixes all src and ref projects to build when TargetGroup=netfx.
2017-01-21Removing System.Private.CoreLib from TargetingPack (#15357)Jose Perez Rodriguez
Removing System.Private.CoreLib from TargetingPack
2017-01-20Ensure corelib-based facades are in NETCoreAppEric St. John
Anything with type-forwards into corlib needs to be part of the shared framework. It should also not ship as a package since it could get out of sync with the corlib, so I've removed these packages as well and ensured that they are part of the NETCoreApp targeting pack (removing IsNETCoreAppRef=false). There is one exception which is System.Buffers. In this case it will also ship as a package in order to provide downlevel support. The version in NETCoreApp will have precedence over the pacakge version and we should consider omitting the NETCoreApp build from the package once we bring that back.
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
* Add ValidateVSConfigurations * Update project config and sln files.
2017-01-13Merge branch master into dev/engJose Perez Rodriguez
2017-01-13Disable System.Private.Uri from running on desktop (#15147)Tarek Mahmoud Sayed
2017-01-11Update CoreClr, CoreFx, ProjectNTfs to beta-24911-02, beta-24911-02, ↵dotnet bot
beta-24911-00, respectively (#15071)
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2017-01-11Manual changes for ns2.0 renameAlex Perovich
2017-01-11[dev/eng] Sorting and trimming Reference items in csprojs (#15035)Jose Perez Rodriguez
Sorting and trimming Reference items in csprojs
2017-01-10Update CoreClr to beta-24910-03dotnet-bot
2017-01-10Update CoreClr, CoreFx, ProjectNTfs to beta-24910-02, beta-24910-02, ↵dotnet bot
beta-24910-00, respectively (#15019)
2017-01-09Update CoreClr, CoreFx to beta-24909-03, beta-24909-02, respectivelydotnet-bot
2017-01-09Update CoreClr, CoreFx, ProjectNTfs to beta-24909-02, beta-24909-01, ↵dotnet-bot
beta-24909-00, respectively
2017-01-08Update CoreClr to beta-24908-01dotnet-bot
2017-01-07Update CoreClr to beta-24907-03dotnet-bot
2017-01-07Update CoreClr, CoreFx to beta-24907-02, beta-24907-02, respectivelydotnet-bot
2017-01-07Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively ↵dotnet bot
(master) (#14944) * Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively * Fix build break due to version updates
2017-01-06Update CoreClr, CoreFx, ProjectNTfs to beta-24906-01, beta-24906-01, ↵dotnet-bot
beta-24906-00, respectively
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-05Update CoreRT targeting pack to 1.0.0-alpha-24904-02Jan Kotas
2017-01-05Update CoreFx, ProjectNTfs to beta-24905-01, beta-24905-00, respectively ↵dotnet bot
(#14882)
2017-01-04Update CoreClr to beta-24904-03dotnet-bot
2017-01-04Update CoreClr, CoreFx, ProjectNTfs to beta-24904-02, beta-24904-01, ↵dotnet-bot
beta-24904-00, respectively
2017-01-03Update CoreClr, CoreFx to beta-24903-03, beta-24903-02, respectively (#14819)dotnet bot
2017-01-03Update CoreClr, CoreFx, ProjectNTfs to beta-24903-02, beta-24903-01, ↵dotnet-bot
beta-24903-00, respectively
2017-01-03Update CoreClr to beta-24903-01dotnet-bot
2017-01-02Update CoreClr, CoreFx to beta-24902-03, beta-24902-02, respectivelydotnet-bot
2017-01-02Update CoreClr, CoreFx, ProjectNTfs to beta-24902-02, beta-24902-01, ↵dotnet-bot
beta-24902-00, respectively