Skip to content

Sync rust 25-03-2024 #505

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

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b6125b6
use Instance::expect_resolve() instead of unwraping Instance::resolve()
RalfJung Mar 10, 2024
6e20bf3
Rename `IntoDiagnostic` as `Diagnostic`.
nnethercote Mar 6, 2024
3ff7b0b
Forbid implementing `Freeze` even if the trait is stabilized
oli-obk Feb 23, 2024
35808d3
Check whether a static is mutable instead of passing it down
oli-obk Oct 6, 2023
9ebda0f
Make some functions private that are only ever used in the same module
oli-obk Feb 26, 2024
626fb28
Ensure nested allocations in statics do not get deduplicated
oli-obk Feb 26, 2024
77f57cb
Some comment nits
oli-obk Mar 11, 2024
24b13c8
avoid naming LLVM basic blocks when fewer_names is true
erikdesjardins Mar 15, 2024
0ce6f69
revert changes and just delete the fixme
erikdesjardins Mar 16, 2024
1ce4831
Stabilize associated type bounds
compiler-errors Mar 5, 2024
ca65205
Make RawPtr take Ty and Mutbl separately
compiler-errors Mar 21, 2024
b960a46
Mark codegen_gcc fields used only on feature master as such
krtab Jan 4, 2024
2d51f1f
CFI: Use Instance at callsites
maurer Mar 15, 2024
8258581
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar Mar 23, 2024
0ff7d01
Fix libcore patch
GuillaumeGomez Mar 26, 2024
01f8d8a
Fix non-master build
GuillaumeGomez Mar 26, 2024
284ff5d
format code
GuillaumeGomez Mar 26, 2024
37f79fb
Update libgccjit version
GuillaumeGomez Mar 27, 2024
24a9625
Update rust version to nightly-2024-03-28
GuillaumeGomez Apr 3, 2024
9c6618e
Fix casts
GuillaumeGomez Apr 3, 2024
c43a517
Fix usage of `get_size` for gcc 12
GuillaumeGomez Apr 3, 2024
e9851dc
Remove usage of `-Zno-parallel-llvm`
GuillaumeGomez Mar 27, 2024
267e8a8
Fix clippy lint
GuillaumeGomez Mar 27, 2024
c7fc783
Ignore cfi tests
GuillaumeGomez Mar 28, 2024
ef32dfd
Fix stdarch crate add patch
GuillaumeGomez Apr 2, 2024
3e943f7
Add `run-make/rustdoc-test-args` into the list of ignored tests
GuillaumeGomez Apr 3, 2024
ab88778
Ignore more ui tests
GuillaumeGomez Apr 3, 2024
cc217bb
If the type of a global is not the same, we remove the global and rep…
GuillaumeGomez Apr 19, 2024
70c1970
Update gcc version to 272d0ccced960394fe6ff2b40b01610208cb4940
GuillaumeGomez Apr 25, 2024
fa08b68
Update dependencies
GuillaumeGomez Apr 25, 2024
e567080
Fix warnings
GuillaumeGomez Apr 25, 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
190 changes: 77 additions & 113 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading