Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
589 commits
Select commit Hold shift + click to select a range
4b3498b
Add another batch of updates to the changelog
ytmimi Jan 1, 2024
eca7a94
move `trace!` macro fixes to `Changed` section.
ytmimi Apr 8, 2024
591df08
Add missing issue reference
ytmimi Apr 8, 2024
51ae60c
add link to dirs v5 changelog
ytmimi Apr 8, 2024
5cab54f
Add itertools v0.11 -> v0.12 bump to changelog
ytmimi Apr 25, 2024
0737d55
Add changelog entry for match expr inner attribute fix with version=Two
ytmimi Apr 26, 2024
9748af8
reorder link reference definitions and one changelog entry
ytmimi Jun 18, 2024
e2feea4
Document fix for retaining inner attributes on const blocks
ytmimi Jun 18, 2024
6daf3c1
Document removing rustfmt's `lazy_static` dependency
ytmimi Jun 18, 2024
6c3c430
document rustfmt support for `#![feature(unsafe_extern_blocks)]`
ytmimi Jun 21, 2024
e494418
chore: bump version
calebcartwright Jun 21, 2024
ebce054
Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-fro…
calebcartwright Jun 22, 2024
8b36bc0
Fix rustfmt
compiler-errors Jun 17, 2024
081ae53
fix bad merge conflict resolution
calebcartwright Jun 22, 2024
5faf95c
Rework pattern and expression nonterminal kinds.
nnethercote Jun 22, 2024
10277c9
Implement use<> formatting in rustfmt
compiler-errors Jun 20, 2024
8f8a463
Rollup merge of #126851 - nnethercote:NtExprKind-NtPatKind, r=compile…
matthiaskrgr Jun 23, 2024
22aac49
Remove stray println from rustfmt
compiler-errors Jun 24, 2024
bd0a886
Rollup merge of #126754 - compiler-errors:use-rustfmt, r=calebcartwright
matthiaskrgr Jun 24, 2024
514fe39
Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay
matthiaskrgr Jun 24, 2024
b5fa338
Merge remote-tracking branch 'origin/master' into sync-from-rust-2024…
compiler-errors Jun 25, 2024
a3a84e5
Bump toolchain to nightly-2024-06-24
compiler-errors Jun 25, 2024
c528496
Remove stray println from rustfmt
compiler-errors Jun 24, 2024
51df533
Tighten spans for async blocks
compiler-errors Jun 27, 2024
88f98c2
Implement RTN support in rustfmt
compiler-errors Jun 28, 2024
6093d48
Merge pull request #6217 from compiler-errors/sync-from-rust-2024-06-24
calebcartwright Jul 1, 2024
f65d04a
fix link syntax
hattizai Jul 2, 2024
533b760
remove duplicate word
hattizai Jul 2, 2024
905ca54
add rewrite_result method to Rewrite trait
ding-young Jun 19, 2024
21afdb8
add Ext trait for converting Option->RewriteResult
ding-young Jun 25, 2024
f62d730
impl rewrite_result for AssocItemConstraintKind, GenericArg, GenericB…
ding-young Jun 29, 2024
eed7e23
rewrite_result for GenericBounds, GenericParam, SegmentParam
ding-young Jun 30, 2024
c8290a5
ensure parse errors aren't emitted when formatting doc comments (#6232)
giordan12 Jul 8, 2024
add0459
add release date for v1.7.1
ytmimi Jul 6, 2024
163d26e
Remove rustdoc tests which no longer parse
compiler-errors Jul 12, 2024
bb56224
refactor rewrite_block
ding-young Jul 6, 2024
071ca7d
refactor rewrite_closure
ding-young Jul 9, 2024
7cdb426
Implement `StyleEditionDefault` for each config option
ytmimi Oct 8, 2023
3cbc91e
modify rewrite_path and impl rewrite_result for related AST nodes
ding-young Jul 10, 2024
babc2f9
modify rewrite_struct_lit, rewrite_struct_pat
ding-young Jul 10, 2024
ea02de2
refactor rewrite_match and impl rewrite_result for ArmWrapper
ding-young Jul 12, 2024
6ccf539
modify trait bound of itemize_list
ding-young Jul 17, 2024
1313d61
modfiy ListItem to hold RewriteResult as the item field
ding-young Jul 18, 2024
e21c1e2
refactor rewrite_array, pair, tuple, call
ding-young Jul 18, 2024
a23d3cc
refactor: track configs set from cli flags
calebcartwright Jul 26, 2024
d8ae6a9
tests: add a few for style edition config defaults
calebcartwright Jul 27, 2024
c2c9be5
feat: implement Style Edition support
calebcartwright Jul 19, 2024
7c41e2b
refactor: switch from 'version' to 'style_edition'
calebcartwright Jul 19, 2024
b6c89fc
feat: add --style-edition option to rustfmt binary
calebcartwright Jul 19, 2024
e04e411
tests: validate style_edition derivation
calebcartwright Jul 19, 2024
aa8a53f
refactor: switch idempotence/system tests to style_edition
calebcartwright Jul 19, 2024
7a5a936
docs: use StyleEdition in dev guide
calebcartwright Jul 19, 2024
d65daa9
refactor: rebase with set_cli() behavior
calebcartwright Jul 27, 2024
d66ab31
tests: add new load_config tests
calebcartwright Jul 28, 2024
cf352a7
chore: apply review suggestions
calebcartwright Jul 28, 2024
90a86a7
Suppress must_use on eat calls in rustfmt
compiler-errors Jul 30, 2024
6159460
rustfmt: Remove `has_cpuid` from test
workingjubilee Aug 2, 2024
5325b9e
modify rewrite_literal
ding-young Jul 22, 2024
3d468e2
update combine_strs_with_missing_comments
ding-young Jul 22, 2024
b8a5b21
impl rewrite_result for ChainItem
ding-young Jul 29, 2024
63d50dd
Add `cd` and `git clone` functionality to check-diff crate
benluiwj Jun 6, 2024
a1361bd
Run check-diff tests in ci
benluiwj Jul 20, 2024
17c5869
Print a deterministic length of commit hash in --version
dtolnay Jul 30, 2024
15c75fe
Check exit status of git commands spawned by build script
dtolnay Aug 4, 2024
8894466
Print empty commit info without trailing hyphen
dtolnay Aug 4, 2024
40f5075
impl rewrite_result for Pat, TuplePatField
ding-young Aug 1, 2024
87949d7
Stabilize `unsafe_attributes`
carbotaniuman Aug 7, 2024
57af02c
Link `std` statically in `rustc_driver`
Zoxc Mar 12, 2024
7b2299a
Use `impl PartialEq<TokenKind> for Token` more.
nnethercote Aug 9, 2024
68dc912
update rewrite functions in imports.rs
ding-young Aug 1, 2024
caaa612
Ensure that `fn config_path` returns canonicalized paths.
anforowicz Aug 7, 2024
fbe0424
update rewrite_chain to return RewriteResult
ding-young Aug 7, 2024
6bcadd6
Merge remote-tracking branch 'upstream/master' into subtree-push-nigh…
ytmimi Aug 17, 2024
d34fca4
bump toolchain to nightly-2024-08-17
ytmimi Aug 17, 2024
9cfbd23
Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethe…
bors Aug 17, 2024
4489061
Merge pull request #6285 from ytmimi/subtree-push-nightly-2024-08-17
ytmimi Aug 19, 2024
6f5e99b
update macro rewrite functions to return RewriteResult
ding-young Jul 22, 2024
5ee4d3b
Remove outdated comment from `mac.yml`
beetrees Aug 24, 2024
53d5ccd
refactor: use style edition when loading from partial config
calebcartwright Aug 1, 2024
c0c3dc7
refactor: include edition & style edition in CliOptions
calebcartwright Aug 2, 2024
0c6515c
feat: support style edition differing defaults in config loading
calebcartwright Aug 2, 2024
0652586
feat: implement 2024 Style Edition for expr overflows
calebcartwright Aug 2, 2024
46cb7d3
refactor: improve mapping of legacy 'version' to 'style_edition'
calebcartwright Aug 14, 2024
1fcfd57
Remove `#[macro_use] extern crate tracing` from rustfmt helpers.
nnethercote Aug 30, 2024
c3beb05
Remove `#[macro_use] extern crate tracing` from rustfmt.
nnethercote Aug 30, 2024
1930514
update rewrite_assignment to return RewriteResult
ding-young Aug 28, 2024
35b3889
impl rewrite_result for ControlFlow, Stmt, update rewrite_index
ding-young Aug 23, 2024
40909b4
Fix `test_editions_2015_2018_2021_identical`
Sep 1, 2024
9d407bf
Avoid allocating intermediate strings in `ItemizedBlock::trimmed_bloc…
Sep 1, 2024
5d30ce6
Avoid allocating intermediate strings in `determine_operation`
Sep 1, 2024
1681c91
implement version-sorting algorithm for rust identifiers
ytmimi Jul 9, 2024
2964172
use version-sort when reordering imports using `style_edition=2024`
ytmimi Jul 9, 2024
ae59ee7
sort rustfmt imports
ytmimi Aug 16, 2024
06e1644
Add test cases for issue 4381
ytmimi Aug 16, 2024
1a70f40
Avoid allocation in `ChainItemKind::is_tup_field_access`
Sep 1, 2024
2639370
impl rewrite_result for TraitAliasBounds, WherePredicate
ding-young Aug 28, 2024
b40c3cc
impl rewrite_result for ForeignItem
ding-young Sep 1, 2024
d720a7e
impl rewrite_result for ast::Expr
ding-young Aug 25, 2024
e1712ea
Fix tools
compiler-errors Jun 14, 2024
91b2c17
Add missing backtick in comment (#6317)
cuishuang Sep 9, 2024
182a203
ci: bump actions/checkout to v4
trivikr Sep 9, 2024
348a499
Merge remote-tracking branch 'upstream/master' into subtree-push-nigh…
ytmimi Sep 10, 2024
bd5873a
bump toolchain to nightly-2024-09-10
ytmimi Sep 10, 2024
d66e974
remove stray comments
ytmimi Sep 12, 2024
a1017ae
Merge pull request #6320 from ytmimi/subtree-push-nightly-2024-09-10
ytmimi Sep 12, 2024
2e66891
remove unused tracing-attributes
klensy Jun 23, 2024
7e507a8
config_proc_macro: reduce syn's features
klensy Jul 11, 2024
16f0ecc
config_proc_macro: bump edition to 2021
klensy Jul 30, 2024
14d5165
refactor - show file path in error message when parsing config from toml
rufevean Sep 1, 2024
df06d7e
Format trailing where clauses in rustfmt
compiler-errors Aug 16, 2023
d6d9e76
Add tests showing how comments are handled
compiler-errors Aug 27, 2023
5230e8f
Non-panicking Display for Path
Rawk Sep 15, 2024
019578f
Use `usize::MAX` instead of deprecated `usize::max_value`
Rawk Sep 17, 2024
008b3df
Avoid allocating `Vec` in `light_rewrite_comment`
Rawk Sep 14, 2024
b552eb9
Avoid an allocation in `rewrite_int_lit`
Rawk Sep 14, 2024
31e799f
Document changes for the next release
ytmimi Sep 17, 2024
b23b699
chore: prep v1.8.0 release
ytmimi Sep 19, 2024
28beb81
Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-fro…
ytmimi Sep 20, 2024
0339b96
Avoid allocation in `JsonEmitter::emit_footer`
Rawk Sep 19, 2024
6157568
Preallocate missmatches in `JsonEmitter::add_misformatted_file`
Rawk Sep 19, 2024
5f48fe9
Add style_edition 2027 (#6324)
johnhuichen Sep 27, 2024
1e779b2
Remove anon struct and union types
compiler-errors Sep 30, 2024
3119c25
Rename NestedMetaItem to MetaItemInner
codemountains Oct 4, 2024
dc3aaae
implement `naked_asm` macro
folkertdev Aug 4, 2024
2396811
disallow `asm!` in `#[naked]` functions
folkertdev Sep 5, 2024
05792a3
various fixes for `naked_asm!` implementation
folkertdev Sep 5, 2024
b282b1e
Convert `Option<&Lrc<T>>` return types to `Option<&T>`.
nnethercote Oct 7, 2024
75d02b3
Rename nested_meta to meta_item_inner
codemountains Oct 6, 2024
9964082
Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metait…
bors Oct 7, 2024
ad45e18
Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
matthiaskrgr Oct 7, 2024
0323e97
Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr
bors Oct 7, 2024
4923e5a
Add sugar for &pin (const|mut) types
eholk Sep 20, 2024
a8fe895
Fix clippy and rustfmt compilation
eholk Sep 20, 2024
44788b8
Add basic pin sugar support to rustfmt
eholk Sep 23, 2024
a2625bf
Hint which style_edition to use instead of version
ravvio Oct 8, 2024
ab5afca
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesl…
bors Oct 11, 2024
e2939c3
Move trait bound modifiers into ast::PolyTraitRef
compiler-errors Oct 13, 2024
e0d0aac
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
matthiaskrgr Oct 15, 2024
5314b36
Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
bors Oct 15, 2024
bdf2450
Rewrite for<..> async correctly
compiler-errors Oct 13, 2024
2d049af
feat: apply 2024 version sort algorithm to mods
calebcartwright Oct 17, 2024
6b41cad
update `PartialOrd` for `StyleEdition::Edition2027`
ytmimi Oct 9, 2024
a7e0c15
defer changes for zero argument functions until style_edition=2027
ytmimi Oct 9, 2024
affb464
compile rustfmt in `check_diff` crate (#6275)
benluiwj Oct 22, 2024
96cc01b
Fix typos
jayvdb Oct 23, 2024
d03d338
Do not format generic consts
compiler-errors Nov 2, 2024
777e25a
repair Ord for UseSegment (#6375)
ajewellamz Nov 4, 2024
535bbfb
Make Visitor::FnKind and MutVisitor::FnKind compatible
maxcabrajac Nov 8, 2024
224ced5
Introduce `InvisibleOrigin` on invisible delimiters.
nnethercote Apr 16, 2024
b116480
Implement the unsafe-fields RFC.
veluca93 Oct 26, 2024
d3cf411
cover guard patterns in rustfmt
max-niederman Oct 7, 2024
74dceee
Fix rustfmt according to review
Nadrieril Nov 24, 2024
232528a
Refactor `where` predicates, and reserve for attributes support
frank-king Nov 25, 2024
1872642
Use 'delta' for Shape args
camsteffen Nov 18, 2024
2a64f21
Return Result from Shape methods
camsteffen Nov 18, 2024
8cb2820
docs: Fix grammar in Configurations.md
imericxu Nov 27, 2024
0a32a02
Use preinterned `path` symbol
clubby789 Nov 27, 2024
78aa72f
fix versionsort chunk split on non-ASCII numerics (#6407)
jessicarod7 Dec 1, 2024
9f8fcc2
Use RewriteResult in visit_item (#6410)
camsteffen Dec 2, 2024
46c9cfc
Merge remote-tracking branch 'upstream/master' into subtree-push-nigh…
ytmimi Dec 2, 2024
af9e9c0
bump toolchain to nightly-2024-12-02
ytmimi Dec 2, 2024
334ee77
annotate `unsafe_fields` test with `#![feature(unsafe_fields)]`
ytmimi Dec 4, 2024
7be9019
Store a single copy of the error registry in DiagCtxt
bjorn3 Nov 9, 2024
8073aab
Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
matthiaskrgr Dec 8, 2024
4e46d2f
Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr
bors Dec 9, 2024
6b12b6b
Keep track of parse errors in `mod`s and don't emit resolve errors fo…
estebank Dec 5, 2024
8a2c073
Merge pull request #6412 from ytmimi/subtree-push-nightly-2024-12-02
ytmimi Dec 11, 2024
05c9d68
Fix tools
compiler-errors Dec 10, 2024
68a558c
Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk
matthiaskrgr Dec 13, 2024
de1c33c
Change the lookahead in `MacroParser::new`.
nnethercote Dec 11, 2024
46a1d70
Simplify `RefTokenTreeCursor::look_ahead`.
nnethercote Dec 11, 2024
cbec1df
Rename `RefTokenTreeCursor`.
nnethercote Dec 11, 2024
3aadb31
Only have one source of truth for keywords.
nnethercote Dec 13, 2024
aeca2c2
Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov
jieyouxu Dec 18, 2024
994b55e
Speed up `Parser::expected_token_types`.
nnethercote Dec 4, 2024
a43eef1
Fix incorrect strip r# prefix from `break` and `continue` labels (#6425)
sobatha Dec 22, 2024
c6a272b
Make sure we don't lose default struct value when formatting struct
compiler-errors Dec 22, 2024
ba8ee71
Stabilize style_edition 2024 in-tree
compiler-errors Dec 30, 2024
105cbf8
Merge remote-tracking branch 'upstream/master' into subtree-push-nigh…
ytmimi Jan 2, 2025
f874199
chore: bump rustfmt toolchain to nightly-2025-01-02
Jan 2, 2025
ab98945
chore: fixes needed for subtree-push
ytmimi Jan 2, 2025
f649c4c
make `style-edition` a stable option on the CLI
ytmimi Jan 2, 2025
7397eee
add `#![feature(unsafe_binders)]` annotation to tests
ytmimi Jan 2, 2025
840eb96
rustfmt: drop nightly-gating of the `--style-edition` flag registration
jieyouxu Jan 7, 2025
06ff325
Rename PatKind::Lit to Expr
oli-obk Jan 7, 2025
ad8b776
Only treat plain literal patterns as short
oli-obk Jan 8, 2025
31a9a27
Only treat plain literal patterns as short
oli-obk Jan 8, 2025
d97c4fb
Merge pull request #6431 from ytmimi/subtree-push-nightly-2025-01-02
ytmimi Jan 14, 2025
e6bc629
Update annotate-snippets
clubby789 Nov 10, 2024
0c91d0c
Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimi
matthiaskrgr Jan 16, 2025
6f7aeed
fix: wrap_comments creating invalid code blocks
grant0417 Dec 12, 2024
f19e826
Refactor FnKind variant to hold &Fn
celinval Jan 28, 2025
7de0ca8
Disable overflow_delimited_expr in edition 2024
compiler-errors Jan 30, 2025
5e05493
Slightly simplify DiagCtxt::make_silent
bjorn3 Feb 2, 2025
0eadd99
Use fallback fluent bundle from inner emitter in SilentEmitter
bjorn3 Feb 2, 2025
58ba360
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
safinaskar Feb 3, 2025
054efdd
add check_diff function implementation to check_diff crate
benluiwj Nov 9, 2024
35f9799
Add a TyPat in the AST to reuse the generic arg lowering logic
oli-obk Feb 6, 2025
5619b64
Don't remove block label from closure body (#6468)
anatawa12 Feb 12, 2025
2ad782c
Add option to control trailing zero in floating-point literals (#5834)
amatveiakin Feb 17, 2025
328f453
feat: use `semver` to match required version (#6066)
wesleymatosdev Feb 26, 2025
96264d2
docs: pull latest version from tags instead of releases in docs page …
karolzwolak Feb 26, 2025
c6c8159
docs: clarify the editions behavior and it's consequences on formatti…
karolzwolak Feb 27, 2025
6dcc68f
Do not yeet unsafe<> from type
compiler-errors Feb 28, 2025
326e321
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
frank-king Feb 5, 2025
7be7efa
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
nnethercote Dec 19, 2024
88e23c9
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
nnethercote Dec 20, 2024
71310c1
Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov
matthiaskrgr Mar 3, 2025
a28a422
Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
bors Mar 4, 2025
0ae8340
Implement `&pin const self` and `&pin mut self` sugars
frank-king Jan 19, 2025
facc42a
Simplify `rewrite_explicit_self`
frank-king Mar 5, 2025
ebd6372
Fix rustfmt
spastorino Dec 27, 2024
f9f0ac2
Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=niko…
matthiaskrgr Mar 7, 2025
ee329d3
Allow bool literals as first item of a single-line let chain (#6492)
est31 Mar 12, 2025
d038fb8
Preserve yield position during pretty printing
eholk Mar 12, 2025
e377632
Teach rustfmt to handle postfix yield
eholk Mar 13, 2025
96f68d1
Teach rustfmt to handle postfix yield
eholk Mar 18, 2025
ad0b41c
Refactor YieldKind so postfix yield must have an expression
eholk Mar 18, 2025
c4eaced
update rustfmt test
lcnr Mar 21, 2025
b661e49
Remove `is_any_keyword` methods.
nnethercote Mar 12, 2025
de6e2d7
Remove fields that are dead since the removal of type ascription syntax
fmease Mar 23, 2025
b3b26f4
Track whether an assoc item is in a trait impl or an inherent impl
oli-obk Mar 25, 2025
7590f5c
Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors
matthiaskrgr Mar 25, 2025
c8609d9
Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=co…
Zalathar Mar 26, 2025
fd7b9a4
Simplify `ItemVisitorKind`.
nnethercote Mar 20, 2025
6bcd711
Remove useless `Option<Ident>` arg.
nnethercote Mar 20, 2025
a535a31
Move `ast::Item::ident` into `ast::ItemKind`.
nnethercote Mar 20, 2025
ec55da1
Address review comments.
nnethercote Apr 1, 2025
1963641
Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk
bors Apr 1, 2025
f371e16
revert `overflow_delimited_expr` default for style edition 2024
ytmimi Apr 2, 2025
3955c2e
Merge remote-tracking branch 'upstream/master' into subtree-push-nigh…
ytmimi Apr 2, 2025
ab78ef6
chore: bump rustfmt toolchain to nightly-2025-04-02
ytmimi Apr 2, 2025
e3f0a53
Merge pull request #6531 from ytmimi/subtree-push-nightly-2025-04-02
ytmimi Apr 2, 2025
cdccf23
Add `#![feature(ergonomic_clones)]` formatting (#6532)
ytmimi Apr 2, 2025
5688caa
feat: add `match_arm_indent` option
kaathewisegit Mar 29, 2025
bedef9b
Try to discover `mod` items in cfg_match! arms (#6522)
CAD97 Apr 5, 2025
fd0ea74
readme: improve Editions section
tshepang Apr 12, 2025
18f4fa3
fix: split a line exceeding the maximum width
ynishimi May 30, 2025
bf5f0ea
Show what `use_field_init_shorthand = true` does
bernardosulzbach May 11, 2025
1443bba
Fix path resolution of `rustfmt` in `cargo-fmt` (#6566)
onur-ozkan Jun 5, 2025
334670e
fix: skip removing `self` in imports if they are stacked like `use se…
MarcusGrass Jun 11, 2025
ef94a72
Remove extraneous comma in `Configurations.md`
tylerlaprade Jun 15, 2025
59690c5
update changelog for v1.9.0 release
ytmimi Jan 2, 2025
109b565
fix Stabilize typo
ytmimi Jun 21, 2025
a9f0386
move version sort entry to `Changed` section
ytmimi Jun 21, 2025
a734657
remove note on internal change
ytmimi Jun 21, 2025
fb1397b
Add Caleb's entries to the `Fixed` Section
ytmimi Jun 21, 2025
f7161a5
Add Caleb's entries to the `Changed` section
ytmimi Jun 21, 2025
46d46d1
Add Caleb's entries to the `Added` section.
ytmimi Jun 21, 2025
0332da0
remove `misc` section
ytmimi Jun 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/check_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install rustup
run: |
Expand All @@ -30,4 +30,4 @@ jobs:
rustup target add x86_64-unknown-linux-gnu

- name: check diff
run: bash ${GITHUB_WORKSPACE}/ci/check_diff.sh ${{ github.event.inputs.clone_url }} ${{ github.event.inputs.branch_name }} ${{ github.event.inputs.commit_hash }} ${{ github.event.inputs.rustfmt_configs }}
run: bash ${GITHUB_WORKSPACE}/ci/check_diff.sh ${{ github.event.inputs.clone_url }} ${{ github.event.inputs.branch_name }} ${{ github.event.inputs.commit_hash || github.event.inputs.branch_name }} ${{ github.event.inputs.rustfmt_configs }}
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
integration: [
bitflags,
error-chain,
log,
mdbook,
packed_simd,
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run build
- name: install rustup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run build
- name: install rustup
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
test:
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
# macOS Catalina 10.15
runs-on: macos-latest
name: (${{ matrix.target }}, ${{ matrix.cfg_release_channel }})
env:
Expand All @@ -23,7 +22,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run build
- name: install rustup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: rustdoc check
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install rustup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Run build
- name: install rustup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: disable git eol translation
run: git config --global core.autocrlf false
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run build
- name: Install Rustup using win.rustup.rs
Expand Down
328 changes: 322 additions & 6 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A version of this document [can be found online](https://www.rust-lang.org/condu
* Please be kind and courteous. There's no need to be mean or rude.
* Respect that people have differences of opinion and that every design or implementation choice carries a trade-off and numerous costs. There is seldom a right answer.
* Please keep unstructured critique to a minimum. If you have solid ideas you want to experiment with, make a fork and see how it works.
* We will exclude you from interaction if you insult, demean or harass anyone. That is not welcome behavior. We interpret the term "harassment" as including the definition in the <a href="http://citizencodeofconduct.org/">Citizen Code of Conduct</a>; if you have any lack of clarity about what might be included in that concept, please read their definition. In particular, we don't tolerate behavior that excludes people in socially marginalized groups.
* We will exclude you from interaction if you insult, demean or harass anyone. That is not welcome behavior. We interpret the term "harassment" as including the definition in the <a href="https://github.com/stumpsyn/policies/blob/master/citizen_code_of_conduct.md/">Citizen Code of Conduct</a>; if you have any lack of clarity about what might be included in that concept, please read their definition. In particular, we don't tolerate behavior that excludes people in socially marginalized groups.
* Private harassment is also unacceptable. No matter who you are, if you feel you have been or are being harassed or made uncomfortable by a community member, please contact one of the channel ops or any of the [Rust moderation team][mod_team] immediately. Whether you're a regular contributor or a newcomer, we care about making this community a safe place for you and we've got your back.
* Likewise any spamming, trolling, flaming, baiting or other attention-stealing behavior is not welcome.

Expand Down
Loading