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
master
User selector
beetrees
Datepicker
All time
Commit History
Commits on Mar 17, 2024
Move `option_env!` and `env!` tests to the `env-macro` directory
beetrees
committed
3651401
Copy full SHA for 3651401
Commits on Mar 8, 2024
Remove handling for previously dropped LLVM version
beetrees
committed
0b6006e
Copy full SHA for 0b6006e
Remove the unused `field_remapping` field from `TypeLowering`
beetrees
committed
d673fd8
Copy full SHA for d673fd8
Fix misaligned loads when loading UEFI arg pointers
beetrees
committed
4bef0cc
Copy full SHA for 4bef0cc
Commits on Mar 7, 2024
Use `rustc_driver::args::raw_args()` in Clippy
beetrees
committed
865ac89
Copy full SHA for 865ac89
Use `rustc_driver::args::raw_args()` in Miri
beetrees
committed
2d7d0bd
Copy full SHA for 2d7d0bd
Use `rustc_driver::args::raw_args()` in Clippy
beetrees
committed
d626d13
Copy full SHA for d626d13
Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()`
beetrees
committed
fb87e60
Copy full SHA for fb87e60
Make `arg_expand_all` not short-circuit on first error
beetrees
committed
63091b1
Copy full SHA for 63091b1
Commits on Feb 17, 2024
Ensure ASM syntax detect `global_asm!` and `asm!` only on x86 architectures
beetrees
committed
9b5e4c6
Copy full SHA for 9b5e4c6
Commits on Feb 16, 2024
Ensure `./configure` works when `configure.py` path contains spaces
beetrees
committed
d855ca0
Copy full SHA for d855ca0
Commits on Aug 16, 2023
Fix suggestion for attempting to define a string with single quotes
beetrees
committed
072d8c8
Copy full SHA for 072d8c8
Commits on Jun 1, 2023
Add spans to `clippy.toml` error messages
beetrees
committed
6f13a37
Copy full SHA for 6f13a37
Commits on May 15, 2023
Add test for `FileTimes`
beetrees
committed
246dcbc
Copy full SHA for 246dcbc
Add creation time support to `FileTimes` on apple and windows
beetrees
committed
db90a0b
Copy full SHA for db90a0b
Commits on Apr 12, 2023
Add `indent_style = tab` for `Makefile`s to `.editorconfig`
beetrees
committed
20a7b02
Copy full SHA for 20a7b02
Commits on Apr 8, 2023
Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times`
beetrees
committed
d530473
Copy full SHA for d530473
Add `max_line_length` to `.editorconfig`, matching rustfmt
beetrees
committed
e6dc69a
Copy full SHA for e6dc69a
Add `max_line_length` to `.editorconfig`, matching `rustfmt.toml`
beetrees
committed
4905a21
Copy full SHA for 4905a21
Commits on Mar 30, 2023
Refactor glibc time64 support, riscv32 always has 64-bit `time_t`
beetrees
committed
8d1bf50
Copy full SHA for 8d1bf50
Commits on Oct 14, 2022
Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`
beetrees
committed
c9948f5
Copy full SHA for c9948f5
Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` has more than `i64::MAX` seconds
beetrees
committed
5def753
Copy full SHA for 5def753
Commits on Oct 9, 2022
Add a test for C-style repr128 enum DWARF debuginfo
beetrees
committed
6f6eebd
Copy full SHA for 6f6eebd
Pass 128-bit C-style enum enumerator values to LLVM
beetrees
committed
25c1c63
Copy full SHA for 25c1c63
Commits on Oct 1, 2022
`SetFileTime` doesn't allow setting the file time to `0xFFFF_FFFF_FFFF_FFFF`
beetrees
committed
c66860a
Copy full SHA for c66860a
Error instead of panicking when setting file times if the passed `SystemTime` doesn't fit into the required type
beetrees
committed
39c0b00
Copy full SHA for 39c0b00
Commits on Sep 29, 2022
Fix integer overflow in `format!("{:.0?}", Duration::MAX)`
beetrees
committed
e409ce2
Copy full SHA for e409ce2
Commits on Sep 28, 2022
Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant`
beetrees
committed
a913277
Copy full SHA for a913277
Commits on Sep 4, 2022
Don't duplicate file descriptors into stdio fds
beetrees
committed
0e0756c
Copy full SHA for 0e0756c
Commits on Jun 21, 2022
Migrate `builtin-macros-expected-one-cfg-pattern` to `SessionDiagnostic`
beetrees
committed
be5337c
Copy full SHA for be5337c
Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic`
beetrees
committed
6264ffb
Copy full SHA for 6264ffb
Add UI test for `cfg!(foo, bar)`
beetrees
committed
d6072e5
Copy full SHA for d6072e5
Add `create_err` and `emit_err` to `ExtCtxt`
beetrees
committed
761c846
Copy full SHA for 761c846
You can’t perform that action at this time.