| Age | Commit message (Expand) | Author | Lines |
| 2014-12-25 | Fix up remaining usage of `to_ascii`. | Simon Sapin | -14/+3 |
| 2014-12-25 | auto merge of #20167 : michaelwoerister/rust/for-loop-var, r=alexcrichton | bors | -72/+345 |
| 2014-12-25 | Fix typo in std::thread comments | Adolfo OchagavĂa | -1/+1 |
| 2014-12-25 | Move mem-categorization more things to use TYPER for the method origin | Niko Matsakis | -19/+41 |
| 2014-12-25 | Remove `McResult` from the mem-categorization interface. | Niko Matsakis | -202/+135 |
| 2014-12-25 | Extend Typer interface to include `expr_ty_adjusted` so that we can | Niko Matsakis | -4/+16 |
| 2014-12-25 | Remove the regionck impl of Typer and just use fcx. This requires | Niko Matsakis | -55/+19 |
| 2014-12-25 | Use the typer in ExprUseVisitor and do not hard code to tcx | Niko Matsakis | -1/+1 |
| 2014-12-25 | std::ascii: Use u8 methods rather than the maps directly. | Simon Sapin | -16/+14 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -543/+89 |
| 2014-12-24 | trans: Remove is_lang_item from base::invoke | Jonathan Reem | -14/+4 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -59/+53 |
| 2014-12-25 | auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton | bors | -23/+43 |
| 2014-12-24 | Fix backtrace demangling | Steven Fackler | -4/+4 |
| 2014-12-24 | Rename remaining hashmap and hashtable iterators to match naming | Chase Southwood | -11/+11 |
| 2014-12-25 | hashmap: Fix the example using derived Hash + Eq | bluss | -10/+18 |
| 2014-12-25 | auto merge of #19934 : tomjakubowski/rust/rustdoc-unboxed-closures-redux, r=a... | bors | -94/+220 |
| 2014-12-24 | doc: surround with symbols, like it should | Tshepang Lekhonkhobe | -1/+1 |
| 2014-12-24 | auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton | bors | -21/+34 |
| 2014-12-24 | Guide changes: Generics and Traits sections | A.J. Gardner | -122/+110 |
| 2014-12-24 | doc: remove repeated info | Tshepang Lekhonkhobe | -4/+0 |
| 2014-12-24 | auto merge of #19813 : barosl/rust/autoderef-type-inference-ice, r=pnkfelix | bors | -5/+26 |
| 2014-12-24 | Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401 | Simon Sapin | -41/+41 |
| 2014-12-24 | rustdoc: Use Fn trait sugar for external paths | Tom Jakubowski | -12/+46 |
| 2014-12-24 | rustdoc: Use unboxed closure sugar | Tom Jakubowski | -58/+98 |
| 2014-12-24 | rustdoc: render higher-rank trait bounds | Tom Jakubowski | -26/+78 |
| 2014-12-24 | rustdoc: render `for<>` on old closure lifetimes | Tom Jakubowski | -2/+2 |
| 2014-12-24 | auto merge of #20060 : Aatch/rust/enum-repr, r=alexcrichton | bors | -6/+79 |
| 2014-12-24 | clean up `BinaryHeap` code | Andrew Paseltiner | -107/+94 |
| 2014-12-24 | Better temporary directory name | Johannes Hoff | -1/+1 |
| 2014-12-24 | Merge branch 'master' into cfg_tmp_dir | Johannes Hoff | -61114/+70628 |
| 2014-12-24 | Fix a typo | Simonas Kazlauskas | -1/+1 |
| 2014-12-24 | Address code review nits | Jared Roesch | -3/+3 |
| 2014-12-24 | core: Removed a shadowed, unused definition of `debug_assert!`. | Kang Seonghoon | -11/+1 |
| 2014-12-24 | auto merge of #19858 : nick29581/rust/ranges, r=aturon | bors | -15/+452 |
| 2014-12-23 | Deprecate `DList::ListInsertion` | Chase Southwood | -4/+41 |
| 2014-12-23 | rustdoc: unmarked code fences are doctests too | Jorge Aparicio | -13/+14 |
| 2014-12-23 | Update json.rs | Brian J Brennan | -1/+1 |
| 2014-12-23 | auto merge of #19758 : tbu-/rust/pr_fp_name, r=alexcrichton | bors | -56/+59 |
| 2014-12-23 | Support all variants of WherePredicate | Jared Roesch | -9/+36 |
| 2014-12-24 | Review changes | Nick Cameron | -89/+139 |
| 2014-12-24 | Tests | Nick Cameron | -0/+93 |
| 2014-12-24 | Type checking and trans for ranges | Nick Cameron | -29/+102 |
| 2014-12-24 | Add syntax for ranges | Nick Cameron | -8/+83 |
| 2014-12-24 | Add lang items for ranges. | Nick Cameron | -0/+6 |
| 2014-12-24 | Add structs for ranges to core::ops. | Nick Cameron | -1/+141 |
| 2014-12-23 | rustc: Add knowledge of separate lookup paths | Alex Crichton | -60/+251 |
| 2014-12-23 | auto merge of #20083 : eddyb/rust/fix-expectation, r=nikomatsakis | bors | -42/+113 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -56/+59 |
| 2014-12-23 | rustc_typeck: don't expect rvalues to have unsized types. | Eduard Burtescu | -42/+113 |