about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-16Update E0009 to new formatJacob-5/+9
2016-08-15Auto merge of #35680 - GuillaumeGomez:err_codes, r=jonathandturnerbors-4/+264
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-248/+1186
2016-08-15Add new error code testsGuillaume Gomez-0/+242
2016-08-15Add E0394 error explanationGuillaume Gomez-4/+22
2016-08-15Auto merge of #35567 - creativcoder:e0261, r=jonathandturnerbors-5/+13
2016-08-14Auto merge of #35638 - ahmedcharles:url, r=alexcrichtonbors-45/+20
2016-08-14Auto merge of #35666 - eddyb:rollup, r=eddybbors-212/+527
2016-08-14Auto merge of #35409 - eddyb:mir-storage-stmts, r=nikomatsakisbors-85/+387
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 #34366 - Diggsey:rust-src-pkg, r=brsonbors-6/+213
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-14updated compile-fail testsRahul Sharma-0/+3
2016-08-14Get rid of the .note interpretation of rustc dylib metadata.Eduard Burtescu-26/+28
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-14[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.Eduard Burtescu-59/+359
2016-08-13Fix make-tidy lock file checksDiggory Blake-5/+7
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