Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
17k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Misc refactorings to rustc_codegen_ssa
- #58846
#58846
Merged
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
bjorn3:misc_cg_ssa_refactor
bjorn3/rust:misc_cg_ssa_refactor
Copy head branch name to clipboard
Mar 30, 2019
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Misc refactorings to rustc_codegen_ssa
#58846
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
bjorn3:misc_cg_ssa_refactor
bjorn3/rust:misc_cg_ssa_refactor
Copy head branch name to clipboard
Commits
Commits on Mar 29, 2019
Don't use c_uint in cg_ssa
bjorn3
committed
2b688a9
View commit details
Copy full SHA for 2b688a9
Browse repository at this point
`eval_mir_constant` doesn't need a builder param
bjorn3
committed
a0c2ca1
View commit details
Copy full SHA for a0c2ca1
Browse repository at this point
Use Builder instead of CodegenCx for OperandRef and LocalRef
bjorn3
committed
83e80a7
View commit details
Copy full SHA for 83e80a7
Browse repository at this point
Add a comment
bjorn3
committed
fe88440
View commit details
Copy full SHA for fe88440
Browse repository at this point
Misc
bjorn3
committed
a005633
View commit details
Copy full SHA for a005633
Browse repository at this point
Remove const_{fat_ptr,array,vector,bytes} from cg_ssa
bjorn3
committed
a3fa116
View commit details
Copy full SHA for a3fa116
Browse repository at this point
Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from cg_ssa
Show description for 7b94195
bjorn3
committed
7b94195
View commit details
Copy full SHA for 7b94195
Browse repository at this point
Remove param_substs from FunctionCx
bjorn3
committed
f1fe925
View commit details
Copy full SHA for f1fe925
Browse repository at this point
Remove internal mutability from source_locations_enabled
bjorn3
committed
ab8f152
View commit details
Copy full SHA for ab8f152
Browse repository at this point
[WIP] Make some debug info methods take &mut FunctionDebugContext
Show description for 794ecd9
bjorn3
committed
794ecd9
View commit details
Copy full SHA for 794ecd9
Browse repository at this point
Remove a lot of methods from BuilderMethods
bjorn3
committed
bcab497
View commit details
Copy full SHA for bcab497
Browse repository at this point
Move get_param and set_value_name
bjorn3
committed
7de0b1d
View commit details
Copy full SHA for 7de0b1d
Browse repository at this point
Remove scalar_lltypes from cg_ssa
bjorn3
committed
b0ee1f7
View commit details
Copy full SHA for b0ee1f7
Browse repository at this point
Remove a lot of methods from *TypeMethods
bjorn3
committed
0e166bb
View commit details
Copy full SHA for 0e166bb
Browse repository at this point
Remove type_variadic_func and typ_array from cg_ssa
bjorn3
committed
b71c429
View commit details
Copy full SHA for b71c429
Browse repository at this point
Remove inline_asm_call from cg_ssa
Show description for b2e6194
bjorn3
committed
b2e6194
View commit details
Copy full SHA for b2e6194
Browse repository at this point
Add a method for emiting a switch.
bjorn3
committed
56842b2
View commit details
Copy full SHA for 56842b2
Browse repository at this point
Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch
bjorn3
committed
35705de
View commit details
Copy full SHA for 35705de
Browse repository at this point
You can’t perform that action at this time.