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
306259c
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 21, 2021
Always use llvm.used for coverage symbols
Show description for 306259c
nikic
committed
306259c
Copy full SHA for 306259c
Commits on Aug 16, 2021
Update to LLVM 13
nikic
committed
f3ae726
Copy full SHA for f3ae726
Relax internal/private checks in coverage IR test
Show description for 3cfb730
nikic
committed
3cfb730
Copy full SHA for 3cfb730
Dispose LLVM context after TargetMachine
Show description for 6a454ed
nikic
committed
6a454ed
Copy full SHA for 6a454ed
Set LLVM_INCLUDE_TESTS=OFF when building LLVM
Show description for d20e798
nikic
committed
d20e798
Copy full SHA for d20e798
Use llvm.compiler.used insetad of llvm.used
Show description for 7c01564
nikic
committed
7c01564
Copy full SHA for 7c01564
Update coverage LLVM IR test
Show description for 154c840
nikic
committed
154c840
Copy full SHA for 154c840
Update powerpc64 data layout
nikic
committed
b5cc03b
Copy full SHA for b5cc03b
Update wasm data layout
nikic
committed
6eaf227
Copy full SHA for 6eaf227
Remove codegen/issue-83623-SIMD-PartialEq.rs
Show description for 335f003
nikic
committed
335f003
Copy full SHA for 335f003
Handle SrcMgr diagnostics
Show description for 621f514
nikic
committed
621f514
Copy full SHA for 621f514
Update codegen tests for LLVM 13
nikic
committed
2967036
Copy full SHA for 2967036
Auto merge of #88032 - hyd-dev:no-mangle-method, r=petrochenkov
Show description for 73d96b0
bors
committed
73d96b0
Copy full SHA for 73d96b0
Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser
Show description for 92f3753
bors
committed
92f3753
Copy full SHA for 92f3753
Only run expensive calculations if the method name is recognized
jyn514
committed
5522177
Copy full SHA for 5522177
Uplift the `invalid_atomic_ordering` lint from clippy to rustc
Show description for 402a9c9
thomcc
authored and
jyn514
committed
402a9c9
Copy full SHA for 402a9c9
Auto merge of #87696 - ssomers:btree_lazy_iterator_cleanup, r=Mark-Simulacrum
Show description for 23461b2
bors
committed
23461b2
Copy full SHA for 23461b2
Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasper
Show description for 2a6fb9a
bors
committed
2a6fb9a
Copy full SHA for 2a6fb9a
Commits on Aug 15, 2021
Auto merge of #87590 - Amanieu:deprecate_llvm_asm, r=nagisa
Show description for 2bd17c1
bors
committed
2bd17c1
Copy full SHA for 2bd17c1
Introduce hir::ExprKind::Let - Take 2
c410-f3r
committed
6aa9937
Copy full SHA for 6aa9937
Use correct drop scopes for if expressions
matthewjasper
authored and
c410-f3r
committed
2d9f2ea
Copy full SHA for 2d9f2ea
Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillot
Show description for 2d2bc94
bors
committed
2d2bc94
Copy full SHA for 2d2bc94
Auto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietroalbini
Show description for c0490a2
bors
committed
c0490a2
Copy full SHA for c0490a2
Fix ui tests for llvm_asm! deprecation
Amanieu
committed
632a400
Copy full SHA for 632a400
Allow the use of the deprecated llvm_asm! in black_box
Amanieu
committed
6fd4f34
Copy full SHA for 6fd4f34
Deprecate llvm_asm!
Amanieu
committed
4dd933c
Copy full SHA for 4dd933c
Auto merge of #86692 - dns2utf8:parallelize_rustdoc-gui_tests, r=GuillaumeGomez
Show description for 58d685e
bors
committed
58d685e
Copy full SHA for 58d685e
Auto merge of #87975 - m-ou-se:unused-import-attributes, r=nagisa
Show description for dfe5fd0
bors
committed
dfe5fd0
Copy full SHA for dfe5fd0
Auto merge of #87974 - steffahn:slice_split_size_hints, r=dtolnay
Show description for 40db258
bors
committed
40db258
Copy full SHA for 40db258
Commits on Aug 14, 2021
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
Show description for 85109e2
bors
committed
85109e2
Copy full SHA for 85109e2
More spacing between the different blocks of results
dns2utf8
committed
7f2b52b
Copy full SHA for 7f2b52b
Implement a finish method for the status_bar and some cleanup
dns2utf8
committed
86fa21c
Copy full SHA for 86fa21c
Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk
Show description for 8007b50
bors
committed
8007b50
Copy full SHA for 8007b50
Fix `reachable_set` for non-function items in non-library crates
hyd-dev
committed
29b73ee
Copy full SHA for 29b73ee
Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu
Show description for e55c13e
bors
committed
e55c13e
Copy full SHA for e55c13e
Pagination
Previous
Next
You can’t perform that action at this time.