summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-12-11auto merge of #10808 : kballard/rust/use-braces, r=alexcrichtonbors-0/+45
2013-12-10Support imports of the form `use {foo,bar}`Kevin Ballard-0/+45
2013-12-10auto merge of #10833 : sfackler/rust/mut-pat, r=brsonbors-0/+48
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-15/+3
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-64/+41
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-2/+4
2013-12-10auto merge of #10593 : metajack/rust/pkgid-hash, r=brsonbors-126/+136
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-126/+136
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-2/+6
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-62/+33
2013-12-10Allow ref and mut modifiers for short form field patternsSteven Fackler-0/+48
2013-12-10Fix test case harder (cc #9629)Niko Matsakis-2/+2
2013-12-09Check the privacy of implemented traitsAlex Crichton-0/+3
2013-12-09auto merge of #10812 : alexcrichton/rust/lto, r=pcwaltonbors-0/+31
2013-12-09Implement LTOAlex Crichton-0/+31
2013-12-09Make main pub in test case (cc #9629)Niko Matsakis-1/+1
2013-12-10Extend allocation lint for boxing expressionsSeo Sanghyeon-0/+19
2013-12-09auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichtonbors-0/+1
2013-12-08auto merge of #10867 : sfackler/rust/unsugared-doc, r=huonwbors-0/+22
2013-12-08Disable failing test.Vadim Chugunov-0/+1
2013-12-08Accept unsugared docs in missing-doc lintSteven Fackler-0/+22
2013-12-08encode trait lifetime params in metadata to allow cross-crate usageDavid Renshaw-0/+39
2013-12-08Add dead-code warning passKiet Tran-0/+197
2013-12-07auto merge of #10831 : luqmana/rust/9382, r=nikomatsakisbors-0/+53
2013-12-06Made Results API more composableMarvin Löbel-2/+2
2013-12-06librustc: Pass the correct type when adding cleanups.Luqman Aden-0/+53
2013-12-05auto merge of #10665 : cmr/rust/doc_lint, r=alexcrichtonbors-0/+17
2013-12-06Check crate root for docs in missing_doc lint.Corey Richardson-0/+17
2013-12-05auto merge of #10675 : LeoTestard/rust/lifetimes-no-keywords, r=brsonbors-0/+16
2013-12-05auto merge of #10506 : nikomatsakis/rust/issue-10391-ICE-with-lifetimes, r=pn...bors-0/+39
2013-12-05Fix test for #10391 to have pub mainNiko Matsakis-1/+1
2013-12-05Forbid keywords as lifetime parameters names.Léo Testard-0/+16
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-2/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-14/+14
2013-12-04auto merge of #10799 : TeXitoi/rust/shootout-reverse-complement-resurected, r...bors-142/+70
2013-12-04auto merge of #10701 : huonw/rust/rm-from_utf8, r=brsonbors-14/+11
2013-12-04rewrite of shootout-reverse-complement.rsGuillaume Pinot-142/+70
2013-12-04auto merge of #10788 : alexcrichton/rust/fixes, r=pcwaltonbors-0/+38
2013-12-04auto merge of #10794 : alexcrichton/rust/issue-10790, r=alexcrichtonbors-0/+1
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-3/+3
2013-12-04std::str: remove from_utf8.Huon Wilson-15/+12
2013-12-04auto merge of #10783 : sfackler/rust/drop, r=alexcrichtonbors-11/+6
2013-12-03auto merge of #10776 : alexcrichton/rust/issue-9725, r=pcwaltonbors-0/+15
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-11/+6
2013-12-03Don't infinitely recurse in a process testAlex Crichton-0/+1
2013-12-03Make trait lifetime parameters early bound in static fn type. This is relatedNiko Matsakis-0/+39
2013-12-03Fix a bug in exporting trait implementationsAlex Crichton-0/+38
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-0/+2
2013-12-03Register new snapshotsAlex Crichton-0/+2
2013-12-03Issue #9629 -- permit freezing `&mut` found within an `&` pointerNiko Matsakis-0/+121