about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-0/+150
2014-08-14auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelixbors-0/+267
2014-08-14librustc: Tie up loose ends in unboxed closures.Patrick Walton-0/+267
2014-08-14auto merge of #16484 : dotdash/rust/empty_struct_wrapper_arg, r=luqmanabors-0/+17
2014-08-14auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichtonbors-0/+52
2014-08-14auto merge of #16477 : pnkfelix/rust/fsk-quotstx, r=brsonbors-0/+129
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-0/+52
2014-08-13Fix test falloutBrian Anderson-3/+4
2014-08-14Fix handling of ignored arguments in FFI wrappers for rust functionsBjörn Steinbrink-0/+17
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-0/+11
2014-08-13Fix various fallout from timer changesBrian Anderson-7/+13
2014-08-13rustc lexer: regression tests for embedded Idents.Felix S. Klock II-0/+129
2014-08-13auto merge of #16460 : pcwalton/rust/borrowck-closure-issue, r=nikomatsakisbors-0/+25
2014-08-13auto merge of #16458 : pcwalton/rust/borrowck-for-moves, r=nikomatsakisbors-0/+33
2014-08-12librustc: Use the correct categorized mutable type for the pattern inPatrick Walton-0/+33
2014-08-12auto merge of #16433 : aturon/rust/deprecated-in-crate, r=alexcrichtonbors-18/+17
2014-08-12librustc: Record unique immutable borrows in the restrictions table.Patrick Walton-0/+25
2014-08-12Enable deprecation lint on crate-local itemsAaron Turon-18/+17
2014-08-12auto merge of #16454 : pcwalton/rust/types-in-path-patterns, r=brsonbors-0/+17
2014-08-12auto merge of #16081 : luqmana/rust/nr, r=pcwaltonbors-0/+170
2014-08-12libsyntax: Don't strip types and lifetimes from single-segment paths inPatrick Walton-0/+17
2014-08-12auto merge of #16434 : vadimcn/rust/many-crates-but-no-match, r=alexcrichtonbors-2/+2
2014-08-12auto merge of #16425 : nham/rust/fix_nan_format, r=alexcrichtonbors-0/+18
2014-08-12auto merge of #16284 : alexcrichton/rust/issue-16272, r=aturonbors-3/+46
2014-08-11Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a...nham-0/+18
2014-08-11librustc: Don't allow return_address intrinsic in functions that don't use an...Luqman Aden-1/+32
2014-08-11librustc: Add an intrinsic to retrieve the return pointer of a function.Patrick Walton-0/+43
2014-08-11Reenable ignored test and add run-pass test.Luqman Aden-0/+96
2014-08-11Fix many-crates-but-no-match test. (Issue #16348)Vadim Chugunov-2/+2
2014-08-11auto merge of #16196 : huonw/rust/fail-dead-code, r=alexcrichtonbors-0/+92
2014-08-11core/std: squash dead_code warnings from fail! invocations.Huon Wilson-1/+55
2014-08-10auto merge of #16182 : jbcrail/rust/fix-test-comments, r=sfacklerbors-32/+32
2014-08-10auto merge of #16185 : luqmana/rust/match-drop, r=pcwaltonbors-0/+102
2014-08-10lint: dead_code ignores items with leading underscores.Huon Wilson-0/+38
2014-08-09Fix misspelled comments for tests.Joseph Crail-32/+32
2014-08-09auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichtonbors-3/+12
2014-08-09auto merge of #16350 : hirschenberger/rust/issue-15917, r=alexcrichtonbors-0/+2
2014-08-09librustc: Also use new alloca if matching on an arg or upvar which we reassig...Luqman Aden-2/+46
2014-08-09librustc: Don't use the same alloca for match binding which we reassign to in...Luqman Aden-0/+58
2014-08-09auto merge of #16253 : luqmana/rust/muv, r=nikomatsakisbors-0/+54
2014-08-09Add tests.Luqman Aden-0/+54
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-38/+71
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-2/+26
2014-08-09move a test into a run make, to check external affect rather thanHuon Wilson-36/+26
2014-08-08don't translate items when monomorphizing foreign-ABI functionsStuart Pernsteiner-3/+12
2014-08-08Adding test for issue #15917 which was previously fixed with #15709Falco Hirschenberger-0/+2
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-83/+83
2014-08-07auto merge of #16334 : nikomatsakis/rust/mission-snapshot, r=achrichtobors-47/+0