about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-17Initialize rust_info before is_ci_llvm_available()Nikita Popov-4/+5
2023-03-17Upgrade to LLVM 16Nikita Popov-1/+1
2023-03-17Update host compiler to LLVM 16Nikita Popov-1/+1
2023-03-17Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkinbors-164/+49
2023-03-17Rollup merge of #109229 - DaniPopes:link-references, r=notriddleMatthias Krüger-7/+7
2023-03-17Rollup merge of #109215 - est31:sort_by_key, r=NilstriebMatthias Krüger-2/+2
2023-03-17Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorinoMatthias Krüger-107/+419
2023-03-17Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=NilstriebMatthias Krüger-1/+1
2023-03-17Rollup merge of #109156 - taiki-e:linker-detection, r=petrochenkovMatthias Krüger-1/+3
2023-03-17Rollup merge of #109155 - taiki-e:riscv64-fuchsia-fix-llvm-target, r=tmandryMatthias Krüger-1/+1
2023-03-17Rollup merge of #109044 - thomcc:disallow-unstable-libtest, r=jyn514Matthias Krüger-0/+6
2023-03-17Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errorsMatthias Krüger-27/+7
2023-03-17Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errorsMatthias Krüger-73/+12
2023-03-17Suggest surrounding the macro with `{}` to interpret as a statementMu42-6/+43
2023-03-16run rustfmt on changesNagaChaitanya Vellanki-1/+1
2023-03-17Auto merge of #10502 - blyxyas:fix-almost_swapped, r=giraffatebors-22/+44
2023-03-17Do not ICE for native_lib without nameyukang-1/+2
2023-03-16fallback to lstat when stat fails on WindowsNagaChaitanya Vellanki-1/+13
2023-03-17Do not ICE for unexpected lifetime with ConstGeneric ribyukang-4/+27
2023-03-16Auto merge of #2817 - saethlin:rustup, r=saethlinbors-2038/+3712
2023-03-16Merge from rustcBen Kimock-2037/+3711
2023-03-16Preparing for merge from rustcBen Kimock-1/+1
2023-03-16Tweak implementation of overflow checking assertionsTomasz Miąsko-41/+19
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-14/+31
2023-03-16Improve case mapping encoding schemeMartin Gammelsæter-1094/+833
2023-03-16New lint to detect `&std::path::MAIN_SEPARATOR.to_string()`Samuel "Sam" Tardieu-0/+184
2023-03-16Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obkbors-214/+188
2023-03-16Fix invalid markdown link referencesDaniPopes-7/+7
2023-03-16Add external macro test + Now it worksblyxyas-34/+35
2023-03-16Issue function modifiers in the right order in manual_async_fn lintSamuel Tardieu-4/+75
2023-03-16clean up few allocklensy-5/+3
2023-03-16feat: do not remove other variants, just push them down in listfeniljain-10/+24
2023-03-16Beautify pin! docsest31-16/+19
2023-03-16Auto merge of #107270 - cjgillot:remove-zst, r=oli-obkbors-209/+325
2023-03-16Add Debug and Clone derives for stable mir datastructuresOli Scherer-2/+10
2023-03-16Implement a minimal subset of MIR statements and terminators for smirOli Scherer-5/+209
2023-03-16replace usage of `evaluate_goal` with a new `add_goal`Boxy-254/+336
2023-03-16Auto merge of #2785 - Vanille-N:tree-borrows-merge, r=RalfJungbors-140/+3641
2023-03-16Remove `DefId` from `CrateItem` in favor of a lookup tableOli Scherer-8/+24
2023-03-16Render source page layout with Askamaclubby789-69/+67
2023-03-16Use poison instead of undefNikita Popov-6/+17
2023-03-16TB: select tests to run both TB and SBNeven Villani-5/+116
2023-03-16TB: new testsNeven Villani-0/+888
2023-03-16TB: document TB changes in READMENeven Villani-118/+218
2023-03-16TB: integrationNeven Villani-16/+54
2023-03-16TB: Reborrow policy and connection to the main machineNeven Villani-1/+608
2023-03-16TB: error and tree formattingNeven Villani-0/+592
2023-03-16TB: tree traversalNeven Villani-0/+339
2023-03-16TB: public interface to permissionsNeven Villani-0/+93
2023-03-16TB: Tree structureNeven Villani-0/+215