about summary refs log tree commit diff
path: root/src/test/incremental/issue-49595/issue_49595.rs
AgeCommit message (Collapse)AuthorLines
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-31/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-04Introduce Custom Test FrameworksJohn Renner-3/+2
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex 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-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-04-07[incremental] Hash `Allocation`sShotaro Yamada-0/+42