about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-20Add once_cell as allowed cg_clif dependencybjorn3-0/+1
2022-03-20Rollup merge of #94948 - jhpratt:rustc_deprecated, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-20Auto merge of #95063 - tromey:fix-94458-gdb-char, r=Mark-Simulacrumbors-8/+25
2022-03-20Auto merge of #94976 - jclulow:solaris-festival, r=Mark-Simulacrumbors-8/+12
2022-03-19Auto merge of #95103 - ehuss:update-cargo, r=ehussbors-0/+0
2022-03-19Rollup merge of #95109 - Urgau:check-cfg-all-any, r=petrochenkovDylan DPC-1/+117
2022-03-19Rollup merge of #95072 - tromey:parallel-debug-tests, r=tmiaskoDylan DPC-5/+0
2022-03-19Extend --check-cfg tests to all predicate inside all/anyLoïc BRANSTETT-1/+117
2022-03-18Update cargoEric Huss-0/+0
2022-03-18Rollup merge of #94848 - GuillaumeGomez:browser-ui-test-version, r=Mark-Simul...Matthias Krüger-19/+51
2022-03-18Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkovMatthias Krüger-0/+45
2022-03-18Re-enable parallel debuginfo testsTom Tromey-5/+0
2022-03-18Run rustdoc GUI tests when browser-ui-test version is updatedGuillaume Gomez-0/+1
2022-03-18Compare installed browser-ui-test version to the one used in CIGuillaume Gomez-19/+50
2022-03-18Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgrbors-22/+42
2022-03-18Rollup merge of #95048 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+8
2022-03-18Rollup merge of #95039 - spastorino:overlap-super-predicates, r=nikomatsakisMatthias Krüger-13/+32
2022-03-18Rollup merge of #95013 - GuillaumeGomez:browser-ui-test-v, r=notriddleMatthias Krüger-1/+2
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-1/+24
2022-03-17Fix debuginfo tests with GDB 11.2Tom Tromey-8/+25
2022-03-18Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPCbors-66/+252
2022-03-17Rollup merge of #94997 - michaelwoerister:fix-enum-type-name-layout-error, r=...Dylan DPC-0/+44
2022-03-17Rollup merge of #94982 - skippy10110:deprecated_safe, r=Dylan-DPCDylan DPC-0/+28
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-42/+42
2022-03-17Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli...Dylan DPC-0/+75
2022-03-17Rollup merge of #94309 - eholk:issue-57017, r=tmandryDylan DPC-0/+22
2022-03-17Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obkDylan DPC-23/+35
2022-03-17Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726Dylan DPC-1/+6
2022-03-17Auto merge of #95020 - compiler-errors:late-debuginfo, r=jackh726bors-0/+7
2022-03-17Fix cmake build.Eric Huss-3/+3
2022-03-17update MiriRalf Jung-8/+8
2022-03-17This test now worksSantiago Pastorino-13/+2
2022-03-17Make negative coherence work when there's impl negative on super predicatesSantiago Pastorino-0/+18
2022-03-16Run GUI test when browser-ui-test version is updatedGuillaume Gomez-0/+1
2022-03-16Update browser-ui-test version to 0.8.3Guillaume Gomez-1/+1
2022-03-16erase late-bound regions in dyn projection types for debuginfoMichael Goulet-0/+7
2022-03-16Add double negative trait test caseSantiago Pastorino-0/+12
2022-03-16rustc_error: make ErrorReported impossible to constructmark-23/+35
2022-03-16debuginfo: Fix ICE when generating name for type that produces a layout error.Michael Woerister-0/+44
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-42/+42
2022-03-16Auto merge of #94990 - ehuss:update-books, r=ehussbors-0/+0
2022-03-16Auto merge of #94987 - Dylan-DPC:rollup-5tssuhi, r=Dylan-DPCbors-18/+340
2022-03-15Update booksEric Huss-0/+0
2022-03-16Rollup merge of #94974 - c410-f3r:let-chain-dashufwrqwemkf-let-else, r=joshtr...Dylan DPC-0/+173
2022-03-16Rollup merge of #94951 - est31:irrefutable_let_chain_patterns, r=estebankDylan DPC-10/+159
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-8/+8
2022-03-16Auto merge of #94861 - aDotInTheVoid:rdj-trait-tests, r=CraftSpiderbors-2/+155
2022-03-15Bless coverage-reports after core macro blocks changeDavid Tolnay-4/+4
2022-03-15Include tracking issue in diagnosticJacob Pratt-1/+1
2022-03-16Extend the irrefutable_let_patterns lint to let chainsest31-10/+159