about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-6/+10
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-5/+3
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-6/+12
2014-05-12shootout-nbody improvementGuillaume Pinot-23/+20
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-5/+5
2014-05-11auto merge of #14090 : TeXitoi/rust/shootout-nbody-improvement, r=alexcrichtonbors-97/+87
2014-05-11core: Remove the cast moduleAlex Crichton-77/+74
2014-05-10shootout-nbody improvementsGuillaume Pinot-97/+87
2014-05-10auto merge of #14073 : alexcrichton/rust/snapshots, r=huonwbors-10/+10
2014-05-10auto merge of #14066 : edwardw/rust/pod-to-copy, r=alexcrichtonbors-0/+17
2014-05-09Register new snapshotsAlex Crichton-10/+10
2014-05-09auto merge of #14063 : TeXitoi/rust/shootout-meteor-improvement, r=pcwaltonbors-90/+111
2014-05-09auto merge of #14057 : kballard/rust/remove_no-bounds, r=sfacklerbors-1/+1
2014-05-09auto merge of #14055 : nikomatsakis/rust/issue-5527-use-substs-in-trans, r=pc...bors-0/+41
2014-05-10Rename Pod to CopyEdward Wang-0/+17
2014-05-09shootout-meteor improvementGuillaume Pinot-90/+111
2014-05-09auto merge of #14044 : hirschenberger/rust/lint_mut_match, r=alexcrichtonbors-0/+16
2014-05-09Check lifetime parameters when we do check for supertrait impls. Fixes #14050.Niko Matsakis-0/+41
2014-05-08Remove <no-bounds> on trait objectsKevin Ballard-1/+1
2014-05-08auto merge of #13963 : kballard/rust/remove_owned_vec_from_iterator, r=pcwaltonbors-11/+34
2014-05-08auto merge of #14001 : alexcrichton/rust/issue-11680, r=pcwaltonbors-0/+40
2014-05-08auto merge of #14010 : richo/rust/tests/11493, r=alexcrichtonbors-0/+16
2014-05-08auto merge of #13990 : nikomatsakis/rust/issue-5527-cleanup-writeback, r=pcwa...bors-1/+0
2014-05-08Fix false lint warnings in match arms with multiple patternsFalco Hirschenberger-0/+16
2014-05-08Handle fallout in bench testsKevin Ballard-5/+18
2014-05-08Handle more falloutKevin Ballard-6/+16
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-15/+8
2014-05-07std: Modernize the local_data apiAlex Crichton-15/+8
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-0/+17
2014-05-07auto merge of #13726 : michaelwoerister/rust/lldb-autotests, r=alexcrichtonbors-3301/+3294
2014-05-07auto merge of #13901 : alexcrichton/rust/facade, r=brsonbors-10/+10
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-3301/+3294
2014-05-07test: Update with std => core movementAlex Crichton-10/+10
2014-05-07auto merge of #13832 : alexcrichton/rust/cfail-full, r=brsonbors-0/+0
2014-05-07auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichtonbors-0/+6
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-802/+929
2014-05-06Add testcase for #11493Richo Healey-0/+16
2014-05-06Ignore tests broken by failing on ICERicho Healey-0/+6
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-0/+17
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-9/+152
2014-05-06rustc: Fix enum variant privacy across cratesAlex Crichton-0/+40
2014-05-06log: Use writeln!() instead of write!()Alex Crichton-0/+44
2014-05-06Remove error message that refactor suppressesNiko Matsakis-1/+0
2014-05-05auto merge of #13940 : edwardw/rust/refutable-match, r=pcwaltonbors-0/+73
2014-05-05auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichtonbors-4/+8
2014-05-05auto merge of #13782 : alexcrichton/rust/issue-13775, r=pcwaltonbors-0/+15
2014-05-05log: Logger receiveis a LogRecordSean McArthur-4/+8
2014-05-05auto merge of #13271 : stepancheg/rust/align, r=pcwaltonbors-0/+66
2014-05-05Adjust codegen logic for range and guarded armsEdward Wang-0/+73
2014-05-05auto merge of #13936 : Armavica/rust/lint_check-range, r=kballardbors-0/+12