summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Rollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomezMatthias Krüger2022-01-196-22/+6
| |\ \ \ \ \ \ \
| | * | | | | | | Remove horizontal lines at top of pageJacob Hoffman-Andrews2022-01-186-22/+6
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakisMatthias Krüger2022-01-194-6/+87
| |\ \ \ \ \ \ \
| | * | | | | | | Use span of ignored impls for explanatory noteFabian Wolff2022-01-154-39/+52
| | * | | | | | | Annotate dead code lint with notes about ignored derived implsFabian Wolff2022-01-114-6/+74
| * | | | | | | | Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne...Matthias Krüger2022-01-191-22/+45
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Little improves in CString `new` when creating from sliceAngelicosPhosphoros2021-12-271-22/+45
| * | | | | | | | | Rollup merge of #91278 - SparrowLii:place, r=spastorinoMatthias Krüger2022-01-191-76/+67
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Use iterator instead of recursion in `codegen_place`SparrowLii2021-11-271-76/+67
| * | | | | | | | | | Rollup merge of #89621 - digama0:patch-2, r=yaahcMatthias Krüger2022-01-191-1/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Clarify that ordering is unspecifiedMario Carneiro2022-01-041-0/+2
| | * | | | | | | | | | Update wordingMario Carneiro2022-01-041-3/+3
| | * | | | | | | | | | doc: guarantee call order for sort_by_cached_keyMario Carneiro2021-10-071-1/+2
| * | | | | | | | | | | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasperMatthias Krüger2022-01-1931-340/+536
| |\ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / /
| * | | | | | | | | | | Formally implement let chainsCaio2022-01-1831-340/+536
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Auto merge of #93063 - ehuss:update-cargo, r=ehussbors2022-01-192-11/+47
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Update cargoEric Huss2022-01-182-11/+47
|/ / / / / / / / / /
* | | | | | | | | | Auto merge of #93048 - matthiaskrgr:rollup-cz5ma34, r=matthiaskrgrbors2022-01-1873-741/+901
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Rollup merge of #93035 - Amanieu:stdarch_fix, r=Mark-SimulacrumMatthias Krüger2022-01-181-0/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix stdarch submodule pointing to commit outside treeAmanieu d'Antras2022-01-181-0/+0
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Rollup merge of #93026 - klensy:f-typo, r=scottmcmMatthias Krüger2022-01-182-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fix typo in `max` description for f32/f64klensy2022-01-182-2/+2
| * | | | | | | | | | Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwcoMatthias Krüger2022-01-182-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Rm some unused ord implspierwill2022-01-172-3/+3
| * | | | | | | | | | | Rollup merge of #92924 - dtolnay:pptracing, r=Mark-SimulacrumMatthias Krüger2022-01-183-54/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Delete pretty printer tracingDavid Tolnay2022-01-183-54/+0
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger2022-01-187-21/+55
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | add and update testsb-naber2022-01-174-4/+40
| | * | | | | | | | | | | directly use ConstValue for single literals in blocksb-naber2022-01-173-17/+15
| * | | | | | | | | | | | Rollup merge of #92692 - jsha:cool-sidebar, r=GuillaumeGomezMatthias Krüger2022-01-1824-360/+228
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews2022-01-1824-360/+228
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger2022-01-188-177/+314
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Improve documentation of splatted constantsCaleb Zulawski2022-01-181-26/+28
| | * | | | | | | | | | | | Update compiler/rustc_codegen_llvm/src/builder.rsCaleb Zulawski2022-01-171-3/+3
| | * | | | | | | | | | | | Add pointer-sized integer testsCaleb Zulawski2022-01-041-0/+14
| | * | | | | | | | | | | | Add simd_as intrinsicCaleb Zulawski2022-01-047-173/+261
| | * | | | | | | | | | | | Allow isize/usize in simd_castCaleb Zulawski2022-01-042-4/+37
| * | | | | | | | | | | | | Rollup merge of #91150 - dtolnay:qpath, r=davidtwcoMatthias Krüger2022-01-182-11/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Reject generic arguments on mod style interpolated pathDavid Tolnay2021-11-251-10/+24
| | * | | | | | | | | | | | | Let qpath contain NtTy: <$:ty as $:ty>::restDavid Tolnay2021-11-251-0/+10
| | * | | | | | | | | | | | | Add test of NtTy in a qpathDavid Tolnay2021-11-251-2/+7
| | * | | | | | | | | | | | | Add test of qpath interpolationsDavid Tolnay2021-11-251-1/+8
| * | | | | | | | | | | | | | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger2022-01-1824-113/+252
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.Richard Cobbe2022-01-1224-113/+252
* | | | | | | | | | | | | | | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisabors2022-01-1821-105/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix review commentbjorn32022-01-172-1/+6
| * | | | | | | | | | | | | | Pass target_features set instead of has_feature closurebjorn32022-01-178-62/+63
| * | | | | | | | | | | | | | Use Symbol for target features in asm handlingbjorn32022-01-1720-69/+91
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors2022-01-1883-399/+789
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update with final commentskadmin2022-01-176-31/+10