Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a710e1f
account for `c_enum_min_bits` in `multiple-reprs` UI test
japaric Jan 20, 2025
b691e9f
Correct comment for FreeBSD and DragonFly BSD in unix/thread
no1wudi Jan 25, 2025
8c24c0a
Remove the common prelude module
ehuss Feb 11, 2025
51b105d
ignore vendor directory in `git status`
jyn514 Feb 13, 2025
1a3efd2
Use `slice::fill` in `io::Repeat` implementation
DaniPopes Feb 13, 2025
2f27236
alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr
jedbrown Feb 13, 2025
fb3a363
Emit MIR for each bit with on `dont_reset_cast_kind_without_updating_…
pvdrz Feb 14, 2025
46c7236
Move drop elaboration infrastructure.
nnethercote Feb 14, 2025
28b75a3
Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.
nnethercote Feb 14, 2025
b480a92
Use underline suggestions for purely 'additive' replacements
compiler-errors Feb 13, 2025
f6406df
Consider add-prefix replacements too
compiler-errors Feb 13, 2025
6d71251
Trim suggestion parts to the subset that is purely additive
compiler-errors Feb 13, 2025
4b13dfd
Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubilee
matthiaskrgr Feb 14, 2025
678ff2a
Rollup merge of #136052 - no1wudi:fix, r=workingjubilee
matthiaskrgr Feb 14, 2025
c21a76f
Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt
matthiaskrgr Feb 14, 2025
2980f75
Rollup merge of #136956 - jyn514:ignore-vendor, r=Noratrieb
matthiaskrgr Feb 14, 2025
49fb61c
Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=est…
matthiaskrgr Feb 14, 2025
b5fce2a
Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboet
matthiaskrgr Feb 14, 2025
145e35a
Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgr…
matthiaskrgr Feb 14, 2025
8bf77a4
Rollup merge of #137007 - pvdrz:fix-aarch64-alloc-layout, r=compiler-…
matthiaskrgr Feb 14, 2025
bd094fb
Rollup merge of #137008 - nnethercote:mv-code-into-rustc_mir_transfor…
matthiaskrgr Feb 14, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ignore vendor directory in git status
  • Loading branch information
jyn514 committed Feb 13, 2025
commit 51b105d9f7a6c678da7dde6eb09d97d4f270a42a
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ no_llvm_build
/library/target
/src/bootstrap/target
/src/tools/x/target
# Created by `x vendor`
/vendor
# Created by default with `src/ci/docker/run.sh`
/obj/
# Created by nix dev shell / .envrc
Expand Down
Loading