about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-14Rollup merge of #35661 - IvanUkhov:raw-vec, r=alexcrichtonEduard-Mihai Burtescu-3/+3
2016-08-14Rollup merge of #35648 - ahmedcharles:pred, r=alexcrichtonEduard-Mihai Burtescu-18/+0
2016-08-14Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichtonEduard-Mihai Burtescu-24/+24
2016-08-14Rollup merge of #35646 - theypsilon:master, r=jonathandturnerEduard-Mihai Burtescu-2/+5
2016-08-14Rollup merge of #35644 - garekkream:update-E0302-new-error-format, r=jonathan...Eduard-Mihai Burtescu-1/+4
2016-08-14Rollup merge of #35643 - garekkream:update-E0301-new-error-format, r=jonathan...Eduard-Mihai Burtescu-1/+4
2016-08-14Rollup merge of #35640 - ahmedcharles:dead, r=alexcrichtonEduard-Mihai Burtescu-4/+0
2016-08-14Rollup merge of #35622 - matthew-piziak:convert-docs-typos, r=apasel422Eduard-Mihai Burtescu-4/+4
2016-08-14Rollup merge of #35620 - cvubrugier:master, r=ManishearthEduard-Mihai Burtescu-3/+3
2016-08-14Rollup merge of #35616 - clementmiao:E0067_new_error_format, r=jonathandturnerEduard-Mihai Burtescu-1/+9
2016-08-14Rollup merge of #35615 - clementmiao:E0070_new_error_format, r=jonathandturnerEduard-Mihai Burtescu-2/+8
2016-08-14Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakisEduard-Mihai Burtescu-22/+39
2016-08-14Rollup merge of #35606 - Mark-Simulacrum:no-std-fix, r=brsonEduard-Mihai Burtescu-1/+1
2016-08-14Rollup merge of #35598 - tshepang:needless-binding, r=steveklabnikEduard-Mihai Burtescu-2/+1
2016-08-14Rollup merge of #35597 - tshepang:it-is-a-slice, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-08-14Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, r=jonathandtu...Eduard-Mihai Burtescu-3/+9
2016-08-14Rollup merge of #35588 - Antti:fix-atomics-docs, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-08-14Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturnerEduard-Mihai Burtescu-2/+8
2016-08-14Rollup merge of #35577 - japaric:relax, r=alexcrichtonEduard-Mihai Burtescu-2/+7
2016-08-14Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brsonEduard-Mihai Burtescu-13/+68
2016-08-14Rollup merge of #35573 - wdv4758h:E0138, r=jonathandturnerEduard-Mihai Burtescu-3/+11
2016-08-14Rollup merge of #35558 - lukehinds:master, r=nikomatsakisEduard-Mihai Burtescu-2/+6
2016-08-14Rollup merge of #35539 - cgswords:ts_concat, r=nrcEduard-Mihai Burtescu-20/+92
2016-08-14Rollup merge of #35533 - frewsxcv:22984, r=brsonEduard-Mihai Burtescu-0/+13
2016-08-14Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakisEduard-Mihai Burtescu-25/+37
2016-08-14Rollup merge of #35447 - frewsxcv:vec-into-iter-as-slice, r=alexcrichtonEduard-Mihai Burtescu-12/+75
2016-08-14Rollup merge of #35444 - alexcrichton:optimize-catch-unwind, r=brsonEduard-Mihai Burtescu-36/+68
2016-08-14Rollup merge of #35392 - malbarbo:cell-from, r=brsonEduard-Mihai Burtescu-0/+22
2016-08-14Rollup merge of #34941 - qolop:patch-2, r=apasel422Eduard-Mihai Burtescu-2/+2
2016-08-14Auto merge of #35534 - michaelwoerister:fix-const-collection2, r=nikomatsakisbors-15/+142
2016-08-14Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakisbors-65/+101
2016-08-13Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrcbors-14/+41
2016-08-14Fix a couple of typos in RawVecIvan Ukhov-3/+3
2016-08-13Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichtonbors-4/+24
2016-08-13Predicates haven't existed in almost 5 years.Ahmed Charles-18/+0
2016-08-13Ensure that attributes are spelled properly.Ahmed Charles-24/+24
2016-08-13E0094 error message updatedJosé manuel Barroso Galindo-2/+5
2016-08-13Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakisbors-18/+156
2016-08-13updated E0067 to new error formatClement Miao-1/+9
2016-08-12compiletest: Remove dead code.Ahmed Charles-4/+0
2016-08-12Auto merge of #35138 - petrochenkov:clarify, r=eddybbors-218/+330
2016-08-13Update E0302 to the new formatKrzysztof Garczynski-1/+4
2016-08-13Update E0301 to the new formatKrzysztof Garczynski-1/+4
2016-08-13Parse numeric fields in struct expressions and patternsVadim Petrochenkov-2/+54
2016-08-13Remove restrictions from tuple structs/variantsVadim Petrochenkov-224/+284
2016-08-12updated E0070 to new error formatClement Miao-2/+8
2016-08-12fix small typos in std::convert documentationMatthew Piziak-4/+4
2016-08-12Make the translation item collector handle *uses* of 'const' items instead of...Michael Woerister-15/+142
2016-08-12Auto merge of #35431 - GuillaumeGomez:err_codes, r=jonathandturnerbors-263/+512
2016-08-12book: fix the hidden find() functions in error-handling.mdChristophe Vu-Brugier-3/+3