about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2014-08-05Allow generic foreign functions.Russell-0/+80
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-3/+82
2014-08-04rustc: use Name numbers rather than the Show impl for constants.Huon Wilson-0/+35
2014-07-30avoid redundant translation of items during monomorphizationStuart Pernsteiner-0/+32
2014-07-29syntax: add support for quoting armsErick Tryzelaar-4/+4
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-29/+35
2014-07-21rustc: Append platform exe suffix to output filesAlex Crichton-3/+4
2014-07-18rustc: Mix extra-filename in temp outputsAlex Crichton-3/+18
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-4/+4
2014-07-11rustdoc: support tuple and struct patterns in function argumentsCorey Richardson-0/+4
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-0/+38
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-0/+38
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-2/+2
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-6/+9
2014-07-05Test fixes and rebase conflictsAlex Crichton-2/+4
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-6/+22
2014-07-05test: Fix tests for crate_id removalAlex Crichton-19/+172
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-0/+102
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-335/+335
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-333/+333