about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-11Reword file lock documentation to clarify advisory vs mandatoryJosh Triplett-35/+40
2025-02-11manual: Fix URLs to rustdoc pagesWilfred Hughes-1/+1
2025-02-11document the directiveTshepang Mbambo-0/+2
2025-02-11i686-linux-android: increase CPU baseline to Pentium 4 (without an actual cha...Ralf Jung-2/+2
2025-02-11Deeply normalize signature in new solverMichael Goulet-9/+129
2025-02-11Deeply normalize in impl headerMichael Goulet-1/+29
2025-02-11Deeply normalize args for implied boundsMichael Goulet-1/+23
2025-02-11Make DeeplyNormalize a real type opMichael Goulet-37/+70
2025-02-11Lower fn items as ZST valtrees and delay a bugMichael Goulet-9/+50
2025-02-11Auto merge of #136586 - Kobzol:lto-rustdoc-fix-stage-1, r=onur-ozkanbors-11/+17
2025-02-11rename `is_host_target` to `is_builder_target`onur-ozkan-18/+20
2025-02-11Remove quotes around href in code line numbersGuillaume Gomez-1/+1
2025-02-11Rollup merge of #136847 - nnethercote:simplify-intra-crate-quals, r=oli-obkMatthias Krüger-51/+53
2025-02-11Rollup merge of #136833 - workingjubilee:let-the-impossible-be-impossible, r=...Matthias Krüger-64/+8
2025-02-11Rollup merge of #136786 - compiler-errors:de-de-duplicate-blocks, r=oli-obkMatthias Krüger-414/+0
2025-02-11Rollup merge of #136354 - hkBst:patch-34, r=ibraheemdevMatthias Krüger-7/+34
2025-02-11Rollup merge of #136246 - hkBst:patch-29, r=ibraheemdevMatthias Krüger-2/+96
2025-02-11Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...Matthias Krüger-8/+23
2025-02-11Rollup merge of #135677 - yotamofek:resolve-cleanups2, r=compiler-errorsMatthias Krüger-7/+8
2025-02-11Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomezMatthias Krüger-3/+3
2025-02-11ci: remove more unused files and directories in free runnersMarcoIeni-21/+63
2025-02-11Change the issue number for `likely_unlikely` and `cold_path`Trevor Gross-3/+3
2025-02-11dev-guide: Link to t-lang procedures for new featuresMads Marquart-0/+4
2025-02-11add coverage for `Builder::is_host_target`onur-ozkan-0/+15
2025-02-11add `Builder::is_host_target`onur-ozkan-13/+18
2025-02-11Correctly handle `user-select: none`Guillaume Gomez-0/+5
2025-02-11Add regression test for source line numbersGuillaume Gomez-0/+35
2025-02-11Update rustdoc testsGuillaume Gomez-156/+72
2025-02-11Merge pull request #19117 from gohome001/implicit-drop-inlay-hints-bugChayim Refael Friedman-2/+24
2025-02-11Auto merge of #136571 - marcoieni:ubuntu-24-large-runners, r=Mark-Simulacrumbors-3/+3
2025-02-11Merge pull request #18998 from ChayimFriedman2/excludeLukas Wirth-131/+262
2025-02-11Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhprattbors-336/+241
2025-02-11Document some safety constraints and use more safe wrappersOli Scherer-59/+50
2025-02-11Add a safe wrapper for `WriteBitcodeToFile`Oli Scherer-8/+10
2025-02-11Remove an unsafe closure invariant by inlining the closure wrapper into the c...Oli Scherer-80/+50
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-63/+87
2025-02-11Handle pattern types wrapped in `Option` in FFI checksOli Scherer-49/+35
2025-02-11Add a TyPat in the AST to reuse the generic arg lowering logicOli Scherer-264/+241
2025-02-11Correctly handle pattern types in FFI redeclaration lintsOli Scherer-88/+64
2025-02-11Correctly handle pattern types in FFI safetyOli Scherer-47/+12
2025-02-11Add ffi tests for pattern typesOli Scherer-22/+185
2025-02-11include note on variance and exampleMarijn Schouten-2/+96
2025-02-11config.example.toml: remove "parallel-compiler"Askar Safin-5/+0
2025-02-11add test case for ignoring inlay hint for macro callgohome001-0/+21
2025-02-11don't emit implicit drop inlay hints for macrogohome001-2/+3
2025-02-11compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl ...Askar Safin-6/+5
2025-02-11Update docs for impl keywordMarijn Schouten-7/+34
2025-02-11compiler/rustc_codegen_llvm/src/lib.rs: remove "unsafe impl Send/Sync"Askar Safin-3/+0
2025-02-11compiler/rustc_codegen_gcc/src/back/lto.rs: delete "unsafe impl Sync/Send"Askar Safin-4/+0
2025-02-11src/doc/rustc-dev-guide/src/parallel-rustc.md: remove Arc and Rc (it seems th...Askar Safin-2/+0