about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-12-11Add privately uninhabited dead code testvarkor-0/+19
2018-12-11Update ub-uninhabit testsvarkor-5/+5
2018-12-11Use unions for uninhabitedness checking rather than mem::transmutevarkor-25/+17
2018-12-11Update const eval uninhabited messagesvarkor-5/+7
2018-12-11Update uninhabited matches testsvarkor-27/+3
2018-12-11Check for uninhabitedness instead of nevervarkor-39/+8
2018-12-11Fix irrefutable matches on integer rangesvarkor-0/+8
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-98/+26
2018-12-11Diagnostics improvement!Oliver Scherer-1/+2
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-24/+163
2018-12-10Rollup merge of #56661 - aelred:issue-55846, r=Mark-SimulacrumGuillaume Gomez-0/+39
2018-12-10Rollup merge of #56641 - GuillaumeGomez:span-trait-method-invalid-nb-paramete...Guillaume Gomez-5/+41
2018-12-10Rollup merge of #56491 - euclio:assert-error, r=estebankGuillaume Gomez-0/+20
2018-12-10add a lint group for lints emitted by rustdocQuietMisdreavus-0/+78
2018-12-10Remove dependency on shell32.dll #56510Michael Howell-1/+1
2018-12-10improve diagnostics for invalid external docsAndy Russell-10/+23
2018-12-10reject invalid external doc attributesAndy Russell-1/+45
2018-12-10Add a few more tests of edge casesOliver Scherer-0/+37
2018-12-10Add trailing newlineFelix Chapman-1/+1
2018-12-10Add test to check library traits have #[must_use] attributeFelix Chapman-0/+47
2018-12-10Add regression test for issue #55846Felix Chapman-0/+39
2018-12-09Add lint for items deprecated in futureaheart-0/+26
2018-12-09Fix rebase + Add missing `// force-host`Vadim Petrochenkov-3/+4
2018-12-09Move some tests from ui-fulldeps to uiVadim Petrochenkov-15/+0
2018-12-09Move compile-fail-fulldeps tests to ui-fulldepsVadim Petrochenkov-99/+444
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-46/+662
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-13/+2
2018-12-08Auto merge of #56616 - estebank:issue-56539, r=davidtwcobors-0/+7
2018-12-08fix span for invalid number of parameters in trait methodGuillaume Gomez-5/+41
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-0/+13
2018-12-08Rollup merge of #56620 - petrochenkov:noclutter, r=estebankMazdak Farrokhzad-21/+7
2018-12-08Rollup merge of #56248 - estebank:suggest-bare-pub, r=petrochenkovMazdak Farrokhzad-11/+76
2018-12-08Fixed nll stderr file.Alexander Regueiro-1/+1
2018-12-08resolve: Reduce some clutter in import ambiguity errorsVadim Petrochenkov-21/+7
2018-12-07Fixed line numbers in stderr file.Alexander Regueiro-2/+2
2018-12-07Fixed test stderr files.Alexander Regueiro-160/+86
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-228/+278
2018-12-07Encode `TraitAlias` as if they were `Trait`Esteban Küber-0/+7
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-2/+2
2018-12-07Auto merge of #56460 - davidtwco:issue-55850, r=pnkfelixbors-0/+79
2018-12-07Auto merge of #56566 - ljedrz:fix_clippy_errors, r=cramertjbors-1/+1
2018-12-07Change to give a help messageJohn Ginger-7/+11
2018-12-07Fix ICE in region naming.David Wood-0/+79
2018-12-07Add suggestion for underscore binding fix.David Wood-2/+6
2018-12-07Add context for RFC 1685 change in 2018 edition.David Wood-0/+4
2018-12-07Auto merge of #54271 - petrochenkov:nolegder, r=eddyb,alexcrichtonbors-51/+21
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-51/+21
2018-12-06Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakisbors-0/+71
2018-12-06codegen_utils, driver: fix clippy errorsljedrz-1/+1
2018-12-06Auto merge of #56282 - qnighy:additional-sizedness-fix, r=nikomatsakisbors-0/+11