about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-1/+2
2017-05-08Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakisCorey Farwell-24/+0
2017-05-05Use diagnostics for trace_macro instead of printlnEsteban Küber-24/+0
2017-05-04Reload nameserver information on lookup failureJon Gjengset-0/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+18
2017-04-25Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate.kennytm-3/+4
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-15/+23
2017-04-21Update #[no_core] users with the "freeze" lang item.Eduard-Mihai Burtescu-2/+10
2017-04-19rustc_trans: do not treat byval as using up registers.Eduard-Mihai Burtescu-0/+23
2017-04-11Fix pairs of doubles using an illegal <8 x i8> vector.Eduard-Mihai Burtescu-0/+30
2017-04-07-Z linker-flavorJorge Aparicio-0/+3
2017-04-07Auto merge of #39987 - japaric:used, r=arielb1bors-0/+28
2017-04-06don't pass -C to nmJorge Aparicio-1/+1
2017-04-05don't test for the absence of BAR in the rmake testJorge Aparicio-1/+0
2017-04-05Auto merge of #40348 - nrc:save-extern-fn, r=eddybbors-0/+5
2017-04-05fix location of the emitted object fileJorge Aparicio-2/+2
2017-04-05add tracking issue and feature-gate and run-make testsJorge Aparicio-0/+29
2017-04-05Rollup merge of #41085 - nagisa:fix-output-properg, r=alexcrichtonCorey Farwell-0/+18
2017-04-05Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturonCorey Farwell-2/+0
2017-04-05Properly adjust filenames when multiple emissionsSimonas Kazlauskas-0/+18
2017-04-04save-analysis: index extern blocksNick Cameron-0/+5
2017-04-03Auto merge of #40915 - nrc:save-assoc, r=eddybbors-0/+17
2017-04-01rustc: Stabilize the `#![windows_subsystem]` attributeAlex Crichton-2/+0
2017-03-30kill the graphviz-flowgraph testsNiko Matsakis-1963/+0
2017-03-30save-analysis: track associated typesNick Cameron-0/+17
2017-03-21Regression test for rust-lang/rust#40535Austin Bonander-0/+49
2017-03-12Auto merge of #40446 - arielb1:rollup, r=alexcrichtonbors-1/+23
2017-03-11Auto merge of #40220 - jseyfried:ast_macro_def, r=nrcbors-0/+1
2017-03-11Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1Ariel Ben-Yehuda-1/+23
2017-03-10rustc: Exit quickly on only `--emit dep-info`Alex Crichton-0/+19
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-0/+1
2017-03-08fix UB in repr(packed) testsTim Neumann-1/+23
2017-03-04run-make on MSVC: Do not generate object files in the source directoryVadim Petrochenkov-1/+1
2017-03-02Rollup merge of #40173 - er-1:master, r=alexcrichtonGuillaume Gomez-2/+2
2017-03-01Auto merge of #39803 - brson:fpic, r=alexcrichtonbors-0/+24
2017-03-01Don't run test on darwinAlex Crichton-2/+6
2017-03-01Add a reference to the dl library to the Makefile of the test issue-24445.er-1-2/+2
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-32/+32
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-0/+34
2017-02-18Add tests for control flow in while conditionTaylor Cramer-32/+32
2017-02-15Add a test that -fPIC is appliedBrian Anderson-0/+20
2017-02-14Rollup merge of #39785 - alexcrichton:no-thread-sanitizer, r=japaricCorey Farwell-31/+0
2017-02-13test: Remove sanitizer-thread testAlex Crichton-31/+0
2017-02-11Add tested item in the rustdoc --test outputGuillaume Gomez-1/+1
2017-02-08sanitizer-dylib: only run where std for x86_64-linux is availableJorge Aparicio-1/+5
2017-02-08fix the sanitizer-dylib test on non x86_64 linux hostsJorge Aparicio-1/+1
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-49/+4
2017-02-08sanitizer supportJorge Aparicio-0/+187
2017-02-06Revert "Add 128-bit atomics"Alex Crichton-9/+1