about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-09-05Check placement of more attributesCaleb Zulawski-329/+700
2020-09-05Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiserDylan DPC-0/+29
2020-09-05Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPCDylan DPC-0/+27
2020-09-05Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasperbors-0/+84
2020-09-04Bless changed test outputJack Huey-1/+1
2020-09-04Upgrade chalk to 0.21Jack Huey-6/+14
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-4252/+4270
2020-09-03avoid applying in-place collect specialization in type-length testThe8472-1/+2
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-5/+5
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-71/+71
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-0/+58
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-42/+61
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4328/+4346
2020-09-02Fold length constant in Rvalue::RepeatTomasz Miąsko-0/+29
2020-09-02Improve recovery on malformed format callSasha-42/+61
2020-09-01Rollup merge of #76218 - petrochenkov:shebang3, r=matkladTyler Mandry-8/+5
2020-09-01Rollup merge of #76206 - CDirkx:const-ipv6, r=ecstatic-morseTyler Mandry-0/+53
2020-09-01Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkovTyler Mandry-3/+48
2020-09-01Make all remaining methods of `std::net::Ipv4Addr` constChristiaan Dirkx-1/+18
2020-09-02lexer: Tiny improvement to shebang detectionVadim Petrochenkov-8/+5
2020-09-01Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkovbors-0/+251
2020-09-01Add test for `Ipv4Addr` methods in a const contextChristiaan Dirkx-0/+41
2020-09-01Add trailing newline to `ipv6.rs`CDirkx-1/+1
2020-09-01Add test for `Ipv6Addr` methods in a const contextCDirkx-0/+53
2020-09-01Give a better error message for duplicate built-in macrosJoshua Nelson-3/+48
2020-08-31Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJungTyler Mandry-15/+0
2020-08-31Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morseTyler Mandry-0/+15
2020-09-01Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkovbors-88/+203
2020-09-01Add a test for constCDirkx-0/+15
2020-08-31Revert #75463Dylan MacKenzie-15/+0
2020-08-31Rollup merge of #75938 - Amjad50:min_const_generics-tests-revisions, r=lcnrAleksey Kladov-375/+762
2020-08-31Fix duplicate error messages in const_generics testsAmjad Alsharafi-64/+42
2020-08-31test more ways of mutably accessing a placeRalf Jung-1/+45
2020-08-31only emit error for ManuallyDrop derefsRalf Jung-8/+9
2020-08-31also detect DerefMut in nested union fieldsRalf Jung-4/+19
2020-08-31do not apply DerefMut on union fieldRalf Jung-0/+24
2020-08-31Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkovbors-0/+32
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+32
2020-08-31Auto merge of #75463 - CDirkx:ordering-const, r=CDirkxbors-0/+15
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-88/+203
2020-08-30Stabilize feature `const_ordering`CDirkx-2/+0
2020-08-30Use string literal directly when available in formatSasha-0/+54
2020-08-30Run cfg-stripping on generic parameters before invoking derive macrosAaron Hill-0/+251
2020-08-30Add unstable `const_ordering` feature, and some tests.CDirkx-0/+17
2020-08-30mv compiler to compiler/mark-7/+7
2020-08-30Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasperbors-12/+36
2020-08-30Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran...Dylan DPC-14/+89
2020-08-28Rollup merge of #75972 - JulianKnodt:i70381, r=rollupPietro Albini-0/+14
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-23/+32
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-23/+32