Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-10 | Delete FEATURE_READYTORUN define for CoreLib build (#10840) | Jan Kotas | 1 | -315/+0 | |
This define does not have much value for the CoreLib build, and it was missing on arm64. Also deleted dead props and targets files left over from the legacy build | |||||
2017-02-15 | Other props stragglers for never defined symbols | danmosemsft | 1 | -3/+0 | |
2017-02-15 | More FEATURE_ISOSTORE | danmosemsft | 1 | -1/+0 | |
2017-02-14 | Remove never defined FEATURE_REMOTING | danmosemsft | 1 | -1/+0 | |
2017-02-14 | Remove never defined FEATURE_REFLECTION_ONLY_LOAD | danmosemsft | 1 | -1/+0 | |
2017-02-04 | Remove stripped code (#9269) | Dan Moseley | 1 | -2/+0 | |
Delete essentially all the code that the BCL rewriter is removing. Added back some code it shouldn't have been removing, eg., serialization code, debugger visualizers, and some changing of 'protected' to 'protected internal' | |||||
2017-01-23 | Remove desktop props | danmosemsft | 1 | -2/+0 | |
2017-01-23 | Remove disabled FEATURE_APPX_BINDER | danmosemsft | 1 | -1/+0 | |
2017-01-23 | Remove disabled FEATURE_SERIALIZATION | danmosemsft | 1 | -1/+0 | |
2017-01-23 | Remove disabled FEATURE_PLS | danmosemsft | 1 | -1/+0 | |
2017-01-23 | Remove disabled FEATURE_CRYPTO | danmosemsft | 1 | -1/+0 | |
2017-01-22 | Remove FEATURE_MULTICOREJIT | danmosemsft | 1 | -1/+0 | |
2017-01-22 | Remove FEATURE_LOADER_OPTIMIZATION | danmosemsft | 1 | -1/+0 | |
2017-01-22 | remove FEATURE_CORECLR (not used in cs) | danmosemsft | 1 | -8/+1 | |
2016-02-06 | Delete mdil support from coreclr | Jan Kotas | 1 | -2/+0 | |
[tfs-changeset: 1573006] | |||||
2015-12-21 | Enable checked builds of CoreCLR. | Eugene Rozenfeld | 1 | -1/+0 | |
In checked builds coreclr, mscorlib, and the test are built optimized but assertion checking is on. This adds additional coverage (the jit is optimizing and assertion checking is on), speeds up testing compared to debug, and allows testing JIT stress modes. This doesn't affect CoreFX. Several tests are currently failing in checked configuration due to newly discovered bugs (JIT asserts). We didn't see these asserts in debug mode because by default JIT is in minopt mode; we didn't see these bugs in release mode because assertion checking is off. I will file the bugs once checked build changes are in. | |||||
2015-12-05 | Fix build break in internal build | Jan Kotas | 1 | -4/+6 | |
[tfs-changeset: 1554810] | |||||
2015-12-04 | Fix build breaks after GC update | Jan Kotas | 1 | -2/+2 | |
2015-01-30 | Initial commit to populate CoreCLR repo | dotnet-bot | 1 | -0/+339 | |
[tfs-changeset: 1407945] |