about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/symbol-check/src
AgeCommit message (Expand)AuthorLines
2025-08-09symcheck: Skip `__ymm@` symbols on WindowsTrevor Gross-1/+1
2025-08-07symcheck: Ignore symbols in `.debug_gdb_scripts`Trevor Gross-0/+5
2025-08-07symcheck: Store the section name in `SymInfo` if availableTrevor Gross-10/+20
2025-07-04symcheck: Improve diagnostics from spawned CargoTrevor Gross-7/+22
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-14/+23
2025-06-14symcheck: Add a wrapper around an archiveTrevor Gross-24/+80
2025-05-29symcheck: Print the command to make reproducing errors easierTrevor Gross-7/+8
2025-05-29Remove the now-unneeded llvm-tools-previewTrevor Gross-1/+1
2025-05-29Replace the `nm` symbol check with a Rust implementationTrevor Gross-0/+231