| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-18 | tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by ↵ | Taiki Endo | -2/+22 | |
| using minicore | ||||
| 2024-12-17 | tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro ↵ | Taiki Endo | -1/+9 | |
| features by using minicore | ||||
| 2024-11-22 | Support input/output in vector registers of s390x inline assembly | Taiki Endo | -0/+1 | |
| 2024-11-03 | Fix typo in tests/auxiliary/minicore.rs | Taiki Endo | -1/+1 | |
| Co-authored-by: Jubilee <workingjubilee@gmail.com> | ||||
| 2024-11-02 | Add more core stubs to `minicore` | Jieyou Xu | -2/+11 | |
| `f32`, `f64` and `asm!` macro. | ||||
| 2024-10-31 | tests: use minicore in `tests/ui/abi/compatibility.rs` as an example | 许杰友 Jieyou Xu (Joe) | -19/+14 | |
| 2024-10-31 | minicore: add minimal minicore test auxiliary | 许杰友 Jieyou Xu (Joe) | -0/+77 | |
| The initial `minicore` is intentionally super minimal and contains an incomplete subset of `core` items, and explicitly not items from `alloc` or `std`-only items. | ||||
| 2024-04-17 | Clean up users of rust_dbg_call | Ben Kimock | -3/+3 | |
| 2024-03-17 | extend extern tests to include FiveU16s | Erik Desjardins | -0/+24 | |
| As described in the code, this extends just beyond a 64bit reg, but isn't a round number, so it triggers some edge cases in the cast ABI. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+429 | |
