about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-1/+392
2015-04-17Fix test for 32-bit targets.Felix S. Klock II-2/+2
2015-04-16Auto merge of #24396 - alexcrichton:rustdoc2, r=aturonbors-527/+510
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-66/+333
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-20/+51
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-447/+132
2015-04-16Auto merge of #24181 - jgallagher:aarch64-hfa, r=pnkfelixbors-0/+84
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-1/+54
2015-04-16Auto merge of #24437 - fhahn:issue-24434, r=alexcrichtonbors-2/+19
2015-04-16Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+45
2015-04-16Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichtonbors-0/+5
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-259/+262
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-12/+24
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-12/+24
2015-04-15Auto merge of #24481 - steveklabnik:rollup, r=steveklabnikbors-283/+327
2015-04-15Rollup merge of #24480 - achanda:move_test, r=alexcrichtonSteve Klabnik-259/+270
2015-04-15Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnikSteve Klabnik-1/+1
2015-04-15Rollup merge of #24471 - andrewseidl:master, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24468 - brettcannon:patch-2, r=alexcrichtonSteve Klabnik-4/+4
2015-04-15Rollup merge of #24467 - brettcannon:patch-1, r=alexcrichtonSteve Klabnik-2/+2
2015-04-15Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24460 - bytewiseand:master, r=alexcrichtonSteve Klabnik-0/+32
2015-04-15Rollup merge of #24457 - Ms2ger:more-typos, r=alexcrichtonSteve Klabnik-7/+7
2015-04-15Rollup merge of #24449 - richo:typo, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichtonSteve Klabnik-2/+3
2015-04-15Rollup merge of #24438 - nrc:tuple-span, r=sfacklerSteve Klabnik-1/+1
2015-04-15Rollup merge of #24435 - killercup:patch-9, r=steveklabnikSteve Klabnik-3/+3
2015-04-15Rollup merge of #24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakisbors-23/+108
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-259/+270
2015-04-15Grammar fixBrett Cannon-1/+1
2015-04-15Describe the Iterator enumerate() method more clearly.Nick Hamann-2/+3
2015-04-15doc: Fix link to rustbyexample.comAndrew Seidl-1/+1
2015-04-15Fix link to stack/heap pageBrett Cannon-4/+4
2015-04-15Fix link formatting errorBrett Cannon-2/+2
2015-04-15Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnikbors-1/+1
2015-04-15Regression test.Felix S. Klock II-0/+29
2015-04-15Dataflow changes and associated borrowck fix.Felix S. Klock II-23/+79
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-1/+54
2015-04-15Fix link in intoiterator docsSteve Klabnik-1/+1
2015-04-15Added a test for include_bytes! dep infoTheo Belaire-0/+40
2015-04-15Add tests for "ident only path should have been covered"-ICEAndreas Martens-0/+32
2015-04-15Fix some typos.Ms2ger-7/+7
2015-04-15Auto merge of #24426 - alexcrichton:windows-pipes, r=aturonbors-82/+46
2015-04-15rustc: fix a typo in letter to rustcRicho Healey-1/+1
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-2/+10
2015-04-15Auto merge of #24431 - ruud-v-a:explain, r=alexcrichtonbors-5/+94
2015-04-14Fill in missing implementationTamir Duberstein-0/+3
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-142/+142
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-117/+117