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

Sync rust 25-03-2024 v2 #19

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
7cd561e
Fix check for main function already declared
antoyo Apr 20, 2024
9b628f8
Fix panic when calling get_fn for a variable
antoyo Apr 20, 2024
e26e7ae
Merge pull request #497 from rust-lang/fix/add-block-to-imported-main…
antoyo Apr 20, 2024
89ee0f9
Implement more type kinds
antoyo Apr 20, 2024
9941c35
Merge pull request #499 from rust-lang/fix/unreachable-in-get_fn
antoyo Apr 20, 2024
4a52f95
Merge pull request #500 from rust-lang/fix/type-kind
antoyo Apr 20, 2024
f9a0c3f
Fix PassMode::Indirect with params
antoyo Apr 20, 2024
4183917
Merge pull request #498 from rust-lang/fix/pass-indirect-with-params
antoyo Apr 22, 2024
04932ea
Modify build_system's prepare stage to allow for custom sysroot sourc…
darcagn Apr 17, 2024
01b0fb7
Merge pull request #494 from darcagn/custom_rustlib
antoyo Apr 24, 2024
65e8717
Some fixes for aarch64
antoyo Apr 25, 2024
d408f23
Merge pull request #504 from rust-lang/fix/aarch64
antoyo Apr 25, 2024
ffb7ae9
use Instance::expect_resolve() instead of unwraping Instance::resolve()
RalfJung Mar 10, 2024
778dd60
Rename `IntoDiagnostic` as `Diagnostic`.
nnethercote Mar 6, 2024
2df9a0f
Forbid implementing `Freeze` even if the trait is stabilized
oli-obk Feb 23, 2024
83aa600
Check whether a static is mutable instead of passing it down
oli-obk Oct 6, 2023
f214157
Make some functions private that are only ever used in the same module
oli-obk Feb 26, 2024
22a8d94
Ensure nested allocations in statics do not get deduplicated
oli-obk Feb 26, 2024
ab42f5e
Some comment nits
oli-obk Mar 11, 2024
0f3f0a3
avoid naming LLVM basic blocks when fewer_names is true
erikdesjardins Mar 15, 2024
5353acc
revert changes and just delete the fixme
erikdesjardins Mar 16, 2024
90180f2
Stabilize associated type bounds
compiler-errors Mar 5, 2024
885b6d2
Make RawPtr take Ty and Mutbl separately
compiler-errors Mar 21, 2024
08b0244
Mark codegen_gcc fields used only on feature master as such
krtab Jan 4, 2024
b990e6a
CFI: Use Instance at callsites
maurer Mar 15, 2024
e2b9054
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar Mar 23, 2024
08355f6
Fix libcore patch
GuillaumeGomez Mar 26, 2024
e553bdf
Fix non-master build
GuillaumeGomez Mar 26, 2024
7701a71
format code
GuillaumeGomez Mar 26, 2024
1b82504
Update libgccjit version
GuillaumeGomez Mar 27, 2024
00d6afe
Update rust version to nightly-2024-03-28
GuillaumeGomez Apr 3, 2024
c3b60c0
Fix casts
GuillaumeGomez Apr 3, 2024
37cc418
Fix usage of `get_size` for gcc 12
GuillaumeGomez Apr 3, 2024
1c48f98
Remove usage of `-Zno-parallel-llvm`
GuillaumeGomez Mar 27, 2024
5bfe675
Fix clippy lint
GuillaumeGomez Mar 27, 2024
5c103f1
Ignore cfi tests
GuillaumeGomez Mar 28, 2024
ce319ed
Fix stdarch crate add patch
GuillaumeGomez Apr 2, 2024
191071a
Add `run-make/rustdoc-test-args` into the list of ignored tests
GuillaumeGomez Apr 3, 2024
eca5cb5
Ignore more ui tests
GuillaumeGomez Apr 3, 2024
266c99b
If the type of a global is not the same, we remove the global and rep…
GuillaumeGomez Apr 19, 2024
e023458
Update gcc version to 426316e725c191722f2c92f59e6536fde4b5e640
GuillaumeGomez Apr 25, 2024
c1761dc
Update dependencies
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