about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-203/+70
2025-02-24remove uses of rustc_intrinsic_must_be_overridden from standard libraryRalf Jung-1433/+357
2025-02-24Preparing for merge from rustcRalf Jung-1/+1
2025-02-24Merge pull request #2259 from jyn514/nvim-configDianQK-4/+29
2025-02-24use lua localsjyn-5/+5
2025-02-24Add a span to `CompilerBuiltinsCannotCall`Trevor Gross-6/+16
2025-02-23document how to setup RA for nvim automaticallyjyn-4/+29
2025-02-24Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcmbors-29/+93
2025-02-24Make #[used] work when linking with ld64Mads Marquart-9/+202
2025-02-24Added into_value const function to ControlFlow<T, T>Madhav Madhusoodanan-0/+21
2025-02-23Auto merge of #137497 - tgross35:rollup-1oeclrr, r=tgross35bors-441/+406
2025-02-24Fix some `use` items that import more than necessary.Nicholas Nethercote-4/+4
2025-02-24Move `impl` blocks out of `rustc_middle/src/mir/syntax.rs`.Nicholas Nethercote-112/+106
2025-02-23Auto merge of #137476 - onur-ozkan:137469, r=jieyouxubors-47/+14
2025-02-23Rollup merge of #137483 - bend-n:😅, r=NoratriebTrevor Gross-51/+51
2025-02-23Rollup merge of #137452 - Shourya742:2025-02-23-add-module-level-doc-for-core...Trevor Gross-0/+7
2025-02-23Rollup merge of #137451 - compiler-errors:synm, r=NoratriebTrevor Gross-1/+1
2025-02-23Rollup merge of #137297 - tgross35:update-builtins, r=tgross35Trevor Gross-6/+6
2025-02-23Rollup merge of #137099 - yotamofek:pr/rustdoc/fix-ignored-test-directives, r...Trevor Gross-17/+17
2025-02-23Rollup merge of #136637 - Pyr0de:binary-format, r=NoratriebTrevor Gross-48/+102
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-208/+127
2025-02-23Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=NoratriebTrevor Gross-110/+95
2025-02-23Use `as_chunks` in `analyze_source_file_sse2`real-eren-7/+5
2025-02-23configure.py: don't instruct user to run nonexistent programнаб-1/+1
2025-02-24tests: tighten `CHECK-NOT`s to make `str-to-string-128690.rs` less likely to ...许杰友 Jieyou Xu (Joe)-4/+6
2025-02-23Fixed tidy errorTapan Prakash-1/+1
2025-02-23Merge pull request #19191 from Veykril/push-yzzlosskwrxsLukas Wirth-131/+23
2025-02-23fixed by differentiating glob exportTapan Prakash-0/+40
2025-02-23Remove `limit` crate in favor `usize`Lukas Wirth-131/+23
2025-02-23rename sub_ptr 😅bendn-51/+51
2025-02-23add MSRV check for `repeat_vec_with_capacity` (#14126)Manish Goregaokar-4/+34
2025-02-23Fix documentation for unstable sortyukang-15/+33
2025-02-23Stabilize `core::str::from_utf8_mut`Waffle Lapkin-3/+2
2025-02-23Auto merge of #137225 - RalfJung:vectorcall, r=nnethercotebors-108/+172
2025-02-23stabilize extract_ifbendn-22/+9
2025-02-23bootstrap: remove redundant `to_path_buf()`许杰友 Jieyou Xu (Joe)-1/+1
2025-02-23bootstrap: remove `--build-base` and use `--build-root` and `--build-test-sui...许杰友 Jieyou Xu (Joe)-1/+5
2025-02-23compiletest: disambiguate between root build dir vs test suite specific build...许杰友 Jieyou Xu (Joe)-38/+51
2025-02-23Include private items in completions for local cratesTim Hutt-1/+4
2025-02-23Remove unused `OutputType::ThinLinkBitcode`DianQK-16/+2
2025-02-23Save pre-link bitcode to `ModuleCodegen`DianQK-22/+33
2025-02-23Add `new_regular` and `new_allocator` to `ModuleCodegen`DianQK-28/+23
2025-02-23Document bitcode in `OutputType`DianQK-0/+5
2025-02-23The embedded bitcode should always be prepared for LTO/ThinLTODianQK-69/+265
2025-02-23Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na...Dennis Duda-25/+11
2025-02-23add FIXME note on `Builder::compiler_for`onur-ozkan-0/+3
2025-02-23avoid `compiler_for` for dist tools and force the current compileronur-ozkan-47/+11
2025-02-23Merge pull request #19209 from niller-g/masterLukas Wirth-73/+68
2025-02-23Return error on unexpected termination in `Thread::join`.Mahmoud Mazouz-1/+5
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-1102/+543