Commit graph

12 commits

Author SHA1 Message Date
Cherry
b213eec65d Fix typos 2025-09-12 20:48:16 +02:00
8179082517 delete core stuff 2025-07-12 13:29:17 +02:00
df486c20f8 Use cargo check -Zbuild-std instead of cargo miri setup
This should be more reliable (not building with `cfg(miri)` and more
accurately knowing whether a target supports std).

Known targets affected by this change:
- cygwin: should now build since it only breaks in `cfg(miri)`
- i686-pc-nto-qnx700: officially doesn't support std

closes #4
2025-07-05 14:21:26 +02:00
7f1702bc28 Store more metadata
And other various improvements
2025-07-04 22:47:06 +02:00
f6fac25c6f Remove old link and show number of builds
In the users locale of course. Without any annoying Accept-Language
parsing or anything like that, just with the beauty of JavaScript.
2025-07-04 22:06:40 +02:00
b1d1728c42 Support using custom rustflags for targets
This is necessary for AVR and AMDGPU. We currently just hardcode some
flags in the binary, which is good enough. There's a new column which
keeps track of the used flags and shows them for a build.

A migration makes sure that the older results are properly backfilled
with the flags to make them build.
2025-07-04 18:23:00 +02:00
42cd9fda83 Add filtering for failures 2025-07-04 17:55:22 +02:00
3d16b9d460 Be more clear about build kind 2025-07-04 17:38:48 +02:00
5ec24bbfaf Surface broken nightly errors 2025-07-03 22:20:00 +02:00
79bb6d1eb0 Cleanup and perf 2025-07-03 19:44:03 +02:00
61d78680e0 Add nightly overview pages 2025-07-03 19:26:02 +02:00
cc4d90e748 rewrite frontend to be less fucked 2025-02-05 22:00:00 +01:00