| Age | Commit message (Expand) | Author | Lines |
| 2014-04-15 | auto merge of #13498 : johnsoft/rust/fix-transmute-fn-names, r=alexcrichton | bors | -15/+15 |
| 2014-04-15 | auto merge of #13511 : Meyermagic/rust/enum_typeid, r=alexcrichton | bors | -1/+139 |
| 2014-04-15 | Support lifetime suggestion for method | Kiet Tran | -57/+199 |
| 2014-04-15 | auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichton | bors | -35/+74 |
| 2014-04-15 | auto merge of #13416 : brson/rust/30min, r=alexcrichton | bors | -0/+434 |
| 2014-04-14 | doc: Address feedback about intro | Brian Anderson | -1/+4 |
| 2014-04-14 | Fixes #13507 | Meyer S. Jacobs | -1/+139 |
| 2014-04-14 | Only check --crate-type flags if present. | JustAPerson | -35/+74 |
| 2014-04-14 | auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfackler | bors | -25/+53 |
| 2014-04-14 | auto merge of #13493 : Manishearth/rust/newattr-everywhere, r=alexcrichton | bors | -607/+607 |
| 2014-04-14 | auto merge of #13480 : edwardw/rust/vtable-ice, r=alexcrichton | bors | -12/+36 |
| 2014-04-14 | auto merge of #13431 : lifthrasiir/rust/rustdoc-smaller-index, r=alexcrichton | bors | -76/+229 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -607/+607 |
| 2014-04-14 | auto merge of #13477 : Manishearth/rust/newattr, r=brson | bors | -28/+28 |
| 2014-04-14 | auto merge of #13481 : huonw/rust/devec-path, r=alexcrichton | bors | -183/+209 |
| 2014-04-13 | Make Result::{unwrap, unwrap_err} require Show | Steven Fackler | -30/+36 |
| 2014-04-13 | auto merge of #13475 : Ryman/rust/result_unwrap_or_else, r=brson | bors | -0/+61 |
| 2014-04-14 | rustdoc: Omit repeated paths in the search index. | Kang Seonghoon | -3/+19 |
| 2014-04-14 | rustdoc: Get rid of `allPaths` global variable by merging it into `searchIndex`. | Kang Seonghoon | -19/+34 |
| 2014-04-14 | rustdoc: Use an array instead of an object for the search index. | Kang Seonghoon | -12/+16 |
| 2014-04-14 | rustdoc: Represent item types as a small number in the search index. | Kang Seonghoon | -49/+158 |
| 2014-04-14 | rustdoc: Use smaller sequential numbers instead of `NodeId`s for parents. | Kang Seonghoon | -13/+22 |
| 2014-04-13 | auto merge of #13464 : alexcrichton/rust/fix-rustdoc-rendering, r=brson | bors | -23/+60 |
| 2014-04-13 | Replace 'region' with 'lifetime' in a few transmute function names | John Simon | -15/+15 |
| 2014-04-13 | auto merge of #13470 : Manishearth/rust/docnum, r=brson | bors | -0/+4 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -25/+53 |
| 2014-04-13 | rustdoc: Fix rendering closures and trait bounds | Alex Crichton | -23/+60 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -28/+59 |
| 2014-04-13 | auto merge of #13471 : Ryman/rust/feature_syntax_error, r=brson | bors | -2/+2 |
| 2014-04-13 | auto merge of #13469 : kmcallister/rust/utf16, r=huonw | bors | -44/+126 |
| 2014-04-13 | auto merge of #13468 : alexcrichton/rust/issue-13467, r=thestinger | bors | -2/+46 |
| 2014-04-13 | auto merge of #13463 : alexcrichton/rust/c-linkage-oh-my, r=brson | bors | -5/+92 |
| 2014-04-12 | auto merge of #13461 : eddyb/rust/cleanup-at-fn, r=luqmana | bors | -552/+334 |
| 2014-04-12 | auto merge of #13460 : SimonSapin/rust/patch-9, r=alexcrichton | bors | -3/+3 |
| 2014-04-12 | auto merge of #13455 : alexcrichton/rust/jettison-timerfd, r=brson | bors | -333/+6 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -28/+59 |
| 2014-04-12 | auto merge of #13459 : alexcrichton/rust/stop-ignoring-ffi, r=sfackler | bors | -23/+58 |
| 2014-04-12 | native: Remove timerfd implementation on linux | Alex Crichton | -333/+6 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -227/+232 |
| 2014-04-12 | doc: Un-ignore lots of guide-ffi tests | Alex Crichton | -23/+58 |
| 2014-04-12 | Check bounds when looking up type parameters | Edward Wang | -12/+36 |
| 2014-04-12 | std: update & de-~[] path's tests. | Huon Wilson | -57/+42 |
| 2014-04-12 | std: migrate path::windows to using StrBuf internally. | Huon Wilson | -64/+97 |
| 2014-04-12 | std: migrate path::unix to using Vec internally. | Huon Wilson | -64/+72 |
| 2014-04-12 | Update tutorials to use new attribute syntax (#13476) | Manish Goregaokar | -28/+28 |
| 2014-04-12 | libstd: Add unwrap_or and unwrap_or_handle to Result | Kevin Butler | -0/+61 |
| 2014-04-12 | librustc: Improve error message for missing feature attributes. | Kevin Butler | -2/+2 |
| 2014-04-12 | Document traits in std::num (#7511) | Manish Goregaokar | -0/+4 |
| 2014-04-11 | Decode non-BMP hex escapes in JSON | Keegan McAllister | -25/+65 |
| 2014-04-11 | Add tests for Char::encode_utf{8,16} | Keegan McAllister | -0/+29 |