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

Draft: Add dependencies to copyright file #3

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
777 commits
Select commit Hold shift + click to select a range
ff1476c
Rollup merge of #128478 - nnethercote:update-git-blame-ignore-revs, r…
matthiaskrgr Aug 1, 2024
97ac52f
Auto merge of #128481 - matthiaskrgr:rollup-efa706r, r=matthiaskrgr
bors Aug 1, 2024
bf5844e
Auto merge of #17756 - Wilfred:fix_adoc_json, r=Veykril
bors Aug 1, 2024
5af27e4
flock: a bit of cleanup
RalfJung Aug 1, 2024
2eb2ef1
Streamline attribute stitching on AST nodes.
nnethercote Jul 31, 2024
9d77d17
Move a comment to a better spot.
nnethercote Aug 1, 2024
d1f05fd
Distinguish the two kinds of token range.
nnethercote Jul 31, 2024
769e900
Auto merge of #3781 - RalfJung:flock, r=RalfJung
bors Aug 1, 2024
9117546
when josh-proxy screws up the roundtrip, say what the involved commit…
RalfJung Aug 1, 2024
70805f9
when josh-proxy screws up the roundtrip, say what the involved commit…
RalfJung Aug 1, 2024
9de5630
Auto merge of #3782 - RalfJung:josh-roundtrip-error, r=RalfJung
bors Aug 1, 2024
b21af62
refactor(pal/hermit): make `ENV` a non-mutable static
mkroening Jul 31, 2024
4da966c
fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)`
mkroening Jul 31, 2024
820ec72
fix(os/hermit): `deny(unsafe_op_in_unsafe_fn)`
mkroening Jul 31, 2024
9ec4844
Auto merge of #17761 - RalfJung:josh-roudntrip-error, r=lnicola
bors Aug 1, 2024
c0e3298
Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, …
bors Aug 1, 2024
de78cb5
on a signed deref check, mention the right pointer in the error
RalfJung Jul 29, 2024
5d5c97a
interpret: simplify pointer arithmetic logic
RalfJung Aug 1, 2024
db1652e
fix the way we detect overflow for inbounds arithmetic (and tweak the…
RalfJung Aug 1, 2024
e157954
Fix removed `box_syntax` diagnostic if source isn't available
clubby789 Aug 1, 2024
e60ebb2
Auto merge of #128490 - lnicola:sync-from-ra, r=lnicola
bors Aug 1, 2024
6d312d7
MIR required_consts, mentioned_items: ensure we do not forget to fill…
RalfJung Aug 1, 2024
f449586
Update sysinfo version to 0.31.2
GuillaumeGomez Jul 31, 2024
c8a3caf
fix dropck documentation for `[T;0]` special-case
Bryanskiy Aug 1, 2024
b485dd1
rewrite reproducible-build-2 to rmake
Oneirical Jun 28, 2024
94da7b1
rewrite stable-symbol-names to rmake
Oneirical Jun 28, 2024
45d35ba
chore: refactor backtrace formatting
Konippi Aug 1, 2024
52a49d9
rustdoc: Add test for `impl_trait_in_accos_type`
aDotInTheVoid Jul 19, 2024
73ac5e0
rustdoc: Remove OpaqueTy
aDotInTheVoid Jul 3, 2024
93561a1
Rollup merge of #127490 - ferrocene:hoverbear/add-riscv64gc-unknown-l…
matthiaskrgr Aug 1, 2024
683f2d3
Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=…
matthiaskrgr Aug 1, 2024
8671b0b
Rollup merge of #128482 - RalfJung:ptr-signed-offset, r=oli-obk
matthiaskrgr Aug 1, 2024
29cd310
Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-…
matthiaskrgr Aug 1, 2024
ca73b8b
Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnr
matthiaskrgr Aug 1, 2024
e6b6d04
Rollup merge of #128499 - Konippi:refactor-backtrace-formatting, r=tg…
matthiaskrgr Aug 1, 2024
a886938
Auto merge of #128504 - matthiaskrgr:rollup-pawylnk, r=matthiaskrgr
bors Aug 1, 2024
0204762
Share `UnorderedKeyError` with `BTReeMap` for set API
kmicklas Aug 1, 2024
4560770
Fix some uses of "map" instead of "set" in `BTreeSet` cursor API docs
kmicklas Aug 1, 2024
cbdc377
Introduce `Cursor`/`CursorMut`/`CursorMutKey` thrichotomy for `BTreeS…
kmicklas Aug 1, 2024
8ce8c42
Do not underline suggestions for code that is already there
estebank Jun 22, 2024
b73077e
separate test file for invalid sym operand
folkertdev Aug 1, 2024
47e6db5
separate test file for invalid const operand
folkertdev Aug 1, 2024
8e86c95
Auto merge of #127276 - aDotInTheVoid:no-opaque, r=camelid
bors Aug 1, 2024
0bc501e
Fix mutability in doc tests for `BTreeSet` cursors
kmicklas Aug 1, 2024
41b017e
Add the `sha512`, `sm3` and `sm4` target features
sayantn Aug 1, 2024
b72685b
rustdoc: Remove dead opaque_tys rendering logic
aDotInTheVoid Aug 1, 2024
425ae69
Auto merge of #127624 - Oneirical:a-test-of-lime, r=jieyouxu
bors Aug 2, 2024
b2f7e71
Dogfood
c410-f3r Aug 2, 2024
05e692a
Auto merge of #128147 - lolbinarycat:fmt-write-bloat-rmake, r=jieyouxu
bors Aug 2, 2024
af79a63
time.rs: remove "Basic usage text"
tshepang Aug 2, 2024
2f0aaaf
std: Remove has_cpuid
workingjubilee Aug 2, 2024
d1d57bd
Rollup merge of #126818 - estebank:suggestions-fix, r=wesleywiser
matthiaskrgr Aug 2, 2024
2dabaa0
Rollup merge of #128436 - GuillaumeGomez:update-sysinfo, r=clubby789
matthiaskrgr Aug 2, 2024
67fcb58
Rollup merge of #128453 - RalfJung:raw_eq, r=saethlin
matthiaskrgr Aug 2, 2024
55ed05c
Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubilee
matthiaskrgr Aug 2, 2024
66d243f
Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors
matthiaskrgr Aug 2, 2024
1140fd1
Rollup merge of #128521 - aDotInTheVoid:opaque-fallout, r=camelid
matthiaskrgr Aug 2, 2024
2cec7a8
Auto merge of #128529 - matthiaskrgr:rollup-gzq2slo, r=matthiaskrgr
bors Aug 2, 2024
7d7c4db
Preparing for merge from rustc
Aug 2, 2024
77ca30f
Implement `UncheckedIterator` directly for `RepeatN`
scottmcm Aug 2, 2024
85ed3fe
Merge from rustc
Aug 2, 2024
fc260e1
fmt
Aug 2, 2024
989b8f7
Auto merge of #3783 - rust-lang:rustup-2024-08-02, r=RalfJung
bors Aug 2, 2024
1932602
Auto merge of #128254 - Amanieu:orig-binary-search, r=tgross35
bors Aug 2, 2024
36527d6
rustfmt: Remove `has_cpuid` from test
workingjubilee Aug 2, 2024
7742be0
Handle virtual workspaces in the tidy edition check
bjorn3 Aug 1, 2024
1f3be75
Move the standard library to a separate workspace
bjorn3 Aug 1, 2024
5367673
Auto merge of #128352 - Oneirical:daLTOnist-vision, r=jieyouxu
bors Aug 2, 2024
feeeb5c
Bless tests
bjorn3 Aug 2, 2024
c4b7417
Add `miri_start` support
primoly Jul 28, 2024
6bb1197
docs
RalfJung Aug 2, 2024
5852b24
Auto merge of #3769 - primoly:miri-start, r=RalfJung
bors Aug 2, 2024
f850e37
Check divergence value first before doing span operations in warn_if_…
compiler-errors Aug 2, 2024
8f641b1
rewrite foreign-double-unwind to rmake
Oneirical Jul 18, 2024
5b44f80
rewrite and rename issue-36710 to rmake
Oneirical Jul 18, 2024
46b4083
rewrite foreign-exceptions to rmake
Oneirical Jul 18, 2024
f82eb4d
Auto merge of #127926 - Oneirical:classical-orctestra, r=jieyouxu
bors Aug 2, 2024
6264d2e
bootstrap: fix bug preventing the use of custom targets
lolbinarycat Jul 27, 2024
c27fa5c
rewrite rustdoc-default-output to rmake
Oneirical Jul 29, 2024
c0d9357
rewrite cross-lang-lto-clang to rmake
Oneirical Jul 29, 2024
560e86d
rewrite cross-lang-lto-pgo-smoketest to rmake
Oneirical Jul 29, 2024
290a260
run cross-lang-lto-pgo-smoketest in CI by renaming it
Oneirical Aug 1, 2024
84e261e
chore: use shorthand initializer
nyurik Aug 2, 2024
fd8d6fb
Auto merge of #128361 - Oneirical:testle-deforestation, r=jieyouxu
bors Aug 2, 2024
eb726a5
add `needs-asm-support` to invalid-sym-operand
folkertdev Aug 2, 2024
1df0458
Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpui…
bors Aug 3, 2024
05111c9
Update cargo
weihanglo Aug 3, 2024
7dd5ad2
rustdoc: Extract helper function to add item to search index
camelid Aug 2, 2024
2721e97
rustdoc: Clarify construction of name for search index
camelid Aug 2, 2024
4e20847
rustdoc: Simplify some search index code
camelid Aug 2, 2024
015aa8d
Restructure a confusing `match`
camelid Aug 2, 2024
08f4d54
Extract local variables
camelid Aug 2, 2024
220c2d8
Restructure `add_item_to_search_index` to eliminate code paths
camelid Aug 2, 2024
a798e0f
chore: refactor backtrace style in panic
Konippi Aug 2, 2024
ed010dd
Assert that all attributes are actually checked via `CheckAttrVisitor…
oli-obk Jul 31, 2024
33cb334
Add test for `coroutine` attribute
oli-obk Aug 1, 2024
8b9d7b1
Simplify match based on the cast result of `IntToInt`.
DianQK Jul 4, 2024
1f9d960
Re-enable SimplifyToExp in match_branches.
DianQK Jul 30, 2024
b0beb64
Use ParamEnv::reveal_all in CFI
compiler-errors Aug 3, 2024
eefd2ea
Auto merge of #128576 - weihanglo:update-cargo, r=weihanglo
bors Aug 3, 2024
6aab319
Preparing for merge from rustc
Aug 3, 2024
62e2800
Merge from rustc
Aug 3, 2024
5ce554f
allow setting `link-shared` and `static-libstdcpp` with CI LLVM
onur-ozkan Aug 3, 2024
a604303
Auto merge of #128356 - Oneirical:real-estate-reaLTOr, r=jieyouxu
bors Aug 3, 2024
47aea6f
Auto merge of #3785 - rust-lang:rustup-2024-08-03, r=RalfJung
bors Aug 3, 2024
21c0251
Miri: add a flag to do recursive validity checking
RalfJung Aug 2, 2024
8aa1829
Rollup merge of #126704 - sayantn:sha, r=Amanieu
matthiaskrgr Aug 3, 2024
1f70013
Rollup merge of #127586 - zachs18:more-must-use, r=cuviper
matthiaskrgr Aug 3, 2024
47a795b
Rollup merge of #128161 - EtomicBomb:just-compiletest, r=notriddle
matthiaskrgr Aug 3, 2024
95d9f1c
Rollup merge of #128303 - NobodyXu:specialise-for-pipe, r=cuviper
matthiaskrgr Aug 3, 2024
2f549aa
Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviper
matthiaskrgr Aug 3, 2024
dee57ce
Rollup merge of #128483 - nnethercote:still-more-cfg-cleanups, r=petr…
matthiaskrgr Aug 3, 2024
9b69042
Rollup merge of #128557 - nyurik:dup-init, r=compiler-errors
matthiaskrgr Aug 3, 2024
ad0a2b7
Auto merge of #128595 - matthiaskrgr:rollup-7a4qa8b, r=matthiaskrgr
bors Aug 3, 2024
35977b4
linker: Pass fewer search directories to the linker
petrochenkov Jul 29, 2024
1f873f9
Fix linking to sanitizers on Apple targets
petrochenkov Aug 3, 2024
361ab1a
Revert "Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petr…
compiler-errors Jul 30, 2024
c6b6c12
Revert "Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pn…
compiler-errors Jul 30, 2024
5f5b4ee
Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=…
compiler-errors Jul 30, 2024
22da616
Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pn…
compiler-errors Jul 30, 2024
d29818c
Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petr…
compiler-errors Jul 30, 2024
ac56007
Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pn…
compiler-errors Jul 30, 2024
cbd27db
Suppress new false-negatives that were masked by dead code analysis c…
compiler-errors Jul 30, 2024
a57b8b9
Bless test fallout
compiler-errors Jul 30, 2024
106cf7b
Remove another false-negative hidden by dead code changes
compiler-errors Aug 3, 2024
b564b70
Update run-make/used to use `any_symbol_contains`
ChrisDenton Aug 3, 2024
eb45146
Remove BAR for run-make/used.rs
ChrisDenton Aug 3, 2024
1f47624
Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=p…
bors Aug 3, 2024
a3a09b4
Simplify `body` usage in rustdoc
GuillaumeGomez Aug 2, 2024
c2523c9
Use object in run-make/symbols-visibility
ChrisDenton Aug 3, 2024
edc4dc3
Auto merge of #128370 - petrochenkov:libsearch, r=bjorn3
bors Aug 3, 2024
36a8059
Remove unnecessary constants from flt2dec dragon
swenson Aug 3, 2024
f28d157
Update rmake.rs
ChrisDenton Aug 3, 2024
8497800
Add test for updating enum discriminant through pointer
clubby789 Aug 1, 2024
bbf60c8
Auto merge of #127324 - DianQK:match-br, r=cjgillot
bors Aug 3, 2024
7d9ed2a
Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, …
matthiaskrgr Aug 3, 2024
0afbe48
Rollup merge of #128283 - lolbinarycat:bootstrap-custom-target, r=alb…
matthiaskrgr Aug 3, 2024
53a5619
Rollup merge of #128530 - scottmcm:repeat-n-unchecked, r=joboet
matthiaskrgr Aug 3, 2024
0613381
Rollup merge of #128551 - Konippi:refactor-backtrace-style-in-panic, …
matthiaskrgr Aug 3, 2024
e488ee7
Rollup merge of #128573 - GuillaumeGomez:simplify-body, r=notriddle
matthiaskrgr Aug 3, 2024
3a9d432
Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercote
matthiaskrgr Aug 3, 2024
0655ed2
Rollup merge of #128603 - ChrisDenton:used, r=jieyouxu
matthiaskrgr Aug 3, 2024
eb2de64
rustdoc: make the hover trail for doc anchors a bit bigger
notriddle Aug 3, 2024
64ebd39
Auto merge of #128614 - matthiaskrgr:rollup-d2fextz, r=matthiaskrgr
bors Aug 3, 2024
2cde11f
Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and rem…
sayantn Aug 3, 2024
b94a9c1
Remove skipping symbols with the `__imp_` prefix
ChrisDenton Aug 3, 2024
01bda01
Update stdarch
sayantn Aug 3, 2024
de26ad1
Promote riscv64gc-unknown-linux-musl to tier 2
Amanieu Feb 26, 2024
a937a3b
Make riscv64gc-unknown-linux-musl dynamically linked by default
Amanieu Jun 22, 2024
9963a6c
Add platform support document for riscv64gc-unknown-linux-musl
Amanieu Jun 22, 2024
cb7c596
Update rinja version to 0.3.0
GuillaumeGomez Aug 3, 2024
8f63e9f
Auto merge of #128441 - Bryanskiy:delegation-perf, r=petrochenkov
bors Aug 3, 2024
3a41a11
Migrate `run-make/print-calling-conventions` to ui-test
Rejyr Jul 17, 2024
f9d7e4c
Remove cygpath from run-make-support
ChrisDenton Aug 3, 2024
9e5c9c1
tests: add regression test for incorrect "builtin attribute is checke…
jieyouxu Aug 4, 2024
9d0eaa2
check_attr: cover multi-segment attributes on specific check arms
jieyouxu Aug 4, 2024
b389b0a
Auto merge of #128466 - sayantn:stdarch-update, r=tgross35
bors Aug 4, 2024
1ca959e
Migrate `print-target-list` to `rmake`
Rejyr Jul 17, 2024
36cf385
Ensure `Rustc::print` use in `rmake` tests
Rejyr Jul 17, 2024
007d9e1
rustdoc: Re-add missing `stripped_mod` check; explain orphan impls
camelid Aug 4, 2024
9052139
Stabilize Wasm relaxed SIMD
daxpedda Feb 21, 2024
80b74d3
Implement a implicit target feature mechanism
daxpedda Jul 12, 2024
249afea
docs(resolve): more explain about `target`
bvanjoi Aug 4, 2024
2ac0969
handle crates when they are not specified for std docs
onur-ozkan Aug 4, 2024
58fb508
Auto merge of #127877 - Rejyr:migrate-print-rmake, r=jieyouxu
bors Aug 4, 2024
b6b8330
Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, …
matthiaskrgr Aug 4, 2024
c8a33f7
Rollup merge of #128526 - tshepang:patch-1, r=Amanieu
matthiaskrgr Aug 4, 2024
19bceed
Rollup merge of #128531 - RalfJung:miri-recursive-validity, r=saethlin
matthiaskrgr Aug 4, 2024
8c82692
Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddle
matthiaskrgr Aug 4, 2024
ad5b9c2
Rollup merge of #128589 - onur-ozkan:llvm-configs, r=cuviper
matthiaskrgr Aug 4, 2024
badf983
Rollup merge of #128615 - notriddle:notriddle/anchor-a11y, r=Guillaum…
matthiaskrgr Aug 4, 2024
f1c4c0f
Rollup merge of #128620 - GuillaumeGomez:update-rinja, r=notriddle
matthiaskrgr Aug 4, 2024
ebd08d8
Auto merge of #128634 - matthiaskrgr:rollup-l5a2v5k, r=matthiaskrgr
bors Aug 4, 2024
ab1527f
Auto merge of #128544 - compiler-errors:perf-warn_if_unreachable, r=f…
bors Aug 4, 2024
178886e
Update incorrect comment
bjorn3 Aug 4, 2024
176e545
Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrum
bors Aug 4, 2024
69de294
tests: more crashes
matthiaskrgr Aug 4, 2024
249d686
rustdoc: Rename `SelfTy` to `ReceiverTy`
camelid Jul 31, 2024
664b3ff
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
camelid Jul 31, 2024
4e348fa
rustdoc: Stop treating `Self` as a generic in search index
camelid Aug 1, 2024
e452e3d
Use `match` instead of sequence of `if let`s
camelid Aug 1, 2024
b4f77df
rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)
camelid Aug 1, 2024
dac7f20
Add test for `Self` not being a generic in search index
camelid Aug 1, 2024
41ec376
Add `Debug` impls to API types in `rustc_codegen_ssa`
fuzzypixelz Aug 4, 2024
70ab51f
Correct the const stabilization of `<[T]>::last_chunk`
glandium Aug 3, 2024
cc61dc8
Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=comp…
matthiaskrgr Aug 5, 2024
d10f2b3
Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_d…
matthiaskrgr Aug 5, 2024
f6c8b7a
Rollup merge of #127974 - onur-ozkan:force-std-builds, r=Mark-Simulacrum
matthiaskrgr Aug 5, 2024
e4367ce
Rollup merge of #128309 - kmicklas:btreeset-cursor, r=Amanieu
matthiaskrgr Aug 5, 2024
3c8b259
Rollup merge of #128500 - clubby789:122600-test, r=Mark-Simulacrum
matthiaskrgr Aug 5, 2024
2048007
Rollup merge of #128623 - jieyouxu:check-attr-ice, r=nnethercote
matthiaskrgr Aug 5, 2024
29e9248
Auto merge of #128672 - matthiaskrgr:rollup-txf7siy, r=matthiaskrgr
bors Aug 5, 2024
02c3837
Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=M…
matthiaskrgr Aug 5, 2024
4adefa4
Rollup merge of #128471 - camelid:rustdoc-self, r=notriddle
matthiaskrgr Aug 5, 2024
f231973
Rollup merge of #128607 - ChrisDenton:visibility, r=jieyouxu
matthiaskrgr Aug 5, 2024
1e951b7
Rollup merge of #128609 - swenson:smaller-faster-dragon, r=Amanieu
matthiaskrgr Aug 5, 2024
baa00e5
Rollup merge of #128611 - ChrisDenton:cygpath, r=jieyouxu
matthiaskrgr Aug 5, 2024
74df517
Rollup merge of #128619 - glandium:last_chunk, r=scottmcm
matthiaskrgr Aug 5, 2024
227944d
Rollup merge of #128630 - bvanjoi:resolve-comment, r=petrochenkov
matthiaskrgr Aug 5, 2024
5fa740f
Rollup merge of #128660 - matthiaskrgr:niceice, r=compiler-errors
matthiaskrgr Aug 5, 2024
4d48a6b
Auto merge of #128673 - matthiaskrgr:rollup-gtvpkm7, r=matthiaskrgr
bors Aug 5, 2024
9411844
`OperandRef` already had a `Debug` impl
fuzzypixelz Aug 5, 2024
d280837
Preparing for merge from rustc
RalfJung Aug 5, 2024
34aa09a
Merge from rustc
RalfJung Aug 5, 2024
61463fd
fmt
RalfJung Aug 5, 2024
5e944bb
Auto merge of #3786 - RalfJung:rustup, r=RalfJung
bors Aug 5, 2024
9179d9b
Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichton
bors Aug 5, 2024
7499e21
rustdoc-json: discard non-local inherent impls
its-the-shrimp Jul 30, 2024
83e9b93
Auto merge of #127095 - Oneirical:testiary-education, r=jieyouxu
bors Aug 5, 2024
6a891ec
Enforce supertrait outlives obligations hold when confirming impl
compiler-errors Jul 18, 2024
fa9ae7b
Elaborate supertraits in dyn candidates
compiler-errors Jul 18, 2024
2b78d92
Auto merge of #124336 - compiler-errors:super-outlives, r=lcnr
bors Aug 5, 2024
34e0878
Don't re-elaborated already elaborated caller bounds in method probe
compiler-errors Aug 2, 2024
ab690d3
fix the invalid argument type in `helpers::get_closest_merge_base_com…
onur-ozkan Aug 5, 2024
212417b
custom MIR: add support for tail calls
RalfJung Aug 5, 2024
376a6f9
Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid
matthiaskrgr Aug 5, 2024
63482af
Rollup merge of #128559 - compiler-errors:elaborate, r=lcnr
matthiaskrgr Aug 5, 2024
9d924d1
Rollup merge of #128631 - onur-ozkan:hotfix, r=Mark-Simulacrum
matthiaskrgr Aug 5, 2024
48e47a6
Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=…
matthiaskrgr Aug 5, 2024
8679840
Rollup merge of #128686 - onur-ozkan:unnecessary-type-cast, r=Kobzol
matthiaskrgr Aug 5, 2024
9213c6c
bump rustc-build-sysroot dependency
RalfJung Aug 5, 2024
f7eefec
Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgr
bors Aug 5, 2024
b113bbe
use a Miri-specific folder for ui tests
RalfJung Aug 5, 2024
d1ad05a
Auto merge of #3790 - RalfJung:ui-test-folder, r=RalfJung
bors Aug 5, 2024
014fdb5
bump dependencies
RalfJung Aug 5, 2024
a554f4d
Auto merge of #3789 - RalfJung:deps, r=RalfJung
bors Aug 5, 2024
c6f8672
Normalize when equating dyn tails in MIR borrowck
compiler-errors Aug 5, 2024
f6edc8a
update lockfile
RalfJung Aug 5, 2024
e57f309
Auto merge of #128699 - RalfJung:miri-sync, r=RalfJung
bors Aug 5, 2024
46896d6
interpret: move nullary-op evaluation into operator.rs
RalfJung Aug 5, 2024
8cbf1c1
Rollup merge of #122049 - Amanieu:riscv64-musl-tier2, r=Mark-Simulacrum
matthiaskrgr Aug 5, 2024
9cb3688
Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnr
matthiaskrgr Aug 5, 2024
83155b3
Rollup merge of #128688 - RalfJung:custom-mir-tail-calls, r=compiler-…
matthiaskrgr Aug 5, 2024
77f57cb
Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkin
matthiaskrgr Aug 5, 2024
c53698b
Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errors
matthiaskrgr Aug 5, 2024
b586701
Auto merge of #128707 - matthiaskrgr:rollup-63klywk, r=matthiaskrgr
bors Aug 5, 2024
c9687a9
Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr
bors Aug 6, 2024
8c7e0e1
Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelix
bors Aug 6, 2024
1bbaf6e
On short error format, append primary span label to message
estebank Jun 21, 2024
93ea767
Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwco
bors Aug 6, 2024
ba0d6c9
Update generate-copyright
jonathanpallant Jul 4, 2024
204e3ea
generate-copyright: Produce HTML, not Markdown
jonathanpallant Jul 29, 2024
56f8479
generate-copyright: Fix typo
jonathanpallant Jul 30, 2024
dbab595
generate-copyright: use cargo-metadata
jonathanpallant Jul 30, 2024
f7e6bf6
generate-copyright: use rinja to format the output
jonathanpallant Jul 30, 2024
37ab090
REUSE.toml: Copyright text isn't parsed as Markdown.
jonathanpallant Jul 30, 2024
30ac7c9
generate-copyright: Render Node with rinja too.
jonathanpallant Jul 31, 2024
5277b67
generate-copyright: gather files inside interesting folders
jonathanpallant Aug 6, 2024
4e24e9b
Update to rinja 0.3
jonathanpallant Aug 6, 2024
99579f3
Apparently library/std is now part of a workspace at library/
jonathanpallant Aug 6, 2024
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
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ b2d2184edea578109a48ec3d8decbee5948e8f35
# test directives migration
6e48b96692d63a79a14563f27fe5185f122434f8
ec2cc761bc7067712ecc7734502f703fe3b024c8
# format use declarations
84ac80f1921afc243d71fd0caaa4f2838c294102
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ build/
/dist/
/unicode-downloads
/target
/library/target
/src/bootstrap/target
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/18.1-2024-05-19
branch = rustc/19.1-2024-07-30
shallow = true
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
Expand Down
Loading