about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-25make MPlaceTy non-CopyRalf Jung-12/+12
2023-07-25interpret: make read functions generic over operand typeRalf Jung-45/+45
2023-07-25interpret: make write functions generic over the place typeRalf Jung-71/+71
2023-07-25Auto merge of #114011 - RalfJung:place-projection, r=oli-obkbors-110/+99
2023-07-25bless moreRalf Jung-4/+4
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-103/+92
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-2/+74
2023-07-25Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkovbors-16/+31
2023-07-24Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgrbors-18/+42
2023-07-24bootstrap: Don't bundle musl on UnikraftMartin Kröning-2/+2
2023-07-24compiler: Add `*-unikraft-linux-musl` documentationMartin Kröning-0/+69
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+3
2023-07-24Rollup merge of #114006 - jonathanpallant:update-sparc-unknown-readme, r=AmanieuMatthias Krüger-18/+42
2023-07-24Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,...bors-3/+6
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-3/+3
2023-07-24Auto merge of #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwcobors-2/+80
2023-07-24Add clarification about build-std and using newer instructions.Jonathan Pallant (Ferrous Systems)-11/+42
2023-07-24Remove redundant note.Jonathan Pallant (Ferrous Systems)-7/+0
2023-07-24Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-raLaurențiu Nicola-405/+717
2023-07-24compiler: Add `*-unknown-hermit` documentationMartin Kröning-2/+79
2023-07-24compiler: Add `riscv64gc-unknown-hermit` targetSimon Schöning-0/+1
2023-07-24Auto merge of #113940 - inferiorhumanorgans:installer-no-hardcode-bash-path, ...bors-1/+1
2023-07-23Auto merge of #113965 - chenyukang:yukang-fix-113963-panic, r=ozkanonurbors-9/+19
2023-07-23Merge from rustcRalf Jung-12/+17
2023-07-23Preparing for merge from rustcRalf Jung-1/+1
2023-07-22Rollup merge of #113948 - chenyukang:yukang-fix-113178-bootstrap, r=clubby789Matthias Krüger-0/+7
2023-07-23Fix test panics for submodule of book is not updatedyukang-9/+19
2023-07-22Fix tidy errorbjorn3-0/+1
2023-07-22fix doc links on `extern crate` itemsLukas Markeffsky-14/+23
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-3/+6
2023-07-22improve debuggabilityLukas Markeffsky-2/+8
2023-07-22Fix rustc-args passing issue in bootstrapyukang-0/+7
2023-07-22fmtThe Miri Conjob Bot-2/+2
2023-07-22Merge from rustcThe Miri Conjob Bot-356/+343
2023-07-22Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-12/+9
2023-07-21rust-installer: Use env(1) in the shebang.Alex Zepeda-1/+1
2023-07-21Auto merge of #2985 - RalfJung:retag-fields, r=saethlinbors-89/+140
2023-07-21ask people to reach out if we declare too much UBRalf Jung-22/+31
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-9/+12
2023-07-21SB: track whether a retag occurred nested inside a fieldRalf Jung-37/+63
2023-07-21make full field retagging the defaultRalf Jung-34/+50
2023-07-21Simplify wording in guide for unbraced closuresJosh Triplett-2/+2
2023-07-21Clarify guide for unbraced closures, regarding commentsJosh Triplett-2/+2
2023-07-21Clarify guide for unbraced closures: grammatical consistencyJosh Triplett-3/+3
2023-07-21Clarify conditions for single-line blocksJosh Triplett-2/+2
2023-07-21Use roman 4 letter instead of wordIvan Tham-2/+2
2023-07-21Add missing code fencecherryblossom000-0/+2
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-0/+4
2023-07-21CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout`Moulins-5/+7