about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-09Auto merge of #23209 - richo:normalize-test-names, r=alexcrichtonbors-7/+1
2015-03-09Fix doctest (fixup #23188)Manish Goregaokar-0/+1
2015-03-08test: Fix depcrecated alias for intRicho Healey-1/+1
2015-03-08test: Test the lexer now that #15879 is closedRicho Healey-6/+0
2015-03-09Rollup merge of #23182 - steveklabnik:gh22610, r=ManishearthManish Goregaokar-2/+2
2015-03-09Rollup merge of #23190 - steveklabnik:fix_as_slice, r=alexcrichtonManish Goregaokar-3/+3
2015-03-09Rollup merge of #23188 - steveklabnik:gh18787, r=alexcrichtonManish Goregaokar-1/+22
2015-03-09Rollup merge of #23184 - steveklabnik:gh22553, r=alexcrichtonManish Goregaokar-1/+1
2015-03-09Rollup merge of #23181 - steveklabnik:gh22637, r=alexcrichtonManish Goregaokar-3/+14
2015-03-09Rollup merge of #23180 - steveklabnik:gh23052, r=alexcrichtonManish Goregaokar-9/+2
2015-03-09Rollup merge of #23043 - steveklabnik:doc_default_method, r=nikomatsakisManish Goregaokar-0/+43
2015-03-09Rollup merge of #22917 - randfur:master, r=steveklabnikManish Goregaokar-2/+2
2015-03-09Rollup merge of #23153 - Manishearth:snap, r=alexcrichtonManish Goregaokar-26/+9
2015-03-09Rollup merge of #23179 - steveklabnik:mini_rollup, r=steveklabnikManish Goregaokar-3/+41
2015-03-09Rollup merge of #22984 - carols10cents:tests-for-float, r=huonwManish Goregaokar-345/+925
2015-03-08Small fixes to example to be more idiomaticSteve Klabnik-3/+3
2015-03-08Add examples of all three syntaxes in method syntax chapter of trplSteve Klabnik-1/+22
2015-03-08Move 'more strings' after ownershipSteve Klabnik-1/+1
2015-03-08remove 'generally' to reduce confusionSteve Klabnik-2/+2
2015-03-08Mention deref coercions in the String guide.Steve Klabnik-3/+14
2015-03-08Remove reference to NoSend in concurrency chapter of the bookSteve Klabnik-9/+2
2015-03-08Add default methods to trait documentationSteve Klabnik-0/+43
2015-03-08Fix array syntax in comment.Amol Mundayoor-1/+1
2015-03-08Add description of fold function arguments.Łukasz Niemier-1/+1
2015-03-08Adds an example for PhantomData<T>.Pyry Kontio-1/+39
2015-03-08Auto merge of #23167 - rprichard:fix-plugin-rustbook, r=steveklabnikbors-4/+4
2015-03-08Auto merge of #23127 - alexcrichton:bench-wrapping, r=brsonbors-1/+8
2015-03-07Fix #23166. Get the Compiler Plugins example compiling again.Ryan Prichard-4/+4
2015-03-08Auto merge of #23160 - rprichard:fix-numtest-assert, r=brsonbors-1/+1
2015-03-08Auto merge of #23145 - semarie:openbsd-5806, r=alexcrichtonbors-0/+1
2015-03-07Use assert_eq! rather than assert!Ryan Prichard-1/+1
2015-03-08Register new snapshots (270a677)Manish Goregaokar-26/+9
2015-03-07Auto merge of #23137 - kmcallister:derive-sugar, r=sfacklerbors-208/+471
2015-03-07rustdoc: Fixed an asynchronous loading of rustdoc sidebars.Kang Seonghoon-1/+1
2015-03-07disable test for issue-5806 on openbsdSébastien Marie-0/+1
2015-03-07Auto merge of #22549 - steveklabnik:doc_documentation, r=huonwbors-214/+419
2015-03-07Auto merge of #23132 - alexcrichton:remove-deprecated-unicode-escapes, r=huonwbors-64/+24
2015-03-06Test fixes and rebase conflictsAlex Crichton-5/+9
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-125/+372
2015-03-06Check gated attributes before and after macro expansionKeegan McAllister-43/+79
2015-03-06rollup merge of #23124: brson/oldtestsAlex Crichton-97/+0
2015-03-06rollup merge of #23117: japaric/default-implAlex Crichton-1/+69
2015-03-06rollup merge of #23097: alexcrichton/issue-23076Alex Crichton-1/+6
2015-03-06rollup merge of #23091: japaric/phantomAlex Crichton-0/+48
2015-03-06rollup merge of #23087: nagisa/std-undeadlockAlex Crichton-3/+0
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-28/+90
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+30
2015-03-06Suppress some warnings about featuresAlex Crichton-0/+4
2015-03-06Consolidate ExpansionConfig feature testsKeegan McAllister-40/+20
2015-03-06syntax: Remove deprecated unicode escapesAlex Crichton-64/+24