summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-02-08lexer: Avoid some span arithmetic in `emit_unescape_error`Vadim Petrochenkov-0/+19
2021-02-05Rename `panic_fmt` lint to `non_fmt_panic`.Mara Bos-3/+3
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-379/+257
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-24/+417
2021-02-04Rollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelixMara Bos-0/+20
2021-02-04Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakisbors-1/+60
2020-12-31Prevent caching projections in the case of cyclesMatthew Jasper-14/+123
2020-12-31Make recursion limit fatal in projectMatthew Jasper-2/+1
2020-12-25Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err...bors-16/+37
2020-12-25Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwcoDylan DPC-0/+29
2020-12-24Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwcobors-14/+14
2020-12-23Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieubors-3/+18
2020-12-23Auto merge of #80314 - GuillaumeGomez:rollup-9rc48vx, r=GuillaumeGomezbors-0/+54
2020-12-23Rollup merge of #80136 - aDotInTheVoid:74824-test, r=Mark-SimulacrumGuillaume Gomez-0/+54
2020-12-22Add some testsNadrieril-28/+71
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-16/+37
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-3/+18
2020-12-22Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkorbors-88/+105
2020-12-21Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obkbors-0/+27
2020-12-21Implemented a compiler diagnostic for move async mistakeDion Dokter-0/+29
2020-12-21Auto merge of #80205 - tomprogrammer:prettyprint-pattern-mut-binding, r=david...bors-0/+19
2020-12-21Rollup merge of #80211 - wabain:async-fn-trait-bound-suggestion, r=petrochenkovDylan DPC-1/+89
2020-12-21Rollup merge of #80199 - RalfJung:const-fake, r=oli-obkDylan DPC-1/+35
2020-12-21Rollup merge of #80170 - ldm0:fixice, r=lcnrDylan DPC-0/+57
2020-12-20Auto merge of #78317 - est31:linear_in_impl_count, r=matthewjasperbors-0/+206
2020-12-20Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-sebors-4/+18
2020-12-21Move test from compile-fail to ui/binopDonough Liu-0/+57
2020-12-20make sure [CONST; N] drops N timesRalf Jung-2/+16
2020-12-20add test that repeating non-Copy constants worksRalf Jung-0/+13
2020-12-20Fix pretty printing an AST representing `&(mut ident)`Thomas Bahn-0/+19
2020-12-20Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnrbors-15/+15
2020-12-20Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkovbors-56/+126
2020-12-19Handle desugaring in impl trait bound suggestionWilliam Bain-1/+89
2020-12-20Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obkbors-0/+32
2020-12-19also const-check FakeReadRalf Jung-1/+35
2020-12-19Auto merge of #80104 - Nadrieril:usefulness-merging, r=varkorbors-25/+101
2020-12-19Tweak diagnosticsNadrieril-8/+8
2020-12-19Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakisbors-0/+39
2020-12-19implement edition-specific :pat behavior for 2015/18mark-56/+126
2020-12-19Auto merge of #80180 - JohnTitor:rollup-a31s996, r=JohnTitorbors-8/+16
2020-12-19Rollup merge of #80133 - Aaron1011:fix/const-mut-deref, r=estebankYuki Okushi-8/+16
2020-12-19Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnrbors-5/+112
2020-12-19Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwcobors-8/+148
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-15/+15
2020-12-18Merge unreachable subpatterns correctlyNadrieril-16/+8
2020-12-18Keep all witnesses of non-exhaustivenessNadrieril-12/+14
2020-12-18Rewrite usefulness merging using `SpanSet`Nadrieril-2/+8
2020-12-18Add testsNadrieril-19/+95
2020-12-18Rollup merge of #80135 - camelid:const-macro-nt, r=petrochenkovRalf Jung-0/+20
2020-12-18Rollup merge of #80121 - LeSeulArtichaut:if-let-experimental, r=davidtwcoRalf Jung-4/+4