about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-28/+39
2014-06-06Removing unused wrapper to libc::close.Axel Viala-6/+0
2014-06-06rustc: Preserve reachable extern fns with LTOAlex Crichton-14/+128
2014-06-06mk: Run doc tests with --cfg doxAlex Crichton-1/+5
2014-06-06url: encode small bytes correctly.Huon Wilson-2/+6
2014-06-06Implement Eq for HashSet and HashMapSteven Fackler-3/+7
2014-06-06Rename Iterator::len to countAaron Turon-83/+78
2014-06-06Remove reference to ~str in documentationfort-1/+1
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-24/+36
2014-06-06rustc: Avoid 16-byte filenames in rlibsAlex Crichton-4/+14
2014-06-06Add workaround for archive reading bug in LLDB.Michael Woerister-4/+8
2014-06-06librustc: Update AutoObject adjustment in writeback.Luqman Aden-2/+39
2014-06-06rustc: Avoid UB with signed division/remainderAlex Crichton-24/+102
2014-06-06rustc: Encode argument names for traitsAlex Crichton-0/+2
2014-06-06auto merge of #14702 : nikomatsakis/rust/issue-5527-namespace-substs-b, r=pnk...bors-934/+1019
2014-06-06Fix resolve to not permit refs to type vars from outer fnsNiko Matsakis-16/+74
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-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