Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
3baee66
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 13, 2023
Rework standard library building
bjorn3
committed
3baee66
Copy full SHA for 3baee66
Enable compiler-builtins no-asm feature using --features flag
bjorn3
committed
54eaa53
Copy full SHA for 54eaa53
Rename a couple of build dirs for consistency
bjorn3
committed
b9129c0
Copy full SHA for b9129c0
Lazily patch coretests
bjorn3
committed
fc23a8a
Copy full SHA for fc23a8a
Don't patch in place in apply_patches
Show description for 2c38eff
bjorn3
committed
2c38eff
Copy full SHA for 2c38eff
Reuse existing download in y.sh prepare if fresh
bjorn3
committed
75327f8
Copy full SHA for 75327f8
Put patched sources in build/ instead of download/
bjorn3
committed
0e41399
Copy full SHA for 0e41399
Allow building the build system using cargo
Show description for d0b8896
bjorn3
committed
d0b8896
Copy full SHA for d0b8896
Add --download-dir option to specify download dir separate from --out-dir
bjorn3
committed
ce3f300
Copy full SHA for ce3f300
Fix rustc test suite
bjorn3
committed
45781e1
Copy full SHA for 45781e1
Rustup to rustc 1.72.0-nightly (df77afbca 2023-06-12)
bjorn3
committed
5d592ea
Copy full SHA for 5d592ea
Sync from rust df77afbcaf3365a32066a8ca4a00ae6fc9a69647
bjorn3
committed
c870c67
Copy full SHA for c870c67
Commits on Jun 6, 2023
Rustup to rustc 1.72.0-nightly (e6d4725c7 2023-06-05)
bjorn3
committed
436bed8
Copy full SHA for 436bed8
Sync from rust e6d4725c76f3b526c74454bc51afdf6daf133506
bjorn3
committed
d4d8f1c
Copy full SHA for d4d8f1c
Implement _mm_shuffle_epi8
bjorn3
committed
c09ef96
Copy full SHA for c09ef96
Implement _mm_srli_epi16 and _mm_slli_epi16
bjorn3
committed
e4d0811
Copy full SHA for e4d0811
Make unimplemented trap messages show up in more contexts
bjorn3
committed
f36bb6d
Copy full SHA for f36bb6d
Update object to 0.30.4
Show description for 11b3fc6
bjorn3
committed
11b3fc6
Copy full SHA for 11b3fc6
Commits on Jun 5, 2023
Merge pull request #1378 from bjorn3/more_vendor_intrinsics
Show description for 204c64b
bjorn3
authored
204c64b
Copy full SHA for 204c64b
Skip LLVM sysroot testing for native x86_64-pc-windows-gnu in CI
Show description for 8fbd6f5
bjorn3
committed
8fbd6f5
Copy full SHA for 8fbd6f5
Define rust_eh_personality for alloc_example
Show description for 1797ae5
bjorn3
committed
1797ae5
Copy full SHA for 1797ae5
Run tests with LLVM sysroot in CI
bjorn3
committed
aeac484
Copy full SHA for aeac484
Implement all vendor intrinsics used by regex on AVX2 systems
Show description for 7690070
bjorn3
committed
7690070
Copy full SHA for 7690070
Updated cranelift codegen to reflect modified trait signature
ndrewxie
committed
f8cde58
Copy full SHA for f8cde58
Commits on Jun 2, 2023
Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk
Show description for 4ecd45a
compiler-errors
authored
4ecd45a
Copy full SHA for 4ecd45a
Rustup to rustc 1.72.0-nightly (d59363ad0 2023-06-01)
bjorn3
committed
e369cce
Copy full SHA for e369cce
Sync from rust d59363ad0b6391b7fc5bbb02c9ccf9300eef3753
bjorn3
committed
b1961ba
Copy full SHA for b1961ba
Commits on Jun 1, 2023
Use translatable diagnostics in `rustc_const_eval`
fee1-dead
committed
fcd93ac
Copy full SHA for fcd93ac
remove unchecked_div/_rem from cg_cranelift
scottmcm
committed
919da2f
Copy full SHA for 919da2f
Commits on May 30, 2023
Rollup merge of #112060 - lcnr:early-binder, r=jackh726
Show description for 04dca8f
Noratrieb
authored
04dca8f
Copy full SHA for 04dca8f
Commits on May 29, 2023
Rollup merge of #111827 - AngelicosPhosphoros:add_docs_to_cranelift, r=bjorn3
Show description for a2a8589
matthiaskrgr
authored
a2a8589
Copy full SHA for a2a8589
EarlyBinder::new -> EarlyBinder::bind
lcnr
committed
b488625
Copy full SHA for b488625
Commits on May 28, 2023
Replace EarlyBinder(x) with EarlyBinder::new(x)
kylematsuda
committed
4e87728
Copy full SHA for 4e87728
Don't explicitly remove needs-unwind tests
Show description for 62e6035
bjorn3
committed
62e6035
Copy full SHA for 62e6035
Rustup to rustc 1.71.0-nightly (cca7ee581 2023-05-27)
bjorn3
committed
d91fabd
Copy full SHA for d91fabd
Pagination
Previous
Next
You can’t perform that action at this time.