summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-23test: Fix fallout in testsAlex Crichton-466/+205
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-5601/+623
2015-04-23std: Remove deprecated AsPath traitAlex Crichton-32/+0
2015-04-23std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-157/+2
2015-04-23unstabilize Words structkwantam-1/+3
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-289/+241
2015-04-23unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-23Workaround deliberate overflowing negation in serialize::json.Felix S. Klock II-1/+1
2015-04-23side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-23Add conditional overflow-checking to signed negate operator.Felix S. Klock II-3/+18
2015-04-23factor out useful helper.Felix S. Klock II-15/+20
2015-04-23Fallout from this change.Felix S. Klock II-54/+220
2015-04-23Regression tests for issues that led me to revise typeck.Felix S. Klock II-0/+126
2015-04-23typeck: Do high-level structural/signature checks before function body checks.Felix S. Klock II-44/+71
2015-04-22add notes clarifying introduction of warnings for a pair of run-pass tests.Felix S. Klock II-0/+13
2015-04-22Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-22Check for shadowing between lifetimes and loop labels in function bodies.Felix S. Klock II-12/+201
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