about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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-11Fix irrefutable matches on integer rangesvarkor-0/+8
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-98/+26
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-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 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-0/+487
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-0/+2150
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-2/+1
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-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 test stderr files.Alexander Regueiro-160/+86
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-153/+227
2018-12-07Encode `TraitAlias` as if they were `Trait`Esteban Küber-0/+7
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-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-34/+8
2018-12-06Auto merge of #56392 - petrochenkov:regensym, r=oli-obkbors-28/+126
2018-12-06Add test for #46589.David Wood-0/+66
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-89/+157
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-36/+559
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-4/+4
2018-12-06Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko...Pietro Albini-85/+153
2018-12-05Rollup merge of #56456 - oli-obk:private_impl_trait, r=cramertjPietro Albini-0/+13
2018-12-05Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwcoPietro Albini-8/+8
2018-12-05Fix precise_pointer_size_matching tests on all platformsvarkor-6/+13
2018-12-05Auto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavisbors-0/+72
2018-12-04Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelixbors-0/+42
2018-12-04emit error with span for empty assertsAndy Russell-0/+20
2018-12-04Intrinsic checks are just needed for `qualify_min_const_fn`Oliver Scherer-0/+8
2018-12-04Add and update testsOliver Scherer-53/+57
2018-12-04Add tests for stable unsafe features in const fnOliver Scherer-0/+158
2018-12-04Emit feature gate suggestionOliver Scherer-15/+15
2018-12-04Also prevent mutation fields directlyOliver Scherer-10/+30
2018-12-04Also make immutable references to non-freeze restricted value range types unsafeOliver Scherer-0/+22