about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-200/+87
2021-10-04Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkovJubilee-0/+26
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-139/+139
2021-10-04Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisaJubilee-77/+77
2021-10-04Rollup merge of #89447 - FabianWolff:issue-89388, r=davidtwcoJubilee-0/+15
2021-10-04Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726Jubilee-0/+13
2021-10-04Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubileeJubilee-0/+16
2021-10-04Fix suggestion to borrow when casting from pointer to referenceFabian Wolff-6/+44
2021-10-04Add test for duplicated doc aliasesGuillaume Gomez-0/+33
2021-10-04Make `proc_macro_derive_resolution_fallback` a future-breakage lintAaron Hill-0/+72
2021-10-04Auto merge of #89489 - FabianWolff:issue-89485, r=oli-obkbors-0/+18
2021-10-04Stabilize try_reserveKornel-17/+0
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-8/+8
2021-10-04Move generic error message to separate brancheskadmin-9/+17
2021-10-04Stabilize `const_panic`Jacob Pratt-200/+87
2021-10-03Rollup merge of #89505 - Aaron1011:nll-const-test, r=Mark-SimulacrumManish Goregaokar-0/+20
2021-10-03Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnayManish Goregaokar-0/+10
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-211/+24
2021-10-03Add regression test for spurious const error with NLLAaron Hill-0/+20
2021-10-03Fix ICE with buffered lint referring to AST node deleted by everybody_loopsFabian Wolff-0/+26
2021-10-03Deny `where` clauses on `auto` traitsFabian Wolff-34/+99
2021-10-03Update ui-fulldeps.Camille GILLOT-5/+5
2021-10-03Fix unsound optimization with explicit variant discriminantsFabian Wolff-0/+18
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-0/+20
2021-10-03Add a test to detect overlapping entries in overview tablesStefan Schindler-0/+26
2021-10-03Try to recover from a `=>` -> `=` or `->` typo in a match armFabian Wolff-0/+52
2021-10-03Combined 4 commits into 1Matthias Kaak-3/+3
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-139/+139
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-12/+12
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-0/+41
2021-10-03Move test to correct path.Hameer Abbasi-3/+3
2021-10-03Add test for issue 89118.Hameer Abbasi-0/+95
2021-10-03Auto merge of #84267 - dtolnay:ptrunit, r=nagisabors-45/+60
2021-10-02Add ui test for empty fields for omitted_patterns lintDevin Ragotzy-3/+15
2021-10-02Auto merge of #89345 - jackh726:89333, r=estebankbors-0/+26
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-1/+1
2021-10-02Add test for checking if WS2_32.dll is linkedChristiaan Dirkx-0/+10
2021-10-02Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par...bors-0/+39
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-6/+35
2021-10-02Expand one test (from jackh726)Audun Halland-2/+4
2021-10-02Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obkbors-23/+9
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-77/+77
2021-10-02Add regression test for #89432Albin Hedman-0/+9
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-22/+87
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-23/+0
2021-10-01Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandryManish Goregaokar-22/+56
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-0/+31
2021-10-01Don't use Default, since the impls are different on wasmjackh726-15/+9
2021-10-01Improve error message for missing angle brackets in `[_]::method`Fabian Wolff-0/+15
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-15/+25