summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-05Tweak ‘discriminant value already exists’ error messageP1start-4/+33
2014-10-04auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichtonbors-6/+6
2014-10-05Rename vector patterns to array patternsP1start-7/+7
2014-10-04auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichtonbors-0/+35
2014-10-04auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichtonbors-9/+28
2014-10-04auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddybbors-18/+60
2014-10-04docs: Reference hoedown instead of sundownBrian Campbell-2/+2
2014-10-04Update LLVM.Luqman Aden-19/+59
2014-10-04Fix infinite recursion in Writer impl for &mut WriterBrian Koropoff-2/+2
2014-10-04Register new snapshotsBjörn Steinbrink-11/+13
2014-10-04Make examples for AtomicInt refer to AtomicIntPeter Minten-6/+6
2014-10-04auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddybbors-2/+1
2014-10-03Correctly generate drop glue for `Box<str>`Brian Koropoff-1/+1
2014-10-03Add regression test for issue #17758Brian Koropoff-0/+22
2014-10-03Handle provided trait methods when giving inference error suggestionsBrian Koropoff-0/+13
2014-10-04auto merge of #17754 : O-I/rust/update-guide, r=steveklabnikbors-17/+16
2014-10-03Add regression test for issue #17737Brian Koropoff-0/+24
2014-10-04auto merge of #17752 : SimonSapin/rust/patch-6, r=thestingerbors-1/+1
2014-10-03Fix type visitor glue for unboxed closuresBrian Koropoff-18/+36
2014-10-04auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwaltonbors-38/+147
2014-10-03test: Fix a test that fails when cross compilingAlex Crichton-2/+1
2014-10-03auto merge of #17743 : steveklabnik/rust/receiver_fix, r=alexcrichtonbors-1/+1
2014-10-03Adds commaRahul Horé-1/+1
2014-10-03Fix preallocation amount in String::from_utf16Simon Sapin-1/+1
2014-10-03Fixes wordingRahul Horé-2/+2
2014-10-03Removes extra .Rahul Horé-1/+1
2014-10-03Adds missing cdRahul Horé-1/+2
2014-10-03Test fixes from the rollupAlex Crichton-15/+15
2014-10-03Use similar syntax in all armsRahul Horé-7/+5
2014-10-03Fixes outputRahul Horé-1/+1
2014-10-03Adds trailing commaRahul Horé-2/+2
2014-10-03Fixes spacingRahul Horé-2/+2
2014-10-03Update signature of try_recv()Steve Klabnik-1/+1
2014-10-03Fix lev_distanceTill Hoeppner-9/+28
2014-10-03rollup merge of #17739 : eddyb/fix-process-testAlex Crichton-26/+53
2014-10-03rollup merge of #17730 : alexcrichton/snapshotAlex Crichton-1/+1
2014-10-03rollup merge of #17729 : alexcrichton/issue-17718-startAlex Crichton-5/+44
2014-10-03rollup merge of #17387 : sneves/masterAlex Crichton-1/+288
2014-10-03rollup merge of #17215 : P1start/lintsAlex Crichton-204/+316
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-26/+53
2014-10-03tests: remove old compile-fail test asserting the removal of `const`.Eduard Burtescu-11/+0
2014-10-03Add some more test coverage of by-ref unboxed closuresBrian Koropoff-0/+75
2014-10-03Move the lint for the stability lints to the method name onlyP1start-2/+28
2014-10-03Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]P1start-10/+10
2014-10-03Report trait/impl sig inconsistency before method/body inconsistencyP1start-10/+11
2014-10-03Correct error message for invalid `ref`/`mut` bindingsP1start-3/+18
2014-10-03Improve the `non_snake_case` lint to give better suggestionsP1start-2/+9
2014-10-03Update the `unused` lint group to include more lintsP1start-5/+6
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-172/+234
2014-10-03auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichtonbors-18/+471