about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-09-01Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkovbors-0/+251
2020-09-01Auto merge of #75529 - bugadani:bounds-check, r=nagisabors-0/+56
2020-08-31Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJungTyler Mandry-15/+0
2020-08-31Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morseTyler Mandry-0/+15
2020-09-01Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkovbors-88/+203
2020-09-01Add a test for constCDirkx-0/+15
2020-08-31Revert #75463Dylan MacKenzie-15/+0
2020-08-31Rollup merge of #75938 - Amjad50:min_const_generics-tests-revisions, r=lcnrAleksey Kladov-375/+762
2020-08-31Fix duplicate error messages in const_generics testsAmjad Alsharafi-64/+42
2020-08-31Add codegen testsDániel Buga-0/+56
2020-08-31Auto merge of #76027 - davidtwco:issue-61139-remove-obsolete-pretty-printer, ...bors-360/+358
2020-08-31Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkovbors-0/+32
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+32
2020-08-31Auto merge of #75463 - CDirkx:ordering-const, r=CDirkxbors-0/+15
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-88/+203
2020-08-30Stabilize feature `const_ordering`CDirkx-2/+0
2020-08-30Use string literal directly when available in formatSasha-0/+54
2020-08-30ty: remove obsolete printerDavid Wood-360/+358
2020-08-30Run cfg-stripping on generic parameters before invoking derive macrosAaron Hill-0/+251
2020-08-30Add unstable `const_ordering` feature, and some tests.CDirkx-0/+17
2020-08-30mv compiler to compiler/mark-7/+7
2020-08-30Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkovbors-2/+0
2020-08-30Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasperbors-12/+36
2020-08-30Auto merge of #76093 - jyn514:prim-assoc-items, r=Manishearthbors-0/+5
2020-08-29Fix intra-doc links for associated constantsJoshua Nelson-0/+5
2020-08-30Auto merge of #76090 - Dylan-DPC:rollup-eksndcr, r=Dylan-DPCbors-14/+111
2020-08-30Rollup merge of #75910 - bugadani:testcase, r=oli-obkDylan DPC-0/+22
2020-08-30Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran...Dylan DPC-14/+89
2020-08-29Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomezbors-6/+6
2020-08-29rustdoc: Fix intra-doc links for cross-crate re-exports of traitsJoshua Nelson-2/+0
2020-08-29Auto merge of #75370 - simonvandel:optimize-if-condition-on-int-to-switch, r=...bors-0/+411
2020-08-29New pass to optimize `if`conditions on integrals to switches on the integerSimon Vandel Sillesen-0/+411
2020-08-29Auto merge of #75916 - jyn514:unify-error-reporting, r=eucliobors-42/+86
2020-08-29Auto merge of #75939 - Amanieu:fix_asm2, r=nagisabors-5/+11
2020-08-28Fix testAmanieu d'Antras-10/+11
2020-08-28Rollup merge of #75972 - JulianKnodt:i70381, r=rollupPietro Albini-0/+14
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-5/+21
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-38/+51
2020-08-28Make sure the functions don't get mergedDániel Buga-1/+1
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-38/+51
2020-08-27Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obkbors-0/+30
2020-08-27Auto merge of #74941 - dylanmckay:replace-broken-avr-unknown-unknown-target, ...bors-1/+1
2020-08-27Remove dependency on StringReader from rustdoc highlighterAleksey Kladov-6/+6
2020-08-27Auto merge of #72784 - csmoe:issue-61076, r=estebankbors-4/+95
2020-08-27Fix ICE due to carriage return w/ multibyte charkadmin-0/+14
2020-08-26Auto merge of #75944 - jumbatm:issue-75924-clashing-extern-decl-ice, r=spasto...bors-0/+23
2020-08-26Auto merge of #75903 - jyn514:lint-refactor, r=GuillaumeGomezbors-0/+36
2020-08-27Fix ICE on unwrap of unknown layout.jumbatm-0/+23
2020-08-26Fixed file formatting and made `tidy` happyAmjad Alsharafi-5/+8
2020-08-26Added more min_const_generics revisions to testsAmjad Alsharafi-157/+224