summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-1/+0
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-2/+2
2018-06-06Create thread-poolJohn Kåre Alsaker-24/+25
2018-06-03turn run-make test into a run-make-fulldeps testJorge Aparicio-0/+42
2018-05-31Add a test for issue 36710.Johannes Nixdorf-0/+66
2018-05-17Revert "Add a test for issue 36710."Alex Crichton-57/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-22/+22
2018-05-15Fix run-make wasm testsEric Huss-0/+80
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-0/+57
2018-05-11Add a test for issue 36710.Johannes Nixdorf-0/+57
2018-05-07Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichtonbors-2/+2
2018-05-05Fix libtest-json testJohn Kåre Alsaker-1/+1
2018-05-04Make extern_absolute_paths only work on the new editionManish Goregaokar-2/+2
2018-04-27Add one more prelude layer for extern crate names passed with `--extern`Vadim Petrochenkov-0/+131
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-0/+77
2018-04-15Check generated save-analysis, instead of `bug!()`ingShotaro Yamada-0/+19
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-2/+2
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-4/+4
2018-04-11Add testShotaro Yamada-0/+58
2018-04-07Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer...bors-0/+1
2018-04-06Update run-make/symbol-visibility to also cover shared-genericsMichael Woerister-7/+50
2018-04-05Rollup merge of #49253 - chmanchester:probing_fix, r=alexcrichtonkennytm-0/+50
2018-04-04Fix another circulare deps link args issueAlex Crichton-0/+1
2018-04-04Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakisbors-0/+5
2018-03-29rustc: Group linked libraries where neededAlex Crichton-0/+63
2018-03-28Run make tests for file resolutionChris Manchester-0/+50
2018-03-26Move some implementations of Clone and Copy to libcoreFrancis Gagné-0/+5
2018-03-25pgo: Move the tests to run-make-fulldeps, and make the profile file be in the...Emilio Cobos Álvarez-0/+38
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+10478