| Age | Commit message (Expand) | Author | Lines |
| 2015-04-04 | Fix doc (fixup #24031) | Manish Goregaokar | -3/+1 |
| 2015-04-04 | Rollup merge of #24040 - hackaugusto:patch-1, r=steveklabnik | Manish Goregaokar | -3/+0 |
| 2015-04-04 | Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnik | Manish Goregaokar | -7/+5 |
| 2015-04-04 | Rollup merge of #24038 - frewsxcv:patch-9, r=steveklabnik | Manish Goregaokar | -6/+2 |
| 2015-04-04 | Rollup merge of #24032 - steveklabnik:beta_install, r=alexcrichton | Manish Goregaokar | -2/+52 |
| 2015-04-04 | Rollup merge of #24031 - callahad:trpl_old_io_removal, r=steveklabnik | Manish Goregaokar | -22/+10 |
| 2015-04-04 | Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakis | Manish Goregaokar | -3/+2 |
| 2015-04-04 | Rollup merge of #24012 - tsion:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-04 | Rollup merge of #23997 - richo:typos, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-04-04 | Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-04 | Rollup merge of #23978 - brson:installer, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2015-04-04 | Rollup merge of #23941 - carloslfu:patch-1, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2015-04-04 | Rollup merge of #24033 - petrochenkov:pattest, r=alexcrichton | Manish Goregaokar | -0/+197 |
| 2015-04-04 | Rollup merge of #23995 - aturon:cow-as-ref, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-04-04 | Rollup merge of #23979 - Ryman:error_from_string, r=alexcrichton | Manish Goregaokar | -3/+10 |
| 2015-04-03 | Cleanup and modernize some things in libcore::iter | Corey Farwell | -90/+62 |
| 2015-04-03 | book: use `mod test` consistently | Dan Callahan | -2/+2 |
| 2015-04-04 | Auto merge of #23979 - Ryman:error_from_string, r=alexcrichton | bors | -3/+10 |
| 2015-04-03 | Removed repeated sentence. | Augusto Hack | -3/+0 |
| 2015-04-03 | Make example function in comment more idiomatic | Corey Farwell | -7/+5 |
| 2015-04-03 | Simplify `match` branches in documentation comment | Corey Farwell | -6/+2 |
| 2015-04-03 | Update Rust install instructions in TRPL | Steve Klabnik | -2/+52 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -121/+117 |
| 2015-04-03 | Auto merge of #23972 - gkoz:partial_eq_str_string, r=alexcrichton | bors | -10/+12 |
| 2015-04-03 | Remove old_io from trpl/concurrency.md | Dan Callahan | -22/+10 |
| 2015-04-04 | Rebase fallout | Simonas Kazlauskas | -9/+11 |
| 2015-04-03 | Delete duplicated sentence. | Alex Quach | -3/+0 |
| 2015-04-03 | Auto merge of #24018 - nikomatsakis:marker-trait-stability, r=alexcrichton | bors | -4/+4 |
| 2015-04-03 | Don't speak of old_io | Steve Klabnik | -3/+2 |
| 2015-04-03 | Revert accidental change from stable -> unstable; just meant to | Niko Matsakis | -4/+4 |
| 2015-04-03 | Fixing copy/paste typo. | Alex Quach | -1/+1 |
| 2015-04-03 | Remove unnecessary `Vec<_>` annotation from docs | Scott Olson | -1/+1 |
| 2015-04-03 | Auto merge of #23930 - petrochenkov:issue23656, r=nrc | bors | -234/+138 |
| 2015-04-03 | Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelix | bors | -583/+332 |
| 2015-04-03 | Remove two cases of unecesary match branches | Simonas Kazlauskas | -5/+3 |
| 2015-04-03 | Address Alex’s comments | Simonas Kazlauskas | -8/+5 |
| 2015-04-03 | Update tests to match the messages | Simonas Kazlauskas | -30/+9 |
| 2015-04-03 | Introduce trans::declare | Simonas Kazlauskas | -284/+430 |
| 2015-04-03 | Move a big attribute fn into trans::attributes | Simonas Kazlauskas | -195/+199 |
| 2015-04-03 | Implement LLVMGetOrInsertGlobal wrapper | Simonas Kazlauskas | -0/+7 |
| 2015-04-03 | Move get_extern_fn and get_res_dtor out of base | Simonas Kazlauskas | -69/+68 |
| 2015-04-03 | Extract attribute handling code into a module | Simonas Kazlauskas | -131/+172 |
| 2015-04-03 | Add the tests for duplicate symbol errors | Simonas Kazlauskas | -0/+172 |
| 2015-04-03 | Abort creating wrapper fn for multiple inner fns | Simonas Kazlauskas | -0/+5 |
| 2015-04-03 | Wrap LLVM’s Module::getNamedValue | Simonas Kazlauskas | -0/+6 |
| 2015-04-03 | Validate export_name attribute | Simonas Kazlauskas | -7/+22 |
| 2015-04-03 | Fix a broken test | Simonas Kazlauskas | -3/+0 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -219/+326 |
| 2015-04-03 | Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton | bors | -1/+1 |
| 2015-04-02 | Indicate associated type in comment is code-like | Corey Farwell | -1/+1 |