| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -7/+7 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-08 | add test for `-Clink-self-contained` consistency | Rémy Rakic | -0/+14 | |
| 2023-10-07 | linker: Remove unstable legacy CLI linker flavors | Vadim Petrochenkov | -6/+6 | |
| 2023-09-01 | Tests crash from inappropriate use of common linkage | David Mo | -0/+17 | |
| Normally, variables with common linkage must be zero-initialized. In Rust, common linkage variables that are not zero-initialized causes a crash in the compiler backend. This commit adds a test case to confirm this behavior, which will inform us if it changes in the future. | ||||
| 2023-07-05 | Remove some unnecessary normalization | Ben Kimock | -5/+1 | |
| 2023-06-30 | comment, and bless, unstable linker flavor test | Rémy Rakic | -4/+8 | |
| 2023-06-30 | bless test with new linker flavors | Rémy Rakic | -1/+1 | |
| 2023-05-29 | Fix tests on non-unix targets | Vadim Petrochenkov | -1/+1 | |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -0/+14 | |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -0/+12 | |
| Previously they would be reported as link time errors about unknown linker options | ||||
| 2023-03-19 | The name of NativeLib will be presented | yukang | -0/+13 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+435 | |
