| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -33/+0 | |
| 2020-11-20 | Remove FIXME comment from incremental | Daiki Ihara | -1/+1 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -0/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -30/+0 | |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -3/+2 | |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -1/+1 | |
| This commit transitions definitions of custom sections on the wasm target from the unstable `#[wasm_custom_section]` attribute to the already-stable-for-other-targets `#[link_section]` attribute. Mostly the same restrictions apply as before, except that this now applies only to statics. Closes #51088 | ||||
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 | |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 | |
| 2018-04-07 | [incremental] Hash `Allocation`s | Shotaro Yamada | -0/+64 | |
