about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-02-28add tests for doc coverageQuietMisdreavus-0/+251
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-3/+6
2019-02-28Move rustdoc-js testing into compiletestGuillaume Gomez-0/+1
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-37/+507
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-0/+92
2019-02-27Introduce assembly testsDenys Zariaiev-130/+250
2019-02-27allow specifying attributes for tool lintsAndy Russell-1/+5
2019-02-28Fix error in tag-that-dare-not-speak-its-nameTaiki Endo-2/+1
2019-02-28Fix errors in test/uiTaiki Endo-3/+12
2019-02-27Don't promote function calls to nonpromotable thingsOliver Scherer-0/+18
2019-02-27Rename variadic to c_variadicDan Robertson-13/+13
2019-02-27Add c_variadic language feature itemDan Robertson-0/+16
2019-02-27Support defining C compatible variadic functionsDan Robertson-24/+478
2019-02-27Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=CentrilMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obkMazdak Farrokhzad-0/+13
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-22/+131
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-2/+24
2019-02-27Rollup merge of #58075 - asettouf:master, r=varkorMazdak Farrokhzad-2/+2
2019-02-27Mention `unwind(aborts)` in diagnostics for `#[unwind]`Vadim Petrochenkov-0/+51
2019-02-26Add tracking issue for the unwind attribute.Mark Rousskov-1/+1
2019-02-26Changing error message to reflect changes with the 2018 editionAdonis-2/+2
2019-02-26Normalize the type Self resolves to in an implAngelos Oikonomopoulos-0/+13
2019-02-25Auto merge of #57367 - petrochenkov:unrestab, r=Centrilbors-70/+86
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-8/+6
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-62/+19
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-13/+72
2019-02-25Rename rustdoc js test suitesGuillaume Gomez-17/+17
2019-02-25Add rustdoc JS non-std testsGuillaume Gomez-0/+8
2019-02-25Rollup merge of #58725 - jamwt:fix-27949, r=CentrilMazdak Farrokhzad-0/+41
2019-02-25Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=CentrilMazdak Farrokhzad-17/+30
2019-02-25Test that binop subtyping in rustc_typeck fixes #27949Jamie Turner-0/+41
2019-02-25Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelixbors-361/+441
2019-02-25Rollup merge of #58370 - nox:relax-bounds, r=dtolnayMazdak Farrokhzad-10/+11
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-22/+131
2019-02-24Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichtonbors-0/+45
2019-02-24Type check pointer comparisonsMatthew Jasper-0/+95
2019-02-24Auto merge of #58691 - Centril:rollup, r=Centrilbors-0/+75
2019-02-24Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomezMazdak Farrokhzad-0/+3
2019-02-24Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebankMazdak Farrokhzad-0/+72
2019-02-24Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisabors-0/+830
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-3/+3
2019-02-23move collapse and unindent docs passes earlierAndy Russell-2/+24
2019-02-23rustdoc: support methods on primitives in intra-doc linksTrevor Spiteri-0/+3
2019-02-23Use E0724 instead of E0723 as an error codegnzlbg-2/+2
2019-02-23Fix attribute checkgnzlbg-2/+3
2019-02-23Use pattern to match attributesgnzlbg-9/+5
2019-02-23Correct error messagegnzlbg-3/+3
2019-02-23Implement ffi_returns_twice attributegnzlbg-0/+48
2019-02-23Type check coercions to pointer typesMatthew Jasper-0/+126
2019-02-23Add debug-info to access variables from generator stateWim Looman-2/+8