summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2018-07-26Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebankMark Rousskov-0/+45
2018-07-25rustc: Register crates under their real namesAlex Crichton-0/+45
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-3/+10
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-0/+54
2018-07-16Revert "Fix some run-make tests after object file naming has changed."Michael Woerister-5/+5
2018-07-14Add unaligned volatile intrinsicsAmanieu d'Antras-3/+10
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-5/+5
2018-07-14Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkorkennytm-1/+1
2018-07-13Don't silently ignore invalid data in target specJethro Beekman-1/+1
2018-07-12Fix some run-make tests after object file naming has changed.Michael Woerister-5/+5
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-0/+4
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-0/+4
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-1/+4
2018-07-09Implement #[alloc_error_handler]Simon Sapin-1/+4
2018-07-09bump minimum LLVM version to 5.0gnzlbg-14/+2
2018-07-08Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichtonbors-5/+4
2018-07-07Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichtonbors-23/+19
2018-07-07Fix testbjorn3-5/+4
2018-07-06When doing linker-plugin based LTO, write LLVM bitcode obj-filesMichael Woerister-23/+19
2018-07-05update run-pass testJorge Aparicio-5/+5
2018-06-21fix tidyJorge Aparicio-0/+10
2018-06-21translate / export weak lang itemsJorge Aparicio-0/+31
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