about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-12-30Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbinibors-9/+3
2020-12-30Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitorbors-161/+269
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-9/+3
2020-12-30Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkorYuki Okushi-1/+1
2020-12-30Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkorYuki Okushi-6/+6
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-89/+126
2020-12-30Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkovYuki Okushi-49/+71
2020-12-30Fix ICE when pointing at multi bytes characterYuki Okushi-16/+65
2020-12-30Auto merge of #79684 - usbalbin:const_copy, r=oli-obkbors-0/+70
2020-12-30remove unused return types such as empty Results or Options that would always...Matthias Krüger-6/+6
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-30Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514Yuki Okushi-9/+9
2020-12-30Rollup merge of #80477 - tmiasko:safe-forget, r=oli-obkYuki Okushi-16/+10
2020-12-30Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157Yuki Okushi-1/+3
2020-12-30Rollup merge of #80465 - eltociear:patch-3, r=jyn514Yuki Okushi-1/+1
2020-12-30Rollup merge of #80461 - rust-lang:tmandry-patch-1, r=Mark-SimulacrumYuki Okushi-1/+6
2020-12-30Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obkYuki Okushi-13/+29
2020-12-29Remove unnecessary semicolon from Clippy testAaron Hill-2/+2
2020-12-29Remove unnecessary semicolon from Rustdoc-generated codeAaron Hill-4/+4
2020-12-29Remove trailing semicolon in librustdocAaron Hill-1/+1
2020-12-29Lint on redundant trailing semicolon after itemAaron Hill-6/+22
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-185/+506
2020-12-29don't clone copy typesMatthias Krüger-9/+9
2020-12-29Use sans-serif font for the "all items" page linksGuillaume Gomez-1/+3
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-93/+93
2020-12-29Add static assertion for the size of ItemKindJoshua Nelson-0/+4
2020-12-29Fix typo in ffi-pure.mdIkko Ashimine-1/+1
2020-12-29Make forget intrinsic safeTomasz Miąsko-16/+10
2020-12-28Add llvm-libunwind change to bootstrap CHANGELOGTyler Mandry-1/+6
2020-12-28Improvements to NatVis supportArlie Davis-49/+71
2020-12-28Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnrMara Bos-0/+15
2020-12-28Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievinkMara Bos-1/+1
2020-12-28Rollup merge of #80393 - ehuss:doc-git-link, r=jyn514Mara Bos-0/+6
2020-12-28Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-SimulacrumDylan DPC-1/+1
2020-12-28Rollup merge of #80362 - jyn514:rustc-macros, r=ehussDylan DPC-6/+9
2020-12-28Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkorDylan DPC-0/+48
2020-12-28bootstrap: put the component name in the tarball temp dir pathPietro Albini-1/+1
2020-12-28Auto merge of #80397 - Mark-Simulacrum:fix-bare-tarball, r=pietroalbinibors-1/+7
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-129/+319
2020-12-27Add regression test for #80375LeSeulArtichaut-0/+15
2020-12-27Auto merge of #80315 - tmiasko:ignore-proc-macros, r=Mark-Simulacrumbors-1/+15
2020-12-27rustdoc book: fix exampleMarco Ieni-1/+1
2020-12-27Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514bors-2/+22
2020-12-27Auto merge of #79135 - lcnr:the-paleogenesis-of-generic-germination, r=varkorbors-1064/+658
2020-12-27Auto merge of #80395 - ehuss:lint-docs-warn-missing, r=Mark-Simulacrumbors-6/+16
2020-12-26Use package name for top-level directory in bare tarballsMark Rousskov-1/+7
2020-12-26Fix missing deny-by-default.md file.Eric Huss-0/+3
2020-12-26lint-docs: Warn on missing lint when documenting.Eric Huss-6/+16
2020-12-26Add links to the source for the rustc and rustdoc books.Eric Huss-0/+6
2020-12-26update testsBastian Kauschke-950/+658