about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #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-16Extend the irrefutable_let_patterns lint to let chainsest31-10/+159
2022-03-15Auto merge of #94925 - lcnr:relax-sus-auto-impls, r=estebankbors-1/+22
2022-03-15Add deprecated_safe feature gate and attribute, cc #94978skippy10110-0/+28
2022-03-15Auto merge of #94973 - GuillaumeGomez:more-gui-tests, r=notriddlebors-19/+26
2022-03-15Ensure that `let_else` does not interact with `let_chains`Caio-0/+173
2022-03-15Add URL GUI testsGuillaume Gomez-0/+6
2022-03-15Merge both "search-result-color" GUI testsGuillaume Gomez-19/+20
2022-03-15rustdoc-json: Lifetime testsNixon Enraght-Moony-0/+56
2022-03-15jsondocck: Better error for invalid @count numberNixon Enraght-Moony-1/+4
2022-03-15rustdoc-json: Add tests for generic fn args and returnsNixon Enraght-Moony-0/+68
2022-03-15jsondocck: better error for when @set matches multiple itemsNixon Enraght-Moony-1/+1
2022-03-15rustdoc-json: Add test for supertraitsNixon Enraght-Moony-0/+26
2022-03-15Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obkMatthias Krüger-7/+7
2022-03-15Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ...Matthias Krüger-0/+16
2022-03-15Auto merge of #94261 - michaelwoerister:debuginfo-types-refactor, r=wesleywiserbors-33/+77
2022-03-15debuginfo: Refactor debuginfo generation for types -- Make generator-objects ...Michael Woerister-8/+9
2022-03-15Auto merge of #94938 - lnicola:rust-analyzer-2022-03-14, r=lnicolabors-17/+20
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-20/+189
2022-03-15Auto merge of #92285 - compiler-errors:dyn-proj-bounds, r=nikomatsakisbors-11/+85