| Age | Commit message (Expand) | Author | Lines |
| 2014-04-15 | std: Remove pub use globs | Brian Anderson | -13/+25 |
| 2014-04-15 | workcache: Don't assume gcc exists on all platforms | Alex Crichton | -1/+2 |
| 2014-04-15 | More default impl and docs removal in treemap | Steven Fackler | -27/+0 |
| 2014-04-15 | Add a default impl for Set::is_superset | Steven Fackler | -44/+11 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -219/+238 |
| 2014-04-15 | native: Fix a race in select() | Alex Crichton | -9/+76 |
| 2014-04-15 | native: Be more stringent about pattern matching | Alex Crichton | -1/+1 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -26/+20 |
| 2014-04-15 | rustdoc: Better sorting criteria for searching. | Kang Seonghoon | -51/+52 |
| 2014-04-15 | liburl doc: insert missing hyphen | Chris Shea | -1/+1 |
| 2014-04-15 | mk: Change windows to install from stage2 | Alex Crichton | -6/+0 |
| 2014-04-15 | Update GitHub's Rust projects page. | Mihnea Dobrescu-Balaur | -1/+1 |
| 2014-04-15 | Change AUTHORS section in the man pages | Tobias Bucher | -4/+2 |
| 2014-04-15 | dist: Make Windows installer uninstall first. Closes #9563 | Brian Anderson | -3/+75 |
| 2014-04-15 | Remove RUST_LOG="::help" from the docs | Tobias Bucher | -7/+9 |
| 2014-04-15 | auto merge of #13511 : Meyermagic/rust/enum_typeid, r=alexcrichton | bors | -1/+139 |
| 2014-04-15 | auto merge of #13164 : ktt3ja/rust/lifetime-suggestion-method, r=nmatsakis | bors | -57/+199 |
| 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 | -1/+435 |
| 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-14 | auto merge of #13479 : sfackler/rust/result-unwrap, r=cmr | bors | -30/+36 |
| 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 | 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-13 | auto merge of #13462 : alexcrichton/rust/fix-cross-rpath, r=brson | bors | -4/+32 |
| 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 |