about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-706/+763
2015-01-20Auto merge of #21439 - alexcrichton:rollup, r=alexcrichtonbors-296/+467
2015-01-20Test fixes and rebase conflictsAlex Crichton-8/+6
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-20Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichtonbors-98/+387
2015-01-20Auto merge of #21287 - alexcrichton:issue-19872, r=huonwbors-5/+11
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-13/+71
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-108/+105
2015-01-19Auto merge of #19490 - oli-obk:json_non_string_key_maps, r=alexcrichtonbors-91/+201
2015-01-19impl Hash for arraysJorge Aparicio-0/+25
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-26/+87
2015-01-19Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankrobors-194/+605
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-26/+87
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-194/+605
2015-01-19Add test for #21328Adolfo OchagavĂ­a-1/+13
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-308/+341
2015-01-19Add a Drain iterator to VecMapAdolfo OchagavĂ­a-6/+55