-
Notifications
You must be signed in to change notification settings - Fork 128
Comparing changes
Open a pull request
base repository: dotnet/linker
base: f2dd65f
head repository: dotnet/linker
compare: 42460a6
- 20 commits
- 82 files changed
- 8 contributors
Commits on Nov 15, 2021
-
Update dependencies from https://github.com/dotnet/arcade build 20211…
…109.3 (#2367) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 4868961 - Browse repository at this point
Copy the full SHA 4868961View commit details -
Update dependencies from https://github.com/dotnet/runtime build 2021…
…1112.1 (#2368) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 1bd0af2 - Browse repository at this point
Copy the full SHA 1bd0af2View commit details -
Compiler generated code handling (#2010)
* Problem description and existing patterns * Proposed solutions and some discussion of these Co-authored-by: Eric Erhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d74c97b - Browse repository at this point
Copy the full SHA d74c97bView commit details -
Currently this causes a crash in the linker due to null location scope.
Configuration menu - View commit details
-
Copy full SHA for da412ca - Browse repository at this point
Copy the full SHA da412caView commit details -
Add a custom flag to disable marking of copy assemblies (#2370)
Enabled by `--custom-data DisableMarkingOfCopyAssemblies=true` on the command line. Assumes that ALL assemblies on the input are in "copy" action (it doesn't validate this fact). It disables marking basically fully - linker will go over all assemblies, and process them in "copy" mode (copy the original file over) and will call all the custom steps and so on, but it will do no marking (or very little, depends on descriptors and such which this doesn't disable). This is intentionally non-discoverable feature, to be used only by the mono AOT toolchain.
Configuration menu - View commit details
-
Copy full SHA for c90ed0a - Browse repository at this point
Copy the full SHA c90ed0aView commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 53c5d48 - Browse repository at this point
Copy the full SHA 53c5d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc41993 - Browse repository at this point
Copy the full SHA fc41993View commit details
Commits on Nov 17, 2021
-
Backports the file-based testing to release/6.0.2xx
Configuration menu - View commit details
-
Copy full SHA for 8e8c6c7 - Browse repository at this point
Copy the full SHA 8e8c6c7View commit details -
Merge pull request #2376 from dotnet/merges/release/6.0.2xx-to-main
Merge release/6.0.2xx to main
Configuration menu - View commit details
-
Copy full SHA for d2febca - Browse repository at this point
Copy the full SHA d2febcaView commit details -
Adds a test for multiple nested forwarders in a row with copy/link (#…
Configuration menu - View commit details
-
Copy full SHA for 57574f1 - Browse repository at this point
Copy the full SHA 57574f1View commit details
Commits on Nov 18, 2021
-
Cleanup analyzer testing (#2380)
This implementation doesn't skip members without attributes, so it found some bugs as well.
Configuration menu - View commit details
-
Copy full SHA for fba858e - Browse repository at this point
Copy the full SHA fba858eView commit details -
Update to latest from mono/cecil - brings fix for #2203 (#2384)
The new Cecil fixes the deterministic MVID and PDB checksum. Details in dotnet/cecil#31.
Configuration menu - View commit details
-
Copy full SHA for 4f4a670 - Browse repository at this point
Copy the full SHA 4f4a670View commit details
Commits on Nov 19, 2021
-
Merge remote-tracking branch 'upstream/release/6.0.2xx' into merges/r…
…elease/6.0.2xx-to-main
Configuration menu - View commit details
-
Copy full SHA for 833f6ac - Browse repository at this point
Copy the full SHA 833f6acView commit details
Commits on Nov 20, 2021
-
Merge pull request #2382 from dotnet/merges/release/6.0.2xx-to-main
Merge release/6.0.2xx to main
Configuration menu - View commit details
-
Copy full SHA for 0f21f2d - Browse repository at this point
Copy the full SHA 0f21f2dView commit details
Commits on Nov 22, 2021
-
Fix marking of nested type forwarders (#2385)
When create a type reference for the target of a type forwarder, if the type forwarder is for a nested type, we have to build a whole tree of type references for all of the declaring types and not just the final nested type. Enabled tests which were already added for this case (and fixed a bug in them)
Configuration menu - View commit details
-
Copy full SHA for 5eee321 - Browse repository at this point
Copy the full SHA 5eee321View commit details -
Fix some analyzer warnings (#2386)
These were causing dotnet format to produce warnings because they didn't have code fixes available. There are still some IDE0060 rule violations left over that I am not fixing here because they occur in test projects (and I didn't want to silence all such warnings in the test projects). Co-authored-by: vitek-karas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 284b7ac - Browse repository at this point
Copy the full SHA 284b7acView commit details
Commits on Nov 29, 2021
-
Update dependencies from https://github.com/dotnet/runtime build 2021…
…1126.4 (#2403) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 22a7fdf - Browse repository at this point
Copy the full SHA 22a7fdfView commit details -
Update dependencies from https://github.com/dotnet/arcade build 20211…
…126.4 (#2402) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for d0163cc - Browse repository at this point
Copy the full SHA d0163ccView commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f2fd06 - Browse repository at this point
Copy the full SHA 7f2fd06View commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 42460a6 - Browse repository at this point
Copy the full SHA 42460a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f2dd65f...42460a6