about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-22Fix clippy testsvarkor-0/+3
2020-10-21Mark `repr128` as `incomplete_features`varkor-0/+48
2020-10-21Disable "optimization to avoid load of address" in InstCombineTomasz Miąsko-3/+3
2020-10-21Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkovYuki Okushi-0/+12
2020-10-21Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obkYuki Okushi-9/+9
2020-10-21Rollup merge of #78094 - camelid:rustdoc-fix-source-title, r=jyn514Yuki Okushi-7/+6
2020-10-21Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebankYuki Okushi-14/+30
2020-10-21Rollup merge of #78002 - estebank:issue-77598, r=oli-obkYuki Okushi-390/+613
2020-10-20Apply some review suggestionsCamelid-5/+5
2020-10-20Rollup merge of #78157 - GuillaumeGomez:remove-unused-type, r=jyn514Guillaume Gomez-9/+0
2020-10-20Rollup merge of #78133 - JohnTitor:mir-tests, r=lcnrGuillaume Gomez-0/+108
2020-10-20Rollup merge of #78070 - RalfJung:const-panic-test, r=oli-obkGuillaume Gomez-70/+90
2020-10-20Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obkGuillaume Gomez-0/+5
2020-10-20Rollup merge of #78046 - bugadani:issue-73827, r=nikicGuillaume Gomez-0/+18
2020-10-20Remove unused type from librustdocGuillaume Gomez-9/+0
2020-10-20review commentsEsteban Küber-85/+85
2020-10-20Tweak "object unsafe" errorsEsteban Küber-358/+581
2020-10-20Add test for issue-77911Yuki Okushi-0/+16
2020-10-20Add test for issue-76375Yuki Okushi-0/+29
2020-10-20Add test for issue-75053Yuki Okushi-0/+48
2020-10-20Add test for issue-68841Yuki Okushi-0/+15
2020-10-20Rollup merge of #78121 - LeSeulArtichaut:issue-78115, r=tmandryYuki Okushi-0/+19
2020-10-20Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnrYuki Okushi-32/+106
2020-10-20Rollup merge of #77959 - JohnTitor:tweak-test-structure, r=petrochenkovYuki Okushi-0/+0
2020-10-20Rollup merge of #77931 - aticu:fix_60336, r=petrochenkovYuki Okushi-4/+8
2020-10-20Rollup merge of #77778 - jyn514:git-hook, r=mark-simulacrumYuki Okushi-3/+11
2020-10-20Disable MatchBranchSimplificationTomasz Miąsko-150/+172
2020-10-19Add inline const macro testSantiago Pastorino-0/+12
2020-10-19Add regression testLeSeulArtichaut-0/+19
2020-10-19revert workaround #73027SNCPlay42-13/+8
2020-10-19don't assume trait ambiguity happens in `Self`SNCPlay42-19/+98
2020-10-19Rollup merge of #78103 - GuillaumeGomez:rustdoc-book, r=jyn514Guillaume Gomez-5/+33
2020-10-19Rollup merge of #78089 - varkor:opt_const_param_of-error, r=lcnrGuillaume Gomez-0/+14
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-1/+1
2020-10-19Add link to rustdoc book in rustdoc help popupGuillaume Gomez-5/+33
2020-10-19fix Rvalue::ty for ThreadLocalRefRalf Jung-9/+9
2020-10-19Auto merge of #78087 - camelid:bootstrap-print-units, r=jyn514bors-1/+1
2020-10-18rustdoc: Show the correct source filename, without `.html`Camelid-9/+8
2020-10-19Auto merge of #77278 - camelid:use-correct-article, r=estebankbors-298/+298
2020-10-18Fix issue with specifying generic arguments for primitive typesvarkor-0/+14
2020-10-18bootstrap: Print units for "finished in xxx" messageCamelid-1/+1
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-10/+10
2020-10-18Auto merge of #77306 - lcnr:inline-ok, r=eddybbors-0/+77
2020-10-18we can test std and core panic macros togetherRalf Jung-70/+90
2020-10-17Improve wording of "cannot multiply" type errorCamelid-14/+30
2020-10-18Auto merge of #77956 - JohnTitor:more-tests, r=nagisabors-0/+217
2020-10-18Use smaller example for issue-71659Yuki Okushi-77/+15
2020-10-18Add test for issue-75983Yuki Okushi-0/+17
2020-10-18Add test for issue-75707Yuki Okushi-0/+29
2020-10-18Add test for issue-74816Yuki Okushi-0/+54