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