about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-18auto merge of #16568 : jakub-/rust/needstest, r=pcwaltonbors-0/+90
2014-08-18auto merge of #16450 : klutzy/rust/win-fixme-cleanup, r=alexcrichtonbors-16/+0
2014-08-18Remove workaround of #13793/#10872klutzy-8/+0
2014-08-18regex: Enable test on Windowsklutzy-8/+0
2014-08-18auto merge of #16567 : jakub-/rust/issue-16149, r=pcwaltonbors-0/+22
2014-08-18Add missing tests for fixed issuesJakub Wieczorek-0/+90
2014-08-18Forbid extern statics from appearing in patternsJakub Wieczorek-0/+22
2014-08-17Fix type checking of struct fields in patterns of type ty_errJakub Wieczorek-0/+36
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-7/+239
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-260/+97
2014-08-16auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichtonbors-0/+63
2014-08-15auto merge of #16493 : kballard/rust/fix_drop_field_order, r=pnkfelixbors-0/+80
2014-08-15Fix the order in which struct fields dropKevin Ballard-0/+80
2014-08-15debuginfo: Add a "no_debug" attribute that allows to exclude functions from d...Michael Woerister-0/+45
2014-08-15Properly canonicalize crate paths specified via --externBjörn Steinbrink-0/+63
2014-08-15auto merge of #16494 : pnkfelix/rust/fsk-quotstx-followup, r=alexcrichtonbors-0/+40
2014-08-15auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakisbors-0/+150
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-30/+33
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-0/+150
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-33/+33
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-14Followup to PR #16477: a run-pass regression test for Issue #15750.Felix S. Klock II-0/+40
2014-08-14Make it pass the pretty-printer test.Vadim Chugunov-3/+3
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-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-27/+27
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-3/+6
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