about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-12-23Rename include_bin! to include_bytes!Chris Wong-1/+1
2014-12-22fix run-make/ tests now flowgraph printing has moved to the unstable `--xpret...Felix S. Klock II-1/+1
2014-12-21rollup merge of #20057: nick29581/array-syntaxAlex Crichton-3/+3
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-19/+17
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-3/+3
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-19/+17
2014-12-18Revise std::thread API to join by defaultAaron Turon-52/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-4/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-12-05Fix various references in late-running tests and thingsNiko Matsakis-4/+4
2014-12-02test/run-make: another missing $(EXTRACFLAGS).NODA, Kai-1/+1
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+71
2014-11-22auto merge of #19133 : nodakai/rust/run-make-tests-missing-extracflags, r=ale...bors-2/+2
2014-11-20Fallout from libgreen and libnative removalAaron Turon-2/+2
2014-11-20test/run-make: some test cases lacked $(EXTRACFLAGS).NODA, Kai-2/+2
2014-11-18rollup merge of #18890: luqmana/tfJakub Bukaj-0/+40
2014-11-17Add tests.Luqman Aden-0/+40
2014-11-17Switch to purely namespaced enumsSteven Fackler-14/+14
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-0/+35
2014-11-13Tweak and add test for detecting libraries with mismatching target triples.Huon Wilson-0/+33
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-5/+5
2014-11-06rollup merge of #18684 : nathan7/patch-1Alex Crichton-4/+5
2014-11-06rollup merge of #18633 : huonw/target-spec-spellingAlex Crichton-1/+1
2014-11-06Make x86_64-unknown-linux-gnu.json true to its nameNathan Zadoks-4/+5
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-30/+87
2014-11-05test: correct spelling error & inverted match.Huon Wilson-1/+1
2014-11-04Implement flexible target specificationCorey Richardson-0/+65
2014-11-03rustc: Default to static linking dylibsAlex Crichton-30/+87
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-0/+43
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-15/+16
2014-10-12Continue cfg syntax transitionSteven Fackler-2/+2
2014-10-10auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestingerbors-0/+64
2014-10-09Disable no-stack-check test on WindowsKeegan McAllister-0/+6
2014-10-09Add tests for no-stack-check attr and codegen optionKeegan McAllister-0/+58
2014-10-09test: Convert statics to constantsAlex Crichton-8/+3
2014-10-05auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestingerbors-0/+57
2014-10-04Add tests for intrinsics::unreachableKeegan McAllister-0/+57
2014-10-02test: Don't depend on /bin/bashAlex Crichton-1/+1
2014-10-02auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichtonbors-0/+68
2014-10-01Remove all use of librustuvAaron Turon-52/+0
2014-10-01Make --dep-info escape spaces in filenamesJohn Gallagher-0/+68
2014-09-29rollup merge of #17619 : wizeman/fix-permAlex Crichton-0/+36
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-0/+55
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-0/+55
2014-09-29rustc: Fix permission denied error in 'ar' when lto is enabledRicardo M. Correia-0/+36
2014-09-25Fix various places that were affected by adding core as dep of libcNiko Matsakis-0/+2
2014-09-23rustdoc: Don't try to inline the crate rootAlex Crichton-1/+52
2014-09-23rustdoc: Prevent infinite recursion when inliningAlex Crichton-0/+35