summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-02Auto merge of #103859 - Mark-Simulacrum:stable-next, r=flip1995 1.65.0bors-13/+22
2022-11-02Fix stable channel downloads of LLVMMark Rousskov-8/+18
2022-11-01Run update lint toolMark Rousskov-5/+4
2022-11-01Lower lint level for READ_ZERO_BYTE_VECMark Rousskov-1/+1
2022-10-31Auto merge of #103804 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors-1/+51
2022-10-31rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+50
2022-10-31Bump channel to stableMark Rousskov-1/+1
2022-10-29Auto merge of #103739 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-81/+713
2022-10-29Fix testsMark Rousskov-1/+3
2022-10-291.65.0 release notesMark Rousskov-0/+244
2022-10-29No need to probe when relating opaques in nll_relateMichael Goulet-1/+25
2022-10-29fix(rustdoc): add missing URL component for error messagesWeihang Lo-7/+7
2022-10-29doc(rustdoc): redirect more urlsWeihang Lo-0/+4
2022-10-29Only ban duplication across parameters.Camille GILLOT-31/+70
2022-10-29Do not consider repeated lifetime params for elision.Camille GILLOT-6/+21
2022-10-29Only test pthread_getname_np on linux-gnuJosh Stone-1/+7
2022-10-29Move truncation next to other thread tests for tidyJosh Stone-25/+25
2022-10-29Truncate thread names on Linux and Apple targetsJosh Stone-0/+43
2022-10-29Mark `std::os::wasi::io::AsFd` etc. as stable.Dan Gohman-20/+7
2022-10-29Add test validating successful backportMark Rousskov-0/+35
2022-10-29Add normalize hack backMichael Goulet-2/+44
2022-10-29Comment why normalization is needed for debug assertionsMichael Goulet-3/+15
2022-10-29Add architectures to fn create_object_fileDaniil Belov-0/+4
2022-10-29Fix line numbers for MIR inlined codeWesley Wiser-3/+11
2022-10-29Add test case for MIR inlining debuginfo line numbersWesley Wiser-0/+25
2022-10-29Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-7/+146
2022-10-29poll_fn and Unpin: fix pinningRalf Jung-4/+7
2022-10-28Auto merge of #103633 - compiler-errors:beta-revert-rcvr-args-split, r=pnkfelixbors-105/+59
2022-10-27Additional revert fixesMichael Goulet-2/+2
2022-10-27Revert "Do not consider method call receiver as an argument in AST."Michael Goulet-103/+57
2022-10-27Revert "Adapt ui-fulldeps test."Michael Goulet-2/+2
2022-10-21Auto merge of #103316 - cuviper:beta-next, r=cuviperbors-62/+286
2022-10-20linker: Fix weak lang item linking with combination windows-gnu + LLD + LTOVadim Petrochenkov-4/+9
2022-10-20[beta] Update cargoWeihang Lo-1/+1
2022-10-20Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-16/+34
2022-10-20Extract orig_opt_local_def_id as a functionSantiago Pastorino-4/+12
2022-10-20Fix `TyKind::is_simple_path`.Nicholas Nethercote-2/+49
2022-10-20Tweak `deriving-all-codegen.rs`.Nicholas Nethercote-3/+5
2022-10-20Fix testGary Guo-1/+1
2022-10-20Bless testsGary Guo-23/+47
2022-10-20Add test for issue 102389Gary Guo-0/+17
2022-10-20Ensure enum cast movesGary Guo-2/+2
2022-10-20Avoid defensive re-initialization of the BufReader bufferBen Kimock-3/+48
2022-10-20Add missing space between notable trait tooltip and where clauseUrgau-2/+19
2022-10-20Better binder treatmentMichael Goulet-1/+42
2022-10-10Auto merge of #102676 - cuviper:beta-next, r=cuviperbors-1075/+1967
2022-10-08EscapeAscii is not an ExactSizeIteratorMichael Goulet-2/+0
2022-10-06Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-670/+488
2022-10-06Support bindings with anon consts in genericsMichael Goulet-2/+60
2022-10-06Make type_of work correctly for const arg bindingsMichael Goulet-3/+9