summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Collapse)AuthorFilesLines
2015-02-16Merge pull request #278 from richlander/richlander-ecmaRich Lander7-0/+318
Add type loader doc
2015-02-15Update ECMA links to 6 edRich Lander2-3/+3
2015-02-15Add type loader docdotnet-bot7-0/+318
2015-02-16Fixed syntax error in example code in mscorlib.mdJonathon Rossi1-1/+1
2015-02-14Add authors to code guideRich Lander1-2/+9
2015-02-13Add definition of "COMPLUS" to the glossaryHenry Baba-Weiss1-1/+2
In the same vein as "COR" and "URT", the terms "COM+"/"COMPLUS" appear frequently throughout the codebase, most notably in config settings (e.g. "COMPLUS_DefaultVersion"). I couldn't find any other explanation for what this means, and since I remember learning about it myself by asking older members of the team, I thought it would be helpful to have this documented for newcomers to the codebase.
2015-02-12[docs] Replace smart quotes and ellipses with their ASCII equivalentAlexander Köplinger3-37/+37
2015-02-12[docs] Remove trailing spacesAlexander Köplinger5-153/+153
See markdownlint rule MD009: https://github.com/mivok/markdownlint/blob/master/docs/RULES.md#md009---trailing-spaces
2015-02-12[docs] Add space after hash on atx style headerAlexander Köplinger2-21/+21
See markdownlint rule MD018: https://github.com/mivok/markdownlint/blob/master/docs/RULES.md#md018---no-space-after-hash-on-atx-style-header
2015-02-12[docs] Headers should be surrounded by blank linesAlexander Köplinger6-2/+8
See markdownlint rule MD-022: https://github.com/mivok/markdownlint/blob/master/docs/RULES.md#md022---headers-should-be-surrounded-by-blank-lines
2015-02-12[docs] Get rid of multiple consecutive blank linesAlexander Köplinger3-17/+0
See markdownlint rule MD-012: https://github.com/mivok/markdownlint/blob/master/docs/RULES.md#md012---multiple-consecutive-blank-lines
2015-02-12[docs] Make formatting of code blocks/lists consistentAlexander Köplinger4-188/+187
Code block is denoted by one tab, indentation in code blocks is four spaces. List starts at the beginning of a line, nested list items are indented by two spaces.
2015-02-12[docs] Fix typos in recently added BotR chaptersAlexander Köplinger3-11/+11
2015-02-12Add Rudi's GH handleRichard Lander1-2/+2
2015-02-12Fix documentation linksRichard Lander1-2/+2
2015-02-12Update readme links to index pageRichard Lander1-2/+2
2015-02-12Add documents indexRichard Lander1-0/+28
2015-02-12Attribute stack walking doc to RudiRichard Lander1-1/+1
2015-02-12Replaced TODO with doc links.Stephen Cleary1-2/+1
Added links to the CLR Code Guide.
2015-02-11Respond to PR feedback on DAC filenamesRichard Lander1-1/+2
2015-02-11Add CLR coding guidedotnet-bot1-0/+1200
2015-02-11Add stack walking documentdotnet-bot2-0/+84
2015-02-11Update glossary based on issue #209Richard Lander2-1/+15
2015-02-10Update documentation and linksRichard Lander3-2/+9
2015-02-10Merge pull request #190 from akoeplinger/patch-1Rich Lander1-2/+2
Fix typos in botr-faq.md
2015-02-10Merge pull request #134 from poizan42/add-glossaryRich Lander1-0/+6
Add glossary to documentation
2015-02-11Fix typos in botr-faq.mdAlexander Köplinger1-2/+2
2015-02-10Add BOTR FAQdotnet-bot1-0/+45
2015-02-09Update mscorlib doc and add entry to readmeRichard Lander1-62/+63
2015-02-08Add Mscorlib and Calling Into the Runtime documentdotnet-bot1-0/+357
2015-02-07Update author formatRich Lander1-1/+1
2015-02-07Merge pull request #140 from dotnet-bot/from-tfsMatt Ellis1-0/+1
Merge changes from TFS
2015-02-07Add missing .gitmirrorall file.Matt Ellis1-0/+1
We mirror the newly created Documentation fully between TFS and Git. [tfs-changeset: 1412105]
2015-02-07Add glossary to documentationKasper F. Brandt1-0/+6
2015-02-07possible unresolved tensionnjy1-2/+2
http://xkcd.com/859/
2015-02-07Update intro-to-clr.mdvkairys1-2/+2
2015-02-06Initial commit of 'Introduction to the CLR'Vance Morrison1-0/+263