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

Add 'self' keyword. #295

Closed
wants to merge 1 commit into from
Closed

Add 'self' keyword. #295

wants to merge 1 commit into from

Conversation

lkuper
Copy link
Contributor

@lkuper lkuper commented Mar 29, 2011

No description provided.

@graydon
Copy link
Contributor

graydon commented Mar 29, 2011

Integrated.

@graydon graydon closed this Mar 29, 2011
oli-obk pushed a commit to oli-obk/rust that referenced this pull request Sep 19, 2017
Don't rebuild miri even if nothing changed
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this pull request Mar 7, 2023
workingjubilee pushed a commit to workingjubilee/rustc that referenced this pull request May 10, 2023
make some Miri backtraces more pretty
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Instead of keeping our own copy of the monomorphizer, we would like to
start using rustc monomorphizer as is. This is the first step towards
that goal.

For now, we will use the upstream version of the monomorphizer with a
few small changes. Use a query to skip monomorphization for rmc instead
of hooks.

This change, adds a query to allow RMC to skip monomorphizing functions. It also does the following:
- Adds a default query to codegen base that don't skip anything.
- Adds a query implementation to RMC that checks our hooks.
- Skips monomorphizing the start function if --cfg=rmc

Issue rust-lang#485 tracks the rest of the changes needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants