about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-07-24Implement `From<[T; N]>` for `Rc<[T]>` and `Arc<[T]>`Nikolai Vazquez-0/+42
2023-07-24Auto merge of #113687 - saethlin:inline-assertion-helpers, r=cuviperbors-8/+5
2023-07-24Auto merge of #113921 - davidtwco:lint-ctypes-issue-113900, r=petrochenkovbors-12/+21
2023-07-24Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgrbors-76/+315
2023-07-24Rollup merge of #114021 - GuillaumeGomez:session-time-docs, r=lcnrMatthias Krüger-0/+1
2023-07-24Rollup merge of #114006 - jonathanpallant:update-sparc-unknown-readme, r=AmanieuMatthias Krüger-18/+42
2023-07-24Rollup merge of #113994 - nyurik:parser-fmt-ref, r=davidtwcoMatthias Krüger-8/+8
2023-07-24Rollup merge of #113993 - nyurik:ref_format_errors, r=WaffleLapkinMatthias Krüger-9/+9
2023-07-24Rollup merge of #113992 - chrisnc:arm-none-fixups, r=oli-obkMatthias Krüger-14/+12
2023-07-24Rollup merge of #113987 - compiler-errors:comments, r=lcnrMatthias Krüger-16/+64
2023-07-24Rollup merge of #113985 - compiler-errors:issue-113951, r=estebankMatthias Krüger-7/+52
2023-07-24Rollup merge of #113969 - ericmarkmartin:smir-ty-dynamic, r=spastorinoMatthias Krüger-4/+127
2023-07-24lcnr's suggestionsMichael Goulet-4/+5
2023-07-24Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,...bors-8/+84
2023-07-24Add missing documentation for `Session::time`Guillaume Gomez-0/+1
2023-07-24Auto merge of #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwcobors-29/+122
2023-07-24Auto merge of #113877 - JhonnyBillM:reuse-codegen-ssa-monomorphization-errors...bors-322/+58
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-24Auto merge of #114003 - lnicola:sync-from-ra, r=lnicolabors-405/+717
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/+22
2023-07-24compiler: Hermit targets: Use functional update syntaxMartin Kröning-15/+15
2023-07-24compiler: Hermit targets: Sort base fields by declarationMartin Kröning-6/+6
2023-07-24compiler: Hermit targets: Remove pre-link args.Martin Kröning-6/+0
2023-07-24Auto merge of #113978 - matthiaskrgr:clippy_072023_style, r=fee1-deadbors-32/+27
2023-07-24Auto merge of #113940 - inferiorhumanorgans:installer-no-hardcode-bash-path, ...bors-1/+1
2023-07-24Optimize format usageYuri Astrakhan-8/+8
2023-07-24Dynamic for smirEric Mark Martin-1/+120
2023-07-24Optimize format usageYuri Astrakhan-9/+9
2023-07-24generic smir stable impl for BinderEric Mark Martin-3/+7
2023-07-23Fix comments about GCC/Clang's enum width for arm-none targets.Chris Copeland-8/+8
2023-07-23Remove redundant `c_enum_min_bits` option from the thumbv4t-none-eabi target.Chris Copeland-2/+0
2023-07-23Remove "-unknown" from `llvm_target` for arm*v7r-none-eabi* targets.Chris Copeland-4/+4
2023-07-23more clippy::style fixes:Matthias Krüger-20/+12
2023-07-23fix some clippy::style findingsMatthias Krüger-12/+15
2023-07-23Comment stuff in the new solverMichael Goulet-16/+63
2023-07-23Use erased self type when autoderefing for trait error suggestionMichael Goulet-7/+52
2023-07-23Auto merge of #113976 - GuillaumeGomez:migrate-gui-test-color-23, r=notriddlebors-2/+2
2023-07-23Auto merge of #113965 - chenyukang:yukang-fix-113963-panic, r=ozkanonurbors-9/+19
2023-07-23Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-deadbors-32/+20
2023-07-23Auto merge of #113973 - matthiaskrgr:charstr, r=cjgillotbors-7/+7
2023-07-23Migrate GUI colors test to original CSS color formatGuillaume Gomez-2/+2
2023-07-23Auto merge of #113972 - matthiaskrgr:clones_123, r=cjgillotbors-4/+4
2023-07-23fix clippy::useless_formatMatthias Krüger-16/+12
2023-07-23fix couple of clippy findings:Matthias Krüger-16/+8
2023-07-23Auto merge of #113974 - RalfJung:miri, r=RalfJungbors-100/+166
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-7/+7
2023-07-23remove redundant clonesMatthias Krüger-4/+4