summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-06Add missing test case for contravariant trait matchingNiko Matsakis-0/+37
2014-06-06Stop passing around Option<&substs> in trans and just pass &substs, making th...Niko Matsakis-185/+129
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-392/+442
2014-06-06Simplify MonoId not to include parameters which, given coherence, are purely ...Niko Matsakis-32/+5
2014-06-06Move subst data structures into subst.rs, fix capitalizationNiko Matsakis-313/+336
2014-06-06auto merge of #14680 : Kimundi/rust/master, r=brsonbors-18/+18
2014-06-06Make sync::raw::Sem use Unsafe to manage mutability instead of transmuting an...Jonathan S-22/+8
2014-06-06auto merge of #14318 : zwarich/rust/check-loans-refactor, r=nikomatsakisbors-274/+723
2014-06-06Add a test for borrowck errors with multiple closure captures.Cameron Zwarich-0/+64
2014-06-06Add new tests for borrowck field-sensitivity.Cameron Zwarich-0/+347
2014-06-06Change check_loans to use ExprUseVisitor.Cameron Zwarich-230/+223
2014-06-06Add a kind_of_move_of_path method to FlowedMoveData.Cameron Zwarich-0/+22
2014-06-06Use the MoveReason to determine a more precise MoveKind in gather_moves.Cameron Zwarich-8/+13
2014-06-06Add a move reason to the Move ConsumeMode.Cameron Zwarich-9/+17
2014-06-06Add an Init mode to MutateMode.Cameron Zwarich-2/+3
2014-06-06Fix mem_categorization to treat an AutoObject adjustment as an rvalue.Cameron Zwarich-5/+3
2014-06-06Clean up check_loans.Cameron Zwarich-37/+48
2014-06-06auto merge of #14677 : alexcrichton/rust/issue-2665, r=brsonbors-30/+30
2014-06-06auto merge of #14676 : brson/rust/double-rainbow, r=alexcrichtonbors-3/+1
2014-06-06auto merge of #14668 : aochagavia/rust/pr3, r=alexcrichtonbors-4/+12
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-51/+54
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-51/+54
2014-06-06Document BigInt's new and from_slice methodsAdolfo Ochagavía-0/+8
2014-06-06Fix documentation for `slice()`Adolfo Ochagavía-4/+4
2014-06-05auto merge of #14669 : TeXitoi/rust/relicense-shootout-meteor, r=brsonbors-10/+41
2014-06-05auto merge of #14664 : reem/rust/lifetimes-guide-grammar, r=brsonbors-3/+3
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-30/+30
2014-06-05auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichtonbors-4/+57
2014-06-05auto merge of #14538 : alexcrichton/rust/libcollections, r=brsonbors-687/+703
2014-06-05Fallout from the libcollections movementAlex Crichton-340/+331
2014-06-05std: Recreate a `collections` moduleAlex Crichton-361/+386
2014-06-05auto merge of #14647 : BurntSushi/rust/fix-14185, r=alexcrichtonbors-0/+69
2014-06-05Purged "record" from the manual.Marvin Löbel-18/+18
2014-06-05auto merge of #14526 : pczarn/rust/hashmap-opt, r=alexcrichtonbors-72/+117
2014-06-05How about a less cringe-worthy double-failure message?Brian Anderson-3/+1
2014-06-05Improve documentation on std::os::env.Axel Viala-2/+11
2014-06-05auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brsonbors-156/+277
2014-06-05auto merge of #14643 : jakub-/rust/infinite-loop-unreachable, r=alexcrichtonbors-1/+26
2014-06-05auto merge of #14642 : aochagavia/rust/pr, r=alexcrichtonbors-0/+26
2014-06-05auto merge of #14640 : tomjakubowski/rust/fix-14636, r=huonwbors-1/+9
2014-06-05Adding examples and possible failures for getcwd.Axel Viala-2/+36
2014-06-05rustdoc: Include supertraits on inlined traitsTom Jakubowski-1/+9
2014-06-05relicense shootout-meteor.rsGuillaume Pinot-10/+41
2014-06-05auto merge of #14568 : erickt/rust/slice-update, r=alexcrichtonbors-0/+49
2014-06-04Fixed weird grammar in lifetimes guide.Jonathan Reem-3/+3
2014-06-04auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonwbors-51/+117
2014-06-04auto merge of #14610 : alexcrichton/rust/issue-14008, r=brsonbors-195/+31
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-48/+80
2014-06-04auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichtonbors-1/+8
2014-06-04Fixes #14185.Andrew Gallant-0/+69