Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
weiznich
/
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
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
pnkfelix
Datepicker
All time
Commit History
Commits on Nov 24, 2016
Tests of `-Z print-type-sizes` functionality.
Show description for 75825fe
pnkfelix
committed
75825fe
Copy full SHA for 75825fe
Revisions from review comments, squashed.
Show description for 70e5ca2
pnkfelix
committed
70e5ca2
Copy full SHA for 70e5ca2
Add `-Z print-type-sizes`, a tool for digging into how variants are laid out.
pnkfelix
committed
9383fcf
Copy full SHA for 9383fcf
Commits on Oct 28, 2016
Do not intern filemap to entry w/ mismatched length. Fix #37274 (I think).
pnkfelix
committed
3f639a0
Copy full SHA for 3f639a0
Debug instrumentation for construction of ImportedFileMap table entries.
pnkfelix
committed
c40fad3
Copy full SHA for c40fad3
Commits on Oct 18, 2016
Incorporate review feedback: code formatting fixes, expand a comment.
pnkfelix
committed
10a58ac
Copy full SHA for 10a58ac
Commits on Oct 17, 2016
Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree.
pnkfelix
committed
4124d8e
Copy full SHA for 4124d8e
Review feedback: expand comment and simplify some code.
pnkfelix
committed
0d8f716
Copy full SHA for 0d8f716
Review feedback: add linebreak and reindent to make braces match better.
pnkfelix
committed
85d2e4d
Copy full SHA for 85d2e4d
remove fixme that i no longer think appropriate.
pnkfelix
committed
818ac08
Copy full SHA for 818ac08
Fix Subst construction: use subst from adt_def rather than Drop impl's subst.
Show description for 0271a9a
pnkfelix
committed
0271a9a
Copy full SHA for 0271a9a
Commits on Oct 13, 2016
fix typo in diagnostic sample code
pnkfelix
committed
c239fee
Copy full SHA for c239fee
Commits on Oct 12, 2016
placate diagnostic checking tests by fixing sample code in E0569.
pnkfelix
committed
8dd9493
Copy full SHA for 8dd9493
Some tests to check that lifetime parametric fn's do not trip up LLVM.
pnkfelix
committed
0562654
Copy full SHA for 0562654
Inject bitcast if types mismatch when building a store instruction.
pnkfelix
committed
f166930
Copy full SHA for f166930
tests for `#[may_dangle]` attribute.
pnkfelix
committed
fa7f69c
Copy full SHA for fa7f69c
Fix bug in test for E0199 and add test for E0198.
Show description for e185cd5
pnkfelix
committed
e185cd5
Copy full SHA for e185cd5
Require destructors using `#[may_dangle]` to use `unsafe impl`.
pnkfelix
committed
9a649c3
Copy full SHA for 9a649c3
Fix ICE by injecting bitcasts if types mismatch when building invokes or calls.
pnkfelix
committed
97e4143
Copy full SHA for 97e4143
Commits on Oct 11, 2016
Code for enforcing `#[may_dangle]` attribute.
pnkfelix
committed
7d2d5bc
Copy full SHA for 7d2d5bc
Thread `pure_wrt_drop` field through lifetime and type parameters.
pnkfelix
committed
e8ccc68
Copy full SHA for e8ccc68
Add feature gate for `dropck_eyepatch` feature (RFC 1327).
pnkfelix
committed
4bb68be
Copy full SHA for 4bb68be
Commits on Oct 10, 2016
Include attributes on generic parameter bindings in pretty printer.
pnkfelix
committed
b0eee76
Copy full SHA for b0eee76
Commits on Sep 29, 2016
Update src/compiler-rt to incoporate fix for UB in floatsidf. Fix #36518.
pnkfelix
committed
55a37cb
Copy full SHA for 55a37cb
Commits on Sep 23, 2016
Added tests and fixed corner case for trailing attributes with no attached binding in generics.
pnkfelix
committed
3a9b7be
Copy full SHA for 3a9b7be
Generic unit tests for attributes on lifetime/type formals in generics list.
pnkfelix
committed
c242fc3
Copy full SHA for c242fc3
Add attribute support to generic lifetime and type parameters.
Show description for 4c37ad6
pnkfelix
committed
4c37ad6
Copy full SHA for 4c37ad6
Commits on Sep 20, 2016
Workaround #34427 by using memset of 0 on ARM to set the discriminant.
pnkfelix
committed
c41a806
Copy full SHA for c41a806
Commits on Sep 8, 2016
For size of `struct P<T>(Q<T>)`, don't double-count the prefix added by `Q`.
Show description for dd570d6
pnkfelix
committed
dd570d6
Copy full SHA for dd570d6
Commits on Sep 5, 2016
Fix issue #36036.
Show description for 09e6a98
pnkfelix
committed
09e6a98
Copy full SHA for 09e6a98
Commits on Jun 17, 2016
Fixed the `TAGS.rustc.emacs` and `TAGS.rustc.vi` make targets.
Show description for 272ce38
pnkfelix
committed
272ce38
Copy full SHA for 272ce38
Commits on Jun 7, 2016
Fix issue #34101: do not track subcontent of type with dtor nor gather flags for untracked content.
Show description for 4b6a68e
pnkfelix
committed
4b6a68e
Copy full SHA for 4b6a68e
Commits on May 25, 2016
Alpha rename `OwnIdxSet` to `IdxSetBuf`.
pnkfelix
committed
df5c116
Copy full SHA for df5c116
fixes to `indexed_set`: add comments and fix `PhantomData` def'n.
pnkfelix
committed
ad0e6ad
Copy full SHA for ad0e6ad
remove `indexed_set::Indexed` trait.
pnkfelix
committed
a28771c
Copy full SHA for a28771c
Pagination
Previous
Next
You can’t perform that action at this time.