| Age | Commit message (Expand) | Author | Lines |
| 2014-06-06 | doc: Turn off special features for rustdoc tests | Alex Crichton | -28/+39 |
| 2014-06-06 | Removing unused wrapper to libc::close. | Axel Viala | -6/+0 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -14/+128 |
| 2014-06-06 | mk: Run doc tests with --cfg dox | Alex Crichton | -1/+5 |
| 2014-06-06 | url: encode small bytes correctly. | Huon Wilson | -2/+6 |
| 2014-06-06 | Implement Eq for HashSet and HashMap | Steven Fackler | -3/+7 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -83/+78 |
| 2014-06-06 | Remove reference to ~str in documentation | fort | -1/+1 |
| 2014-06-06 | rustdoc: Inline static documentation across crates | Alex Crichton | -24/+36 |
| 2014-06-06 | rustc: Avoid 16-byte filenames in rlibs | Alex Crichton | -4/+14 |
| 2014-06-06 | Add workaround for archive reading bug in LLDB. | Michael Woerister | -4/+8 |
| 2014-06-06 | librustc: Update AutoObject adjustment in writeback. | Luqman Aden | -2/+39 |
| 2014-06-06 | rustc: Avoid UB with signed division/remainder | Alex Crichton | -24/+102 |
| 2014-06-06 | rustc: Encode argument names for traits | Alex Crichton | -0/+2 |
| 2014-06-06 | auto merge of #14702 : nikomatsakis/rust/issue-5527-namespace-substs-b, r=pnk... | bors | -934/+1019 |
| 2014-06-06 | Fix resolve to not permit refs to type vars from outer fns | Niko Matsakis | -16/+74 |
| 2014-06-06 | Add missing test case for contravariant trait matching | Niko Matsakis | -0/+37 |
| 2014-06-06 | Stop passing around Option<&substs> in trans and just pass &substs, making th... | Niko Matsakis | -185/+129 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -392/+442 |
| 2014-06-06 | Simplify MonoId not to include parameters which, given coherence, are purely ... | Niko Matsakis | -32/+5 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -313/+336 |
| 2014-06-06 | auto merge of #14680 : Kimundi/rust/master, r=brson | bors | -18/+18 |
| 2014-06-06 | auto merge of #14318 : zwarich/rust/check-loans-refactor, r=nikomatsakis | bors | -274/+723 |
| 2014-06-06 | Add a test for borrowck errors with multiple closure captures. | Cameron Zwarich | -0/+64 |
| 2014-06-06 | Add new tests for borrowck field-sensitivity. | Cameron Zwarich | -0/+347 |
| 2014-06-06 | Change check_loans to use ExprUseVisitor. | Cameron Zwarich | -230/+223 |
| 2014-06-06 | Add a kind_of_move_of_path method to FlowedMoveData. | Cameron Zwarich | -0/+22 |
| 2014-06-06 | Use the MoveReason to determine a more precise MoveKind in gather_moves. | Cameron Zwarich | -8/+13 |
| 2014-06-06 | Add a move reason to the Move ConsumeMode. | Cameron Zwarich | -9/+17 |
| 2014-06-06 | Add an Init mode to MutateMode. | Cameron Zwarich | -2/+3 |
| 2014-06-06 | Fix mem_categorization to treat an AutoObject adjustment as an rvalue. | Cameron Zwarich | -5/+3 |
| 2014-06-06 | Clean up check_loans. | Cameron Zwarich | -37/+48 |
| 2014-06-06 | auto merge of #14677 : alexcrichton/rust/issue-2665, r=brson | bors | -30/+30 |
| 2014-06-06 | auto merge of #14676 : brson/rust/double-rainbow, r=alexcrichton | bors | -3/+1 |
| 2014-06-06 | auto merge of #14668 : aochagavia/rust/pr3, r=alexcrichton | bors | -4/+12 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -51/+54 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -51/+54 |
| 2014-06-06 | Document BigInt's new and from_slice methods | Adolfo Ochagavía | -0/+8 |
| 2014-06-06 | Fix documentation for `slice()` | Adolfo Ochagavía | -4/+4 |
| 2014-06-05 | auto merge of #14669 : TeXitoi/rust/relicense-shootout-meteor, r=brson | bors | -10/+41 |
| 2014-06-05 | auto merge of #14664 : reem/rust/lifetimes-guide-grammar, r=brson | bors | -3/+3 |
| 2014-06-05 | mk: Move rust_test_helpers out of libstd | Alex Crichton | -30/+30 |
| 2014-06-05 | auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichton | bors | -4/+57 |
| 2014-06-05 | auto merge of #14538 : alexcrichton/rust/libcollections, r=brson | bors | -687/+703 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -340/+331 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -361/+386 |
| 2014-06-05 | auto merge of #14647 : BurntSushi/rust/fix-14185, r=alexcrichton | bors | -0/+69 |
| 2014-06-05 | Purged "record" from the manual. | Marvin Löbel | -18/+18 |
| 2014-06-05 | auto merge of #14526 : pczarn/rust/hashmap-opt, r=alexcrichton | bors | -72/+117 |
| 2014-06-05 | How about a less cringe-worthy double-failure message? | Brian Anderson | -3/+1 |