about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-1228/+1224
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-161/+122
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-10/+96
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-86/+245
2014-02-20auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brsonbors-10/+49
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-134/+171
2014-02-20auto merge of #12396 : alexcrichton/rust/windows-env-var, r=huonwbors-1/+13
2014-02-20move extra::test to libtestLiigo Zhuang-134/+171
2014-02-19auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonwbors-1/+1
2014-02-19auto merge of #12244 : pcwalton/rust/deuniquevectorpatterns, r=pcwaltonbors-198/+229
2014-02-19auto merge of #12394 : huonw/rust/transmute--, r=pnkfelixbors-12/+4
2014-02-19Fix sending/try_recv on channels off the runtimeAlex Crichton-10/+49
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-198/+229
2014-02-19auto merge of #12387 : cmr/rust/ast-json, r=alexcrichtonbors-7/+30
2014-02-19auto merge of #12389 : zr40/rust/fix-test-metric-typo, r=alexcrichtonbors-1/+1
2014-02-20Resolve the vtables for method calls to generic Drop impls with trait bounds.Eduard Burtescu-24/+43
2014-02-19Replaced method_map_entry with method_origin and cleaned up vtable checking a...Eduard Burtescu-133/+79
2014-02-19Don't recurse twice into ExprParen in vtable checking.Eduard Burtescu-4/+0
2014-02-19auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichtonbors-0/+115
2014-02-19auto merge of #11904 : nick29581/rust/0filemap, r=alexcrichtonbors-8/+78
2014-02-19rustc: support dumping the AST as JSONCorey Richardson-7/+30
2014-02-19auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brsonbors-0/+23
2014-02-19auto merge of #12375 : FlaPer87/rust/issue-7660, r=cmrbors-0/+24
2014-02-19Tweak how preference factors into linkageAlex Crichton-86/+245
2014-02-19debuginfo: Re-enable test case that should have worked all along.Michael Woerister-1/+0
2014-02-19debuginfo: Fix a RUSTFLAGS incompatibility in test runner.Michael Woerister-8/+19
2014-02-19debuginfo: Move test case from run-pass to debug-info directory so it does no...Michael Woerister-0/+0
2014-02-19debuginfo: Add support for simd typesMichael Woerister-1/+77
2014-02-19Fix getting/setting huge env vars on windowsAlex Crichton-1/+13
2014-02-19auto merge of #12374 : dylanbraithwaite/rust/size_of_unit_clarification, r=cmrbors-5/+5
2014-02-20rustc: remove some unnecessary `transmute`s.Huon Wilson-12/+4
2014-02-19auto merge of #12349 : edwardw/rust/debug-expansion, r=huonwbors-13/+65
2014-02-19libnum: Make RandBigInt trait publicEduard Bopp-1/+1
2014-02-19Change the format_args! macro expansion for temporariesEdward Wang-13/+65
2014-02-19auto merge of #12370 : rcxdude/rust/macro_fix, r=alexcrichtonbors-28/+53
2014-02-19auto merge of #12367 : darnuria/rust/tutorial_removing_do_syntax, r=cmrbors-39/+18
2014-02-19rustdoc: Handle links to reexported itemsAlex Crichton-15/+33
2014-02-19rustdoc: Clickable links on methods themselvesAlex Crichton-17/+12
2014-02-19rustdoc: Fix json output and inputAlex Crichton-6/+34
2014-02-19rustdoc: Highlight methods jumped toAlex Crichton-0/+2
2014-02-19rustdoc: Show macros in documentationAlex Crichton-5/+226
2014-02-19rustdoc: Fixup links to enum variantsAlex Crichton-1/+8
2014-02-19Fix typo in test metric ratchet stdout outputMatthijs van der Vleuten-1/+1
2014-02-18auto merge of #12361 : sfackler/rust/rustdoc-test-extern, r=alexcrichtonbors-5/+12
2014-02-18rustdoc: Only inject extern crates if not presentSteven Fackler-5/+12
2014-02-18auto merge of #12317 : huonw/rust/utf16, r=alexcrichtonbors-51/+308
2014-02-19str: add a function for truncating a vector of u16 at NUL.Huon Wilson-4/+53
2014-02-18auto merge of #12245 : nick29581/rust/priv2, r=alexcrichtonbors-108/+549
2014-02-19Make priavcy checking aware that a `use` directive can point to two defintion...Nick Cameron-108/+549
2014-02-19Fix bug with zero-length filemaps and rename bytepos_to_local_charpos to byte...Nick Cameron-8/+78