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 }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
14k
Star
108k
Code
Issues
5k+
Pull requests
887
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
ae46434
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 9, 2018
Remove "static item recursion checking" in favor of relying on cycle checks in the query engine
Zoxc
committed
ae46434
Copy full SHA for ae46434
Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis
Show description for 3bcda48
bors
committed
3bcda48
Copy full SHA for 3bcda48
Auto merge of #47761 - GuillaumeGomez:test-themes, r=Mark-Simulacrum
Show description for 02537fb
bors
committed
02537fb
Copy full SHA for 02537fb
Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis
Show description for afa8acc
bors
committed
afa8acc
Copy full SHA for afa8acc
Commits on Feb 8, 2018
Fleshed out the test a lot more.
pnkfelix
committed
b55cd8c
Copy full SHA for b55cd8c
Test that autoref'ing beyond method receivers does not leak into two-phase borrows.
pnkfelix
committed
81b93fa
Copy full SHA for 81b93fa
Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borrow info too.
Show description for c8041dd
pnkfelix
committed
c8041dd
Copy full SHA for c8041dd
Restrict two-phase borrows to solely borrows introduced via autoref.
Show description for 1855ab7
pnkfelix
committed
1855ab7
Copy full SHA for 1855ab7
Encode (in MIR) whether borrows are explicit in source or arise due to autoref.
Show description for c00266b
pnkfelix
committed
c00266b
Copy full SHA for c00266b
Convert python script to rust
GuillaumeGomez
committed
dec9fab
Copy full SHA for dec9fab
Pass themes folder as parameter
GuillaumeGomez
committed
b1b11d4
Copy full SHA for b1b11d4
Add tests for themes
GuillaumeGomez
committed
51580d4
Copy full SHA for 51580d4
Improve output a bit in case of error
GuillaumeGomez
committed
63ee1cd
Copy full SHA for 63ee1cd
Add test when trying to add new theme
GuillaumeGomez
committed
9ee6981
Copy full SHA for 9ee6981
Handle comments in css selector and add tests
GuillaumeGomez
committed
583b29f
Copy full SHA for 583b29f
Fix missing rules for dark.css
GuillaumeGomez
committed
649715d
Copy full SHA for 649715d
get differences
GuillaumeGomez
committed
b44b033
Copy full SHA for b44b033
Add theme tests
GuillaumeGomez
committed
94ad4e1
Copy full SHA for 94ad4e1
Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay
Show description for 932c736
bors
committed
932c736
Copy full SHA for 932c736
Fix tests for MIR loop lowering
Show description for 85dfa9d
sapphire-arches
committed
85dfa9d
Copy full SHA for 85dfa9d
Commits on Feb 7, 2018
[ci skip] Generate false edges from loop_block
Show description for 8e0c3f5
sapphire-arches
committed
8e0c3f5
Copy full SHA for 8e0c3f5
Simplify RangeInclusive::next[_back]
Show description for 27d4d51
scottmcm
committed
27d4d51
Copy full SHA for 27d4d51
Auto merge of #48053 - Manishearth:rollup, r=Manishearth
Show description for 29c8276
bors
committed
29c8276
Copy full SHA for 29c8276
Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebank
Show description for 732c830
Manishearth
authored
732c830
Copy full SHA for 732c830
Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkov
Show description for e2b7458
Manishearth
authored
e2b7458
Copy full SHA for e2b7458
Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddyb
Show description for 993322e
Manishearth
authored
993322e
Copy full SHA for 993322e
Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nikomatsakis
Show description for 6908fb7
Manishearth
authored
6908fb7
Copy full SHA for 6908fb7
Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss
Show description for da6dcbc
Manishearth
authored
da6dcbc
Copy full SHA for da6dcbc
Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern, r=estebank
Show description for 0ba8712
Manishearth
authored
0ba8712
Copy full SHA for 0ba8712
Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton
Show description for d2f7feb
Manishearth
authored
d2f7feb
Copy full SHA for d2f7feb
Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdreavus
Show description for 185f258
Manishearth
authored
185f258
Copy full SHA for 185f258
Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton
Show description for d920f1f
Manishearth
authored
d920f1f
Copy full SHA for d920f1f
Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis
Show description for aee2255
Manishearth
authored
aee2255
Copy full SHA for aee2255
Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis
Show description for fee39ba
bors
committed
fee39ba
Copy full SHA for fee39ba
Update trait-associated-const test to new format
sapphire-arches
committed
e99f8fc
Copy full SHA for e99f8fc
Pagination
Previous
Next
You can’t perform that action at this time.