Skip to content
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

RFC: cargo-script #3502

Merged
merged 59 commits into from
May 17, 2024
Merged
Changes from 7 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
1f40980
feat: Add skeleton
epage Sep 26, 2023
a763b10
feat: Initial RFC draft
epage Sep 26, 2023
76b4ee9
fix: Add RFC number
epage Sep 26, 2023
c62f117
fix: Share tracking issue between eRFC and RFC
epage Sep 26, 2023
2d38459
fix: Add cross-link to syntax RFC
epage Sep 26, 2023
de6a08c
fix: Quick edit pass
epage Sep 26, 2023
a861e7f
fix: Call out playground support
epage Sep 26, 2023
b70e4d1
fix: Clarify --manfest-path sentence
epage Sep 26, 2023
e425dcd
fix: Have summary example use a file extension
epage Sep 26, 2023
f3eec61
fix: Shift focus from extension to semantics
epage Sep 26, 2023
53aeb2a
fix: Focus on the .rs extension
epage Sep 26, 2023
2c87bb9
fix: Update rest of 'publish' sections
epage Sep 27, 2023
a4763f1
fix: Update single-file package detection logic
epage Sep 27, 2023
dd8a334
fix: Remove out of date section
epage Sep 27, 2023
d123898
fix: Correct typo
epage Sep 27, 2023
899a096
fix: Call out version question
epage Sep 27, 2023
3bcb2ad
fix: Include full cargo output in example
epage Sep 27, 2023
748beb5
fix: Add another binary candidate
epage Sep 27, 2023
c55c10b
fix: Correct typos
epage Sep 27, 2023
db2f148
fix: Correct remaining example runs
epage Sep 27, 2023
ff01e8e
fix: Call out stale deps problem
epage Sep 27, 2023
967a494
fix: Clarify lockfile consideration
epage Sep 27, 2023
ac2540a
fix: Ensure we call out stdin as future possibility
epage Sep 27, 2023
c650af3
fix: Correct references to toolchain file
epage Sep 27, 2023
f7b8bf3
fix: Call out precedence downsides
epage Sep 27, 2023
45d6014
fix: De-emphasize cargo team load
epage Sep 27, 2023
f78441f
fix: Call out people wanting optimized builds
epage Sep 27, 2023
9002faf
fix: Call out performance workaround
epage Sep 27, 2023
e4d8ae7
fix: Call out availability of read-manifest
epage Sep 27, 2023
ad5ab23
fix: Include execve case for precedence
epage Sep 27, 2023
c652258
fix: Typo
epage Sep 29, 2023
6493be3
fix: Resolve ambiguous english in precedence rules
epage Sep 29, 2023
99d5ea3
fix: Be explicit about clean
epage Sep 29, 2023
941f696
fix: Typo
epage Sep 29, 2023
9589b61
fix: Link out to RSS
epage Sep 29, 2023
fd464ac
fix: Typo
epage Sep 29, 2023
ad7ece2
fix: Dont mention lockfile policy
epage Sep 29, 2023
89f58b0
fix: Typo
epage Sep 29, 2023
096beb9
fix: List out custom profiles
epage Oct 25, 2023
a8e1a6b
fix: Update for new version behavior
epage Oct 27, 2023
2680cdc
fix: Add cargo-install rustup link
epage Nov 2, 2023
d0abe6b
fix: Adjust the config file search path for security reasons
epage Apr 23, 2024
f9cb938
fix(future): Cover release profile support
epage Apr 23, 2024
15bb6a8
fix: Update for new syntax
epage Apr 23, 2024
8d6aae1
fix: Expand on precedence
epage Apr 23, 2024
457801f
fix: Remove a drawback as its future possibility
epage Apr 23, 2024
db1bbda
refactor: Group target directory drawbacks
epage Apr 23, 2024
93e8b1f
fix(drawback): Call out losing build cache
epage Apr 23, 2024
cd31084
feat(future): Add overhead problems with ideas
epage May 6, 2024
e38e566
fix(future): Typo
epage May 6, 2024
03c24f7
fix: Be consistent on possible binary name
epage May 6, 2024
d72712e
fix: Be more specific in std stream redirection
epage May 6, 2024
e5f16b4
fix: Be consistent on possible binary name
epage May 6, 2024
3814196
fix: Be more specific in std stream redirection
epage May 6, 2024
761049c
fix: Typo
epage May 6, 2024
ec8d3ad
feat(alt): New lockfile format
epage May 6, 2024
ed8ebc9
fix(ref): Clarify we aren't locking down target dir
epage May 7, 2024
87ffdec
fix: Typo in example command
epage May 15, 2024
7b9d962
fix: Clarify portability of env -S
epage May 15, 2024
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
Loading