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
896
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
012b5a0
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 14, 2024
Rollup merge of #122416 - Zalathar:levels, r=petrochenkov
Show description for 012b5a0
matthiaskrgr
authored
012b5a0
Copy full SHA for 012b5a0
Rollup merge of #122405 - celinval:smir-new-const, r=oli-obk
Show description for 206847a
matthiaskrgr
authored
206847a
Copy full SHA for 206847a
Rollup merge of #122397 - oli-obk:machine-read-hook2, r=RalfJung
Show description for 0bb6e4c
matthiaskrgr
authored
0bb6e4c
Copy full SHA for 0bb6e4c
Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease
Show description for fbfd486
matthiaskrgr
authored
fbfd486
Copy full SHA for fbfd486
Rollup merge of #121899 - shepmaster:dead-code-docs, r=wesleywiser
Show description for 7e6d4e9
matthiaskrgr
authored
7e6d4e9
Copy full SHA for 7e6d4e9
Rollup merge of #120699 - nnethercote:rm-useless-TRACK_DIAGNOSTIC-calls, r=oli-obk
Show description for 7acaa32
matthiaskrgr
authored
7acaa32
Copy full SHA for 7acaa32
Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=GuillaumeGomez
Show description for 13b2c43
matthiaskrgr
authored
13b2c43
Copy full SHA for 13b2c43
Rollup merge of #114038 - Stargateur:108277, r=ChrisDenton
Show description for b335496
matthiaskrgr
authored
b335496
Copy full SHA for b335496
Rollup merge of #104353 - clarfonthey:cstr-bytes-iter, r=cuviper
Show description for d87d02b
matthiaskrgr
authored
d87d02b
Copy full SHA for d87d02b
Auto merge of #122204 - pnkfelix:downgrade-const-eval-dnagling-ptr-in-final-to-future-incompat-lint, r=wesleywiser
Show description for c7fed9f
bors
committed
c7fed9f
Copy full SHA for c7fed9f
Commits on Mar 13, 2024
Improve style
veera-sivarajan
committed
1bde828
Copy full SHA for 1bde828
include 32-bit variant for updated test of miri diagnostics.
pnkfelix
committed
8f45a9e
Copy full SHA for 8f45a9e
Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk
Show description for 3cbb932
bors
committed
3cbb932
Copy full SHA for 3cbb932
placate tidy.
pnkfelix
committed
9c33cc6
Copy full SHA for 9c33cc6
Rebase. Update expected output to match current output.
pnkfelix
committed
1ea091a
Copy full SHA for 1ea091a
Add produces as tidy requires
wesleywiser
authored and
pnkfelix
committed
ae374cf
Copy full SHA for ae374cf
Updated the test to include more output normalization.
pnkfelix
committed
354c41e
Copy full SHA for 354c41e
Added an "Explanation" header and expanded that section for the newly added lint.
pnkfelix
committed
6ca46da
Copy full SHA for 6ca46da
Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests that were expecting the hard error for it.
Show description for 1c3424b
pnkfelix
committed
1c3424b
Copy full SHA for 1c3424b
regression test from 121610.
pnkfelix
committed
f86b46a
Copy full SHA for f86b46a
downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint to address issue 121610.
pnkfelix
committed
a8549b4
Copy full SHA for a8549b4
Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkov
Show description for 184c5ab
bors
committed
184c5ab
Copy full SHA for 184c5ab
Rename some things around validation error reporting to signal that it is in fact about validation failures
oli-obk
committed
3393227
Copy full SHA for 3393227
Move the entire success path into `eval_body_using_ecx`
oli-obk
committed
2a1a6fa
Copy full SHA for 2a1a6fa
Move validation into eval_body_using_ecx
oli-obk
committed
af59eec
Copy full SHA for af59eec
Share the `InterpCx` creation between static and const evaluation
oli-obk
committed
66a46bb
Copy full SHA for 66a46bb
Remove an argument that can be computed cheaply
oli-obk
committed
ffaf082
Copy full SHA for ffaf082
Directly pass in the stack instead of computing it from a machine
oli-obk
committed
7aee665
Copy full SHA for 7aee665
Move generate_stacktrace_from_stack away from InterpCx to avoid having to know the `Machine` type
oli-obk
committed
bd7580b
Copy full SHA for bd7580b
Move InterpCx into eval_in_interpreter
oli-obk
committed
71ef9e2
Copy full SHA for 71ef9e2
Move error handling into const_validate_mplace
oli-obk
committed
31fa142
Copy full SHA for 31fa142
Move only usage of `take_static_root_alloc` to its definition and inline it
oli-obk
committed
44b1f8a
Copy full SHA for 44b1f8a
Generalize `eval_in_interpreter` with a helper trait
oli-obk
committed
f10ebfe
Copy full SHA for f10ebfe
Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk
Show description for 9ce37dc
bors
committed
9ce37dc
Copy full SHA for 9ce37dc
Fix accidental re-addition of removed code in a previous PR
oli-obk
committed
90acda1
Copy full SHA for 90acda1
Pagination
Previous
Next
You can’t perform that action at this time.