about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-20Register snapshot for 9006c3cFlavio Percoco-340/+9
2015-01-20alloc::boxed: enable testStepan Koltsov-53/+77
2015-01-21Add more explanation for why the assumes are thereJames Miller-1/+9
2015-01-20rustc: Remove deprecated lint namesAlex Crichton-45/+6
2015-01-20Test fixes and rebase conflictsAlex Crichton-8/+6
2015-01-21Add assumptions that the pointer is non-nullJames Miller-2/+16
2015-01-20Kill RacyCell in favor of marking SyncSender explicitly Send.JP Sugarbroad-34/+17
2015-01-20Add some extended errors.Michael Sproul-6/+40
2015-01-20Add error codes to rustcBrian Anderson-142/+137
2015-01-20Add error codes to resolveBrian Anderson-17/+25
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-26/+50
2015-01-20Add error codes to rustc_typeckBrian Anderson-157/+179
2015-01-20Make error code registration work again. #19624Brian Anderson-80/+127
2015-01-20rustc: Remove deprecated flagsAlex Crichton-193/+43
2015-01-20docs: typoAlfie John-1/+1
2015-01-21Rollup merge of #20991 - mneumann:llvm-dragonfly-take2, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21179 - nodakai:reference-mod-to-self, r=huonwBarosl LEE-4/+4
2015-01-21Rollup merge of #21427 - steveklabnik:generics_fix, r=alexcrichtonBarosl LEE-3/+3
2015-01-21Rollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakisBarosl LEE-5/+35
2015-01-21Rollup merge of #21404 - japaric:hash, r=alexcrichtonBarosl LEE-0/+25
2015-01-21Rollup merge of #21388 - aochagavia:collections, r=GankroBarosl LEE-11/+71
2015-01-21Rollup merge of #21387 - retep998:hmodule, r=alexcrichtonBarosl LEE-2/+3
2015-01-21Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichtonBarosl LEE-4/+31
2015-01-21Rollup merge of #21380 - tshepang:patch-3, r=steveklabnikBarosl LEE-1/+1
2015-01-21Rollup merge of #21123 - visualfc:master, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21377 - iKevinY:speedy-tidy, r=huonwBarosl LEE-8/+8
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-42/+39
2015-01-21Rollup merge of #21369 - iKevinY:no-travis-notes, r=sanxiynBarosl LEE-2/+2
2015-01-21Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichtonBarosl LEE-3/+3
2015-01-21Rollup merge of #21358 - glacjay:patch-2, r=alexcrichtonBarosl LEE-0/+1
2015-01-21Rollup merge of #21357 - kimroen:patch-1, r=sanxiynBarosl LEE-3/+2
2015-01-21Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichtonBarosl LEE-12/+9
2015-01-21Rollup merge of #21345 - glacjay:patch-1, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21339 - thorncp:api-docs-search, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21336 - rylev:better-nofile-error, r=brsonBarosl LEE-2/+3
2015-01-21Rollup merge of #21331 - michaelsproul:sync-error-impls, r=alexcrichtonBarosl LEE-6/+23
2015-01-21Rollup merge of #21048 - aroben:patch-1, r=steveklabnikBarosl LEE-1/+1
2015-01-21Rollup merge of #21326 - look:nano-syntax-highlighting, r=kmcallisterBarosl LEE-0/+35
2015-01-21Rollup merge of #21314 - fenhl:patch-1, r=steveklbanikBarosl LEE-1/+1
2015-01-21Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturonBarosl LEE-8/+8
2015-01-21Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brsonBarosl LEE-17/+0
2015-01-21Rollup merge of #21294 - alfie:typo, r=steveklabnikBarosl LEE-1/+1
2015-01-21Rollup merge of #21355 - alfie:suffix, r=steveklabnikBarosl LEE-107/+107
2015-01-21Rollup merge of #21280 - timparenti:old-guide-stub-grammar, r=alexcrichtonBarosl LEE-12/+12
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-38/+38
2015-01-20Small fix in TRPL 3.9Steve Klabnik-3/+3
2015-01-20Auto merge of #19353 - icorderi:docs/grammar, r=steveklabnikbors-0/+777
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-5/+35
2015-01-20Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichtonbors-10/+30
2015-01-20prettier Buffer::read_untilOliver Schneider-10/+8