about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2017-07-24Auto merge of #43327 - nrc:rls-config, r=eddybbors-1/+0
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-1/+0
2017-07-21run-make test for JSON error byte start/endZack M. Davis-0/+32
2017-07-17Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichtonbors-9/+162
2017-07-15Add support for dylibs with Address Sanitizer. This supports cdylibs and stat...William Brown-9/+162
2017-07-12Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1Mark Simulacrum-0/+94
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-56/+30
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-1/+1
2017-06-29Replace `grep -z` by `tr -d '\r\n' | grep` for cross-compatibilityYorwba-1/+1
2017-06-22Note different versions of same crate when absolute paths of different types ...Yorwba-0/+94
2017-06-20Remove the in-tree `flate` crateAlex Crichton-8/+4
2017-06-17Auto merge of #42650 - nrc:save-slim, r=eddybbors-1/+0
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+20
2017-06-14Remove CSV format of save-analysis dataNick Cameron-1/+0
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-0/+15
2017-06-05Add run-make test for Command::spawn on WindowsOliver Middleton-0/+49
2017-06-04Run profiler test only if built with profiler supportMarco Castelluccio-0/+2
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+18
2017-05-22fix `atomic_lock_free` test caseNiko Matsakis-0/+2
2017-05-15Fix run-make/llvm-passRobin Kruppe-0/+1
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