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

Rollup of 5 pull requests #135486

Closed
wants to merge 20 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7029347
Enable "jump to def" feature on prelude variants
GuillaumeGomez Dec 12, 2024
f6525a6
Enable "jump to def" feature on patterns
GuillaumeGomez Dec 12, 2024
140640a
Add regression test for patterns support in "jump to def" feature
GuillaumeGomez Dec 12, 2024
12a12c9
Rename `handle_call` into `infer_id`
GuillaumeGomez Dec 12, 2024
377dbc9
Leak check in impossible_predicates to avoid monomorphizing impossibl…
compiler-errors Jan 14, 2025
2c4aee9
Made `Path::name` only have item name rather than full name
AS1100K Dec 29, 2024
94ffced
add note to test
lcnr Jan 14, 2025
3a66b97
Remove remnant of asmjs
kleisauke Jan 14, 2025
a907c56
Add hir::HeaderSafety to make follow up commits simpler
oli-obk Dec 13, 2024
517b996
Treat safe target_feature functions as unsafe by default
oli-obk Dec 13, 2024
06ffba9
Hide the internal unsafety of safe target_feature fn items
oli-obk Dec 15, 2024
6ddcd57
Render fn defs with target_features attrs with the attribute
oli-obk Dec 15, 2024
2069650
Render fn defs with target_features attrs with the attribute [second …
oli-obk Dec 16, 2024
c6d9ec6
Try to render shorthand differently
oli-obk Dec 15, 2024
b1deae5
Avoid notes that only make sense for unsafe functions
oli-obk Jan 9, 2025
255cafe
Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease
GuillaumeGomez Jan 14, 2025
3af1d92
Rollup merge of #134353 - oli-obk:safe-target-feature-unsafe-by-defau…
GuillaumeGomez Jan 14, 2025
47af387
Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r…
GuillaumeGomez Jan 14, 2025
614de1e
Rollup merge of #135466 - compiler-errors:leak-check-impossible, r=lcnr
GuillaumeGomez Jan 14, 2025
f2ec216
Rollup merge of #135476 - kleisauke:remove-asmjs-remnant, r=Kobzol
GuillaumeGomez Jan 14, 2025
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
24 changes: 0 additions & 24 deletions src/ci/docker/scripts/emscripten.sh

This file was deleted.

Loading