| Age | Commit message (Expand) | Author | Lines |
| 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 | Make sync::raw::Sem use Unsafe to manage mutability instead of transmuting an... | Jonathan S | -22/+8 |
| 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 |
| 2014-06-05 | Improve documentation on std::os::env. | Axel Viala | -2/+11 |
| 2014-06-05 | auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brson | bors | -156/+277 |
| 2014-06-05 | auto merge of #14643 : jakub-/rust/infinite-loop-unreachable, r=alexcrichton | bors | -1/+26 |
| 2014-06-05 | auto merge of #14642 : aochagavia/rust/pr, r=alexcrichton | bors | -0/+26 |
| 2014-06-05 | auto merge of #14640 : tomjakubowski/rust/fix-14636, r=huonw | bors | -1/+9 |
| 2014-06-05 | Adding examples and possible failures for getcwd. | Axel Viala | -2/+36 |
| 2014-06-05 | rustdoc: Include supertraits on inlined traits | Tom Jakubowski | -1/+9 |
| 2014-06-05 | relicense shootout-meteor.rs | Guillaume Pinot | -10/+41 |
| 2014-06-05 | auto merge of #14568 : erickt/rust/slice-update, r=alexcrichton | bors | -0/+49 |
| 2014-06-04 | Fixed weird grammar in lifetimes guide. | Jonathan Reem | -3/+3 |
| 2014-06-04 | auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw | bors | -51/+117 |
| 2014-06-04 | auto merge of #14610 : alexcrichton/rust/issue-14008, r=brson | bors | -195/+31 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -48/+80 |
| 2014-06-04 | auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton | bors | -1/+8 |
| 2014-06-04 | Fixes #14185. | Andrew Gallant | -0/+69 |