about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-05Improve html::render::cache::get_real_types codeGuillaume Gomez-5/+127
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-218/+88
2021-02-05Explicitly match all DefKind item in conversion to TypeKindGuillaume Gomez-0/+43
2021-02-05bump nightly version to 1.52.0Pietro Albini-1/+1
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-10747/+10745
2021-02-05Don't release Miri if its tests only failed on Windowshyd-dev-13/+13
2021-02-05Add testDaiki Ihara-0/+32
2021-02-05Rollup merge of #81781 - m-ou-se:fix-ci, r=pietroalbiniMara Bos-1/+1
2021-02-05Rollup merge of #81763 - camelid:rustdoc-passes-desc-up, r=GuillaumeGomezMara Bos-7/+7
2021-02-05Rollup merge of #81730 - RustyYato:object-safe-allocator, r=AmanieuMara Bos-0/+13
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-6/+20
2021-02-05Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514Mara Bos-11/+11
2021-02-05Rollup merge of #81456 - Amanieu:remote-test-server, r=AmanieuMara Bos-17/+10
2021-02-05Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514Mara Bos-11/+30
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-103/+142
2021-02-05Rollup merge of #80726 - lcnr:unsize-query, r=oli-obkMara Bos-0/+36
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-37/+897
2021-02-05Fix `install-awscli.sh` error in CI.Mara Bos-1/+1
2021-02-05improve error message for disallowed ptr-to-int casts in const evalJeffrey Griffin-0/+27
2021-02-05Move type size check tests to new dir ui/limitsÖmer Sinan Ağacan-0/+0
2021-02-05Add test for #75158Ömer Sinan Ağacan-0/+20
2021-02-05Auto merge of #81688 - pnkfelix:fix-llvm-version-check-in-run-make-tests, r=s...bors-22/+4
2021-02-04Bless code coverage testWesley Wiser-104/+6
2021-02-04regression test for issue 80949.Felix S. Klock II-0/+34
2021-02-04Revert "Simplify unscheduling of drops after moves"Felix S. Klock II-18/+55
2021-02-04Revert "Use `record_operands_moved` more aggresively"Felix S. Klock II-99/+187
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-10645/+10582
2021-02-05Auto merge of #81756 - ehuss:update-cargo, r=ehussbors-0/+0
2021-02-05Never MIR inline functions with a different instruction setTomasz Miąsko-0/+146
2021-02-04Auto merge of #81761 - m-ou-se:rollup-xp7v07n, r=m-ou-sebors-106/+593
2021-02-04add testsb-naber-37/+897
2021-02-04Cleanup rustdoc pass descriptions a bitCamelid-7/+7
2021-02-04Auto merge of #81762 - pietroalbini:fix-install-msys2, r=m-ou-sebors-1/+3
2021-02-04ci: only copy python.exe to python3.exe if the latter does not existPietro Albini-1/+3
2021-02-04Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-SimulacrumMara Bos-0/+0
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-81/+176
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-24/+417
2021-02-04Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAusMara Bos-1/+0
2021-02-04typeck: Emit structured suggestions for tuple struct syntaxCamelid-3/+3
2021-02-04Update cargoEric Huss-0/+0
2021-02-04Add a test for the shortness format in rustdocAlexis Bourget-0/+28
2021-02-04Adjust global_asm doc test to work on all platforms.Eric Huss-3/+5
2021-02-04Elaborate on rustdoc example reason for being ignored.Eric Huss-2/+2
2021-02-04tidy: Run tidy style against markdown files.Eric Huss-137/+176
2021-02-04Auto merge of #81743 - RalfJung:miri, r=RalfJungbors-7/+7
2021-02-04update MiriRalf Jung-7/+7
2021-02-03Miscellaneous small diagnostics cleanupCamelid-16/+16
2021-02-03make Allocator object-safeRustyYato-0/+13
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+25
2021-02-04relax adt unsizing requirementsBastian Kauschke-0/+11