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 }}
arielb1
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
d7eb562
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 24, 2019
add test for lattice specialization
arielb1
committed
d7eb562
Copy full SHA for d7eb562
add error message for case
arielb1
committed
9196b2d
Copy full SHA for 9196b2d
improve comments
arielb1
committed
b5665e8
Copy full SHA for b5665e8
resolve the rustc_reservation_impl attribute in 1 place
arielb1
committed
1ec7ae1
Copy full SHA for 1ec7ae1
improve and add tests
arielb1
committed
9a94ecd
Copy full SHA for 9a94ecd
reserve `impl<T> From<!> for T`
Show description for 5d79e8c
arielb1
committed
5d79e8c
Copy full SHA for 5d79e8c
Auto merge of #63770 - oli-obk:allow_internal_unstable, r=Centril
Show description for 6ef275e
bors
committed
6ef275e
Copy full SHA for 6ef275e
Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn
oli-obk
committed
7767e7f
Copy full SHA for 7767e7f
Auto merge of #64316 - alexcrichton:cleanup-shim, r=Mark-Simulacrum
Show description for 7fdea7a
bors
committed
7fdea7a
Copy full SHA for 7fdea7a
Commits on Sep 23, 2019
Fix rebase conflicts
alexcrichton
committed
1a8897f
Copy full SHA for 1a8897f
Remove `--enable-extended` from cross dist builder
Show description for b923306
alexcrichton
committed
b923306
Copy full SHA for b923306
rustbuild: Pass `-Zsave-analysis` during tests
Show description for 008ed18
alexcrichton
committed
008ed18
Copy full SHA for 008ed18
Tweak libserialize allows
alexcrichton
committed
d8253c1
Copy full SHA for d8253c1
No need to remove target-specific RUSTFLAGS
Show description for ff6a7c7
alexcrichton
committed
ff6a7c7
Copy full SHA for ff6a7c7
Add `#![deny(warnings)]` to internal tools
alexcrichton
committed
7342325
Copy full SHA for 7342325
Fix compiling libserialize tests
Show description for 7b907de
alexcrichton
committed
7b907de
Copy full SHA for 7b907de
Stylistic changes
alexcrichton
committed
9b34ef6
Copy full SHA for 9b34ef6
Add some FIXME for future Cargo issues
alexcrichton
committed
1607871
Copy full SHA for 1607871
Move handling of `-Cprefer-dynamic` into `builder.rs`
Show description for 385470b
alexcrichton
committed
385470b
Copy full SHA for 385470b
Move `--cfg bootstrap` out of `rustc.rs`
Show description for b3f95f4
alexcrichton
committed
b3f95f4
Copy full SHA for b3f95f4
Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`
Show description for a816fa1
alexcrichton
committed
a816fa1
Copy full SHA for a816fa1
Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`
Show description for 3d13f46
alexcrichton
committed
3d13f46
Copy full SHA for 3d13f46
Allow adding `RUSTFLAGS` after `Builder::cargo`
Show description for 0b6766d
alexcrichton
committed
0b6766d
Copy full SHA for 0b6766d
Move debuginfo level handling to `builder.rs`
alexcrichton
committed
5cc6eb4
Copy full SHA for 5cc6eb4
Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rs
alexcrichton
committed
5abc4cd
Copy full SHA for 5abc4cd
Move handling of `codegen-units` to `builder.rs`
alexcrichton
committed
2d6f3fe
Copy full SHA for 2d6f3fe
Move handling of internal lints to `build.rs`
alexcrichton
committed
22699d3
Copy full SHA for 22699d3
Move handling of some warnings to `builder.rs`
alexcrichton
committed
f8b19f2
Copy full SHA for f8b19f2
Move handling of `-Dwarnings` to `builder.rs`
alexcrichton
committed
3a648b6
Copy full SHA for 3a648b6
bootstrap: Remove need for `RUSTC_RPATH` variable
alexcrichton
committed
1bec962
Copy full SHA for 1bec962
bootstrap: Handle target-specific cargo env vars
Show description for b82d86e
alexcrichton
committed
b82d86e
Copy full SHA for b82d86e
bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`
alexcrichton
committed
ac29809
Copy full SHA for ac29809
bootstrap: Remove need for RUSTC_SAVE_ANALYSIS
alexcrichton
committed
04cb065
Copy full SHA for 04cb065
bootstrap: Remove usage of `RUSTC_TARGET_LINKER`
Show description for d63e2de
alexcrichton
committed
d63e2de
Copy full SHA for d63e2de
bootstrap: Move `-Zdual-proc-macros` to `builder.rs`
alexcrichton
committed
c36849a
Copy full SHA for c36849a
Pagination
Previous
Next
You can’t perform that action at this time.