about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-12-05Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obkbors-0/+37
2020-12-05Auto merge of #78373 - matthewjasper:drop-on-into, r=pnkfelixbors-10724/+10760
2020-12-05Auto merge of #76301 - matklad:fmt-test, r=matkladbors-0/+0
2020-12-04Avoid leaking block expression valuesMatthew Jasper-10503/+10664
2020-12-04Use `record_operands_moved` more aggresivelyMatthew Jasper-228/+103
2020-12-04check the recursion limit when finding struct tailSNCPlay42-0/+37
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-36/+35
2020-12-04Move format machinery tests to where they belongAleksey Kladov-0/+0
2020-12-04Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPCbors-5/+84
2020-12-04Auto merge of #79109 - richkadel:llvm-coverage-counters-2.0.5, r=tmandrybors-19227/+22550
2020-12-04Rollup merge of #79638 - jyn514:intra-link-self-raw, r=ManishearthDylan DPC-0/+13
2020-12-04Rollup merge of #79541 - GuillaumeGomez:doc-keyword-lint-pass, r=lcnrDylan DPC-0/+26
2020-12-04Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomezDylan DPC-5/+45
2020-12-03Add more rustdoc-js test casesCamelid-6/+20
2020-12-03Add rustdoc-js testCamelid-1/+26
2020-12-03Render Markdown in search resultsCamelid-4/+5
2020-12-03Tweak to Makefile to overcome MacOS make corruption bugRich Kadel-10/+4
2020-12-03Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwcobors-94/+94
2020-12-03Fixed cross-crate generic call test to compile lib and bin separatelyRich Kadel-650/+1390
2020-12-03Workaround for inconsistent order of llvm-cov results on WindowsRich Kadel-54/+49
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-359/+1765
2020-12-03Combination of commitsRich Kadel-20300/+12253
2020-12-03Removed -base from run-make-fulldeps/coverage-*-baseRich Kadel-161/+161
2020-12-03Coverage tests for remaining TerminatorKinds and async, improve AssertRich Kadel-860/+10095
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-2/+8
2020-12-03Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obkbors-11/+52
2020-12-03Add test for EXISTING_DOC_KEYWORD internal lintGuillaume Gomez-0/+20
2020-12-03Auto merge of #79586 - jyn514:crate-name, r=davidtwcobors-1/+0
2020-12-03Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obkbors-140/+378
2020-12-03Auto merge of #79533 - sasurau4:feature/add-long-explanation-E0546, r=Guillau...bors-1/+1
2020-12-03Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul...bors-192/+79
2020-12-02Auto merge of #79539 - aDotInTheVoid:json-mvp, r=jyn514bors-0/+789
2020-12-02Normalize windows path seperators.Nixon Enraght-Moony-3/+6
2020-12-02Auto merge of #79364 - nico-abram:unstable-or-pat-suggestion, r=matthewjasperbors-30/+3
2020-12-02Add tests for #[doc(keyword = "...")] and update other doc attributes testsGuillaume Gomez-11/+52
2020-12-02Use `item_name` instead of pretty printingJoshua Nelson-0/+13
2020-12-02Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...Santiago Pastorino-192/+79
2020-12-02Auto merge of #79547 - erikdesjardins:byval, r=nagisabors-5/+10
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-8/+15
2020-12-02add comment and bless some testsVishnunarayan K I-138/+236
2020-12-02Auto merge of #79606 - ThePuzzlemaker:issue-79458-fix, r=scottmcmbors-26/+25
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-94/+94
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-185/+105
2020-12-01Auto merge of #79614 - GuillaumeGomez:rollup-15usd7e, r=GuillaumeGomezbors-28/+28
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-28/+28
2020-12-01Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieubors-2/+152
2020-12-01Add regression test for #79458ThePuzzlemaker-0/+25
2020-12-01Fix UI tests for negative polarity implementations of traitsThePuzzlemaker-26/+0
2020-12-01Address review comments.Nixon Enraght-Moony-46/+23
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-15/+45