Skip to content

[compiler] allow local fixtures to be excluded from git w "nocommit" prefix #33178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: gh/josephsavona/85/base
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
68ab155
[compiler] allow local fixtures to be excluded from git w "nocommit" …
josephsavona May 12, 2025
18faf65
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 13, 2025
f144185
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 22, 2025
87163cb
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 23, 2025
ca8463d
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 27, 2025
e6883db
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 27, 2025
d24e6ac
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 28, 2025
ea1d621
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 28, 2025
ab93a18
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 29, 2025
7123732
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 29, 2025
db7db58
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 30, 2025
5191104
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 30, 2025
94b949a
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 30, 2025
9e508d7
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona May 30, 2025
8865ae4
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 2, 2025
5497c0f
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 3, 2025
f1171c4
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 3, 2025
fc12471
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 3, 2025
3ead50a
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 4, 2025
3ab9e51
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 5, 2025
ae3d32d
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 5, 2025
df8d849
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 5, 2025
f9b2d58
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 6, 2025
e7d52c1
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 6, 2025
6967ca4
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 6, 2025
ded039b
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 6, 2025
d3955bd
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 7, 2025
3b664cf
Update on "[compiler] allow local fixtures to be excluded from git w …
josephsavona Jun 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions compiler/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
debug/
target/

nocommit*.js
nocommit*.expect.md

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading