about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-5/+2
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-25clippy: `env!` invocations can't be b"" literalsDavid Wood-1/+1
2023-07-24typosTshepang Mbambo-2/+2
2023-07-24Update cargoArlo Siemsen-0/+0
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+1
2023-07-24Perform OpaqueCast field projection on HIR, too.Oli Scherer-0/+2
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-0/+1
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-0/+1
2023-07-24Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-raLaurențiu Nicola-405/+717
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-23fixDeadbeef-13/+15
2023-07-23Merge from rustcRalf Jung-12/+10
2023-07-23Preparing for merge from rustcRalf Jung-1/+1
2023-07-22Fix tidy errorbjorn3-0/+1
2023-07-22fmtThe Miri Conjob Bot-2/+2
2023-07-22Merge from rustcThe Miri Conjob Bot-38/+38
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-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-21Double check that hidden types match the expected hidden typeOli Scherer-1/+1
2023-07-21CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout`Moulins-5/+7
2023-07-21add `naive_layout_of` queryMoulins-4/+5
2023-07-20XSimplifiedType to SimplifiedType::Xlcnr-29/+26
2023-07-20Merge from rustcThe Miri Conjob Bot-14/+20
2023-07-20Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-20Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obkbors-0/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-3/+7
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-1/+1
2023-07-18Update cargoWeihang Lo-0/+0
2023-07-18Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726bors-2/+3
2023-07-18fix miri test with links to query documentationnxya-0/+1
2023-07-18Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obkbors-6/+6
2023-07-18support for mips32r6 as a target_arch valuechenx97-2/+3
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+1
2023-07-18ignore test on appleRalf Jung-0/+1
2023-07-18fix clippy warningsRalf Jung-7/+7
2023-07-18make './miri toolchain' work even if we cannot write to rustup dirRalf Jung-1/+3
2023-07-18Merge from rustcThe Miri Conjob Bot-11654/+19019
2023-07-18Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-18Try to build LLVM without LTOJakub Beránek-1/+31
2023-07-18Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obkbors-3/+3
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-3/+3