33d9a177a8
Run cargo build instead of cargo check for std
...
And use --release and respect rustflags.
Just to make doubly-sure that even in the future, a build will be done
instead of check.
2025-07-05 17:20:25 +02:00
7d1b7f676f
Stop building core
...
Core is now a subset of std
2025-07-05 17:18:54 +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
0be7b4c981
remove console.log
2025-07-05 10:53:45 +02:00
5fb3ca86b2
Support suspending background thread
...
Useful for locally testing query timings with sqlx debug logging.
2025-07-04 23:09:52 +02:00
6df7155a50
Add index for build stats
...
Otherwise it's very slow :)
2025-07-04 23:04:51 +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
3f302c7180
Fix failure filtering for std
...
std failures weren't getting filtered properly since I only checked
core.
2025-07-04 18:48:16 +02:00
9de21d4198
Say the build has no changes for DOES_IT_BUILD_OVERRIDE_VERSION
2025-07-04 18:43:29 +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
abb83f24b2
don't go that far back
2025-07-04 17:41:47 +02:00
3d16b9d460
Be more clear about build kind
2025-07-04 17:38:48 +02:00
Pietro Albini
032e023b25
Stop guessing nightlies not included in manifests.txt ( #3 )
...
The file is now automatically updated after every release!
2025-07-04 17:34:41 +02:00
5ec24bbfaf
Surface broken nightly errors
2025-07-03 22:20:00 +02:00
cfef23bc31
build even older nightlies
2025-07-03 21:52:44 +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
7f4c69e51f
Make it more robust
2025-06-29 23:51:06 +02:00
cc4d90e748
rewrite frontend to be less fucked
2025-02-05 22:00:00 +01:00
Joe ST
3012189906
improve filter fields
...
adding ` type="search"` to the filter fields causes browsers to add a little x to the field to 'cancel' the search and clear the field
2024-09-08 20:48:54 +02:00
e639507a42
clarify build
2024-09-08 16:56:32 +02:00
67459f825b
Improve table
2024-09-08 15:34:12 +02:00
ae1f0b96e3
hacky way to configure parallelism
2024-09-08 12:31:28 +02:00
5ef63686f3
Guard against completely broken nightlies
2024-09-08 12:25:36 +02:00
4671f871a6
Add support for more recent nightlies than the manifest supports
2024-09-08 12:18:30 +02:00
262e8acd9f
add miri std support
2024-09-08 11:44:43 +02:00
ccb57e400c
Update README.md
2024-09-07 23:32:38 +02:00
d5167446f2
improvements
2024-09-07 23:29:54 +02:00
aacf0f293e
stable
2024-09-07 22:58:08 +02:00
288410ee30
more
2024-09-07 22:43:10 +02:00
b2ab2ff73e
make it a webapp
2024-09-07 22:43:04 +02:00
11db12e074
Merge pull request #1 from workingjubilee/only-check-optimized-libcores
...
Only check we can build optimized libcores
2024-06-13 07:33:18 +02:00
Jubilee Young
c34b74fce6
Only check we can build optimized libcores
2024-06-12 14:28:16 -07:00
cd5b26e3ce
Initial commit
2024-06-12 20:47:37 +02:00