about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-112/+80
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-40/+40
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-66/+66
2024-03-22Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnrMatthias Krüger-6/+6
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-0/+1
2024-03-22fix(bootstrap/dist): use versioned dirs when vendoringBernardo Meurer Costa-0/+1
2024-03-22Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelixbors-0/+2
2024-03-22tests/ui: Add a directory for warnings, add a testMichael Baikov-1/+1
2024-03-22Fix clippyMichael Goulet-6/+6
2024-03-22And the tools tooMichael Goulet-71/+44
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-2/+2
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-34/+32
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-7/+4
2024-03-22Merge from rustcRalf Jung-1637/+5005
2024-03-22Preparing for merge from rustcRalf Jung-1/+1
2024-03-22Codegen const panic messages as function callsMark Rousskov-2/+10
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-17/+92
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-17/+92
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-8/+8
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-38/+26
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-37/+393
2024-03-22Rollup merge of #122845 - flip1995:clippy-subtree-update, r=matthiaskrgrMatthias Krüger-1047/+4182
2024-03-22Rollup merge of #122838 - workingjubilee:less-catholic-blessings-to-prevent-i...Matthias Krüger-2/+3
2024-03-22Rollup merge of #122831 - onur-ozkan:less-verbose-fail-logs, r=clubby789Matthias Krüger-7/+15
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-1047/+4182
2024-03-21Avoid noop rewrite of issues.txtJubilee Young-2/+3
2024-03-21Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2Eduardo Sánchez Muñoz-6/+43
2024-03-21make failure logs less verboseonur-ozkan-7/+15
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-6/+17
2024-03-21Rollup merge of #122799 - estebank:issue-122569, r=fee1-deadMatthias Krüger-1/+3
2024-03-21Rollup merge of #122795 - alexcrichton:fix-wasm-beta-bootstrap, r=Mark-Simula...Matthias Krüger-2/+9
2024-03-21Rollup merge of #122696 - royb3:riscv32ima, r=petrochenkovMatthias Krüger-1/+7
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-5/+5
2024-03-21Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Kibors-1/+4
2024-03-20Add a testBen Kimock-0/+2
2024-03-21Auto merge of #122803 - jhpratt:rollup-nmgs79k, r=jhprattbors-26/+23
2024-03-21Fix bad span for explicit lifetime suggestionShoyu Vanilla-1/+4
2024-03-20Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkanJacob Pratt-15/+12
2024-03-20Rollup merge of #122776 - GuillaumeGomez:rename-hir-let, r=oli-obkJacob Pratt-11/+11
2024-03-21Replace closures with `_` when suggesting fully qualified path for method callEsteban Küber-1/+3
2024-03-21Auto merge of #122772 - nikic:update-llvm-22, r=cuviperbors-0/+0
2024-03-20Inherit `RUSTC_BOOTSTRAP` when testing wasmAlex Crichton-2/+9
2024-03-20compiletest: Introduce remove_and_create_dir_all() helperMartin Nordholts-15/+12
2024-03-20compiletest: mir_dump_dir.as_path() -> &mir_dump_dirMartin Nordholts-1/+1
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-5/+5
2024-03-20When comparing SVG tests against their blessed version, ignore the first lineEsteban Küber-5/+14
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-4/+4
2024-03-20Make tidy error code parsing robust against commentsOli Scherer-13/+30
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-1/+1
2024-03-20Rename `hir::Let` into `hir::LetExpr`Guillaume Gomez-11/+11