-
Microsoft
Popular repositories Loading
-
runtimelab
runtimelab PublicForked from dotnet/runtimelab
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
-
corert
corert PublicForked from dotnet/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
C#
-
coreclr
coreclr PublicForked from dotnet/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
C#
-
corefx
corefx PublicForked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C#
-
llilc
llilc PublicForked from dotnet/llilc
This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms.
C++
-
core-setup
core-setup PublicForked from dotnet/core-setup
Installer packages for the .NET Core runtime and libraries
C++
186 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 2 commits in 1 repository
Created a pull request in dotnet/runtime that received 1 comment
[DRAFT] Split up loader heap implementations
We have long had 3 rather different heaps embedded in one structure called a LoaderHeap
. They have shared ... some infrastructure, but there is a m…
Reviewed 1 pull request in 1 repository
dotnet/runtime
1 pull request
-
Don't pass stack pointer in ECX on x86 funclet ABI
This contribution was made on Apr 1
Created an issue in dotnet/runtime that received 1 comment
Opened 1 other issue in 1 repository
dotnet/runtime
1
open
-
When compiling with --opt-cross-module Crossgen2 can use invalid tokens
This contribution was made on Apr 2