about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2014-09-21Move -Z lto to -C lto.Colin Davidson-4/+4
2014-09-12Add regression test for #17186Brian Koropoff-0/+35
2014-09-07Added test for link path orderinginrustwetrust-0/+45
2014-09-05don't leave unwanted temporary files with --emit=ir/asmStuart Pernsteiner-5/+34
2014-09-05add tests for separate compilationStuart Pernsteiner-0/+149
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-30auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelixbors-0/+58
2014-08-30rustc: implement a pretty mode to print ident/name's ctxt & gensyms.Huon Wilson-0/+58
2014-08-29auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmrbors-0/+79
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-559/+829
2014-08-26Add a simple test for rustdoc search index contentsSiegeLord-0/+79
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26DST coercions and DST structsNick Cameron-27/+27
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-1/+1
2014-08-19Add fix for test on windows.Luqman Aden-0/+2
2014-08-18Add test for passing/getting packed structs with ffi.Luqman Aden-0/+46
2014-08-18Remove workaround of #13793/#10872klutzy-5/+0
2014-08-15Properly canonicalize crate paths specified via --externBjörn Steinbrink-0/+63
2014-08-13rustc lexer: regression tests for embedded Idents.Felix S. Klock II-0/+72
2014-08-12auto merge of #16434 : vadimcn/rust/many-crates-but-no-match, r=alexcrichtonbors-2/+2
2014-08-11Fix many-crates-but-no-match test. (Issue #16348)Vadim Chugunov-2/+2
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-08-09auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichtonbors-3/+12
2014-08-09auto merge of #16326 : pnkfelix/rust/fsk-add-path-suffix-lookup, r=huonwbors-0/+82
2014-08-09pretty printer: Added some `run-make` tests of path-suffix lookup functionality.Felix S. Klock II-0/+82
2014-08-09auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichtonbors-0/+26
2014-08-09move a test into a run make, to check external affect rather thanHuon Wilson-0/+26
2014-08-08don't translate items when monomorphizing foreign-ABI functionsStuart Pernsteiner-3/+12
2014-08-05Add new tests for extern and foreign fns and name mangling.Russell-0/+40