about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-30Rollup merge of #109347 - cjgillot:issue-109305, r=WaffleLapkinMichael Goulet-69/+65
2023-03-30Auto merge of #109740 - compiler-errors:new-solver-deep-reject-placeholder-co...bors-1/+42
2023-03-30Refactor glibc time64 support, riscv32 always has 64-bit `time_t`beetrees-14/+36
2023-03-30Add `IndexSlice` to go with `IndexVec`Scott McMurray-70/+160
2023-03-30Update contributing links for rustc-dev-guide changesJynn Nelson-2/+1
2023-03-30Update gccjit and remove libc 0.1 dependencyUlrich Weigand-16/+10
2023-03-30Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`Scott McMurray-104/+127
2023-03-30Auto merge of #108576 - megakorre:rustdock_additional_typecheck_before_clean,...bors-29/+483
2023-03-30Closures always implement FnOnce in new solverMichael Goulet-3/+25
2023-03-30rustdoc: tidy excess whitespacePatrik Kårlin-4/+4
2023-03-30ignore failing cross-compiled run-make testsJoshua Nelson-0/+127
2023-03-30fix `sysroot-crates-are-unstable` for cross-compilationJoshua Nelson-0/+1
2023-03-30move `tools.mk` to run-makeJoshua Nelson-88/+88
2023-03-30rustdoc: add error messages to the testPatrik Kårlin-60/+74
2023-03-30rustdoc: remove other redundant itemPatrik Kårlin-11/+0
2023-03-30rustdoc: remove excess from rustdoc testPatrik Kårlin-6/+2
2023-03-30rustdoc: remove redundant testPatrik Kårlin-13/+0
2023-03-30rustdoc: update with --bless and change expected errorsPatrik Kårlin-30/+352
2023-03-30rustdoc: run more HIR validation to mirror rustcPatrik Kårlin-0/+146
2023-03-30fix typo and adjust commentjoboet-2/+2
2023-03-30core: use `pointer::write` to cleanup `LazyCell` initializationjoboet-8/+7
2023-03-30core: improve code documentation for `LazyCell`joboet-5/+24
2023-03-30core: optimize `LazyCell` sizejoboet-11/+59
2023-03-30Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitorbors-44/+160
2023-03-30fix wrong includesJoshua Nelson-7/+7
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-2/+2
2023-03-30Rollup merge of #109766 - Amanieu:ohos-title, r=JohnTitorYuki Okushi-1/+1
2023-03-30Rollup merge of #109761 - pkubaj:patch-1, r=ozkanonurYuki Okushi-5/+0
2023-03-30Rollup merge of #109749 - compiler-errors:new-solver-float-var, r=lcnrYuki Okushi-1/+9
2023-03-30Rollup merge of #109748 - compiler-errors:new-solver-discr-kind-ice, r=lcnrYuki Okushi-15/+94
2023-03-30Rollup merge of #109719 - tyilo:patch-1, r=Mark-SimulacrumYuki Okushi-0/+1
2023-03-30Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-SimulacrumYuki Okushi-2/+35
2023-03-30Rollup merge of #106985 - jofas:106746-fix, r=ChrisDentonYuki Okushi-20/+20
2023-03-30Fix title for openharmony.mdAmanieu d'Antras-1/+1
2023-03-30Remove an out-of-date comment on `QueryCache::lookup`.Nicholas Nethercote-3/+0
2023-03-30`CacheAligned` and `Sharded` don't need to derive `Clone`.Nicholas Nethercote-2/+1
2023-03-30Remove `RwLock::clone_guard`.Nicholas Nethercote-12/+0
2023-03-30Improve the `rustc_data_structures::sync` module doc comment.Nicholas Nethercote-19/+44
2023-03-30Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-sebors-156/+163
2023-03-30removed deprecated markdown links from documentationjofas-6/+0
2023-03-30Drop binutils on powerpc-unknown-freebsdpkubaj-5/+0
2023-03-30Auto merge of #109499 - spastorino:new-rpitit-19, r=compiler-errorsbors-33/+69
2023-03-30Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes.William D. Jones-3/+3
2023-03-30Auto merge of #109224 - oli-obk:smir, r=pnkfelixbors-11/+239
2023-03-30deep reject only unify numeric var with concrete numericMichael Goulet-0/+4
2023-03-30canonicalize float var as float in new solverMichael Goulet-1/+9
2023-03-30Check pointee metadata correctly in ui testMichael Goulet-13/+9
2023-03-30Don't ICE on DiscriminantKind projection in new solverMichael Goulet-2/+85
2023-03-30Auto merge of #107221 - kleisauke:getentropy-emscripten, r=ChrisDentonbors-4/+5
2023-03-29Don't ICE on placeholder consts in deep rejectMichael Goulet-1/+42