about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-03-16Fix a test that was missed in the liblog PREdward Wang-0/+4
2014-03-15Test fixes and rebase conflictsAlex Crichton-5/+6
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-777/+800
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-223/+13
2014-03-14auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-4/+4
2014-03-14auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmanabors-1/+9
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-223/+13
2014-03-14debuginfo: Make limited-debuginfo test case more robust against GDB output va...Michael Woerister-4/+4
2014-03-14rustc: Fix cfg(not(a, b)) to be not(a && b)Alex Crichton-1/+9
2014-03-14auto merge of #12880 : tedhorst/rust/master, r=alexcrichtonbors-8/+8
2014-03-14auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakisbors-0/+223
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-0/+223
2014-03-14auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestingerbors-0/+62
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+24
2014-03-13fix a test that was missed in the chan/port renaming (PR #12815)Ted Horst-8/+8
2014-03-13auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichtonbors-0/+108
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+24
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-0/+108
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-328/+319
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-328/+319
2014-03-13collections: Don't recurse in hashmap robin_hoodAlex Crichton-0/+62
2014-03-13auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakisbors-0/+58
2014-03-13compile-fail: Beef up borrowck test to include some scenarios where we borrow...Niko Matsakis-1/+21
2014-03-13Region + borrow checker support and tests for overloaded autoderef.Eduard Burtescu-0/+446
2014-03-13Introduce a common recursion limit for auto-dereference and monomorphization.Eduard Burtescu-3/+36
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-0/+51
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-2/+2
2014-03-13auto merge of #12602 : alexcrichton/rust/backtrace, r=brsonbors-0/+110
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+110
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-2/+2
2014-03-12auto merge of #12823 : alexcrichton/rust/issue-12666, r=pcwaltonbors-0/+74
2014-03-12Update io iterators to produce IoResultsPalmer Cox-2/+2
2014-03-12auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichtonbors-50/+14
2014-03-12rustuv: Fix a use-after-free in TTY failureAlex Crichton-0/+74
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-50/+14
2014-03-12Test fixes from rolling up PRsAlex Crichton-2/+2
2014-03-12Added a test that checks that unary structs can be mutably borrowed.Dmitry Promsky-0/+25
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-13/+0
2014-03-12Suggest explicit lifetime parameter on some errorsKiet Tran-0/+58
2014-03-12auto merge of #12797 : pczarn/rust/str_safety, r=huonwbors-4/+4
2014-03-12auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-3/+3
2014-03-12auto merge of #12807 : pnkfelix/rust/fsk-issue5121-fns-with-early-lifetime-pa...bors-0/+175
2014-03-12Add proper support for early/late distinction for lifetime bindings.Felix S. Klock II-0/+175
2014-03-11test: Relax a debuginfo testAlex Crichton-5/+5
2014-03-11auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwaltonbors-0/+60
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-0/+60
2014-03-12rand: deprecate `rng`.Huon Wilson-4/+4
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-17/+64
2014-03-12std: Move rand to librand.Huon Wilson-2/+4
2014-03-11debuginfo: Improve commandline option handling for debuginfo (fixes #12811)Michael Woerister-3/+3