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

Release 0.3.0 #7

Closed
wants to merge 76 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
c8390cd
Show files produced by --emit foo in json artifact notifications
pacak Apr 6, 2024
fc1e52a
Add tracking issue and unstable book page for `"vectorcall"` ABI
beetrees Apr 28, 2024
65dffc1
Change pedantically incorrect OnceCell/OnceLock wording
mqudsi May 24, 2024
1052d29
std: make TLS accessors closures that return pointers
joboet May 24, 2024
6df8d0d
fix UI test
joboet May 25, 2024
a126c11
Reorder the TOC so that targets are put under their meta-group
Lokathor May 28, 2024
f646314
make the fact that arm-none-eabi is a group of targets the first thin…
Lokathor May 28, 2024
144adf6
update armv4t docs
Lokathor May 28, 2024
d8704b9
It's spelled "ARM", in all caps.
Lokathor May 28, 2024
bb1f5c3
delete the offending single space.
Lokathor May 28, 2024
1e3e3df
rewrite emit test
Oneirical May 21, 2024
5db8552
rewrite bare-outfile test
Oneirical May 21, 2024
836c08e
rewrite mixing-formats test
Oneirical May 21, 2024
94d4040
The modern styling is apparently to use Title Case for the chip/compa…
Lokathor May 31, 2024
5f0043a
Handle no values cfg with --print=check-cfg
Urgau May 31, 2024
f58bf91
Add missing tracking issue number for --print=check-cfg
Urgau May 31, 2024
b320ac7
Add a regression test for a former blanket impl synthesis ICE
fmease Jun 3, 2024
6e120cf
Remove some allowed-makefiles
Oneirical May 21, 2024
ac24299
Reformat `mir!` macro invocations to use braces.
nnethercote Jun 3, 2024
c9c80d2
rustfmt `tests/mir-opt`.
nnethercote Jun 3, 2024
4576027
Remove stray "this"
tbu- Jun 3, 2024
8768db9
Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obk
bors Jun 3, 2024
aebe8a7
Add regression test
oli-obk May 27, 2024
61c4b7f
Hide some follow-up errors
oli-obk May 27, 2024
4dec6bb
Avoid an `Option` that is always `Some`
oli-obk Jun 3, 2024
24af952
Store indices of generic args instead of spans, as the actual entries…
oli-obk Jun 3, 2024
2e3842b
Mark all missing generic args as errors
oli-obk Jun 3, 2024
adb2ac0
Mark all extraneous generic args as errors
oli-obk Jun 3, 2024
084ccd2
Remove unnecessary extension trait
compiler-errors Jun 1, 2024
54b2b7d
Make TraitEngines generic over error
compiler-errors Jun 1, 2024
eb0a70a
Opt-in diagnostics reporting to avoid doing extra work in the new solver
compiler-errors Jun 1, 2024
94a524e
Use ScrubbedTraitError in more places
compiler-errors Jun 1, 2024
27f5ecc
Move FulfillmentErrorCode to rustc_trait_selection too
compiler-errors Jun 1, 2024
1e72c7f
Add cycle errors to ScrubbedTraitError to remove a couple more calls …
compiler-errors Jun 2, 2024
063b26a
Explain some code duplication
oli-obk Jun 3, 2024
108a1e5
Always provide previous generic arguments
oli-obk Jun 3, 2024
d498eb5
Provide previous generic arguments to `provided_kind`
oli-obk Jun 3, 2024
de6b219
Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation
compiler-errors Apr 23, 2024
511f1cf
check_is_object_safe -> is_object_safe
compiler-errors May 21, 2024
a41c44f
Nits and formatting
compiler-errors Jun 3, 2024
eb5e244
Auto merge of #125864 - compiler-errors:opt-in-error-reporting, r=lcnr
bors Jun 3, 2024
7c52d2d
Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxu
bors Jun 3, 2024
1689a5a
Auto merge of #122597 - pacak:master, r=bjorn3
bors Jun 4, 2024
273b990
Align Term methods with GenericArg methods
compiler-errors May 30, 2024
90d6255
Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obk
bors Jun 4, 2024
27529d5
Auto merge of #125525 - joboet:tls_accessor, r=cuviper
bors Jun 4, 2024
aa13b89
Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss
jieyouxu Jun 4, 2024
d5a0422
Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper
jieyouxu Jun 4, 2024
0dc6550
Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU
jieyouxu Jun 4, 2024
6c2cf0b
Rollup merge of #125690 - Lokathor:arm-maintainer-reorg, r=ehuss
jieyouxu Jun 4, 2024
b477f89
Rollup merge of #125750 - compiler-errors:expect, r=lcnr
jieyouxu Jun 4, 2024
756af9d
Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petroche…
jieyouxu Jun 4, 2024
6abb7fb
Rollup merge of #125909 - fmease:rustdoc-add-test-synth-blanket-impls…
jieyouxu Jun 4, 2024
a04a603
Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd
jieyouxu Jun 4, 2024
85f90a4
Auto merge of #125960 - jieyouxu:rollup-1s7f6lr, r=jieyouxu
bors Jun 4, 2024
8f82132
Delete Rust workflows
Oct 12, 2023
d45286f
Add Dusk compiler configuration
Oct 12, 2023
068e49c
Add compiler building workflow
Oct 12, 2023
66135ca
Remove `aarch64-apple-darwin` build
Oct 13, 2023
f123f9a
Build distribuition and upload it
Oct 14, 2023
6a82ef4
Add `aarch64-apple-darwin` target
Dec 5, 2023
667f76f
Build `x86_64-apple-darwin` on `macos-latest-large`
Dec 5, 2023
f1979dd
CI
Jun 3, 2024
ea88c40
CI
Jun 4, 2024
61a799f
CI
Jun 4, 2024
e5d2024
CONFIG
Jun 4, 2024
5f102ff
CONFIG
Jun 4, 2024
3561ca7
CONFIG
Jun 4, 2024
d2a41e3
CI
Jun 4, 2024
abf3e6b
CONFIG
Jun 4, 2024
d70b5e0
CI
Jun 4, 2024
dde2a9d
CI
Jun 4, 2024
c894f8f
CI
Jun 4, 2024
fbb1fde
CONFIG
Jun 4, 2024
573480e
CI
Jun 4, 2024
2968020
CONFIG
Jun 4, 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
247 changes: 0 additions & 247 deletions .github/workflows/ci.yml

This file was deleted.

142 changes: 0 additions & 142 deletions .github/workflows/dependencies.yml

This file was deleted.

Loading
Loading