Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
17k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 9 pull requests
- #79128
#79128
Merged
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-lzz1dym
m-ou-se/rust:rollup-lzz1dym
Copy head branch name to clipboard
Nov 17, 2020
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Rollup of 9 pull requests
#79128
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-lzz1dym
m-ou-se/rust:rollup-lzz1dym
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2020
Fix test checking that into_boxed_slice does not panic
Show description for 899d9b9
tmiasko
committed
899d9b9
View commit details
Copy full SHA for 899d9b9
Browse repository at this point
Ensure that closure call is not removed by MIR optimizations in a test
tmiasko
committed
28463aa
View commit details
Copy full SHA for 28463aa
Browse repository at this point
Fix codegen test for issue 37945
tmiasko
committed
d54ea4f
View commit details
Copy full SHA for d54ea4f
Browse repository at this point
Upgrading dlmalloc to 0.2.1
raoulstrackx
committed
292f15c
View commit details
Copy full SHA for 292f15c
Browse repository at this point
Commits on Nov 15, 2020
Limit storage duration of inlined always live locals
tmiasko
committed
f27d56d
View commit details
Copy full SHA for f27d56d
Browse repository at this point
Ensure that the source code display is working with DOS backline
GuillaumeGomez
committed
1861a38
View commit details
Copy full SHA for 1861a38
Browse repository at this point
document that __rust_alloc is also magic to our LLVM fork
RalfJung
committed
af869c2
View commit details
Copy full SHA for af869c2
Browse repository at this point
Add test to ensure that no DOS backline (\r\n) doesn't create extra backline in source rendering
GuillaumeGomez
committed
0c52044
View commit details
Copy full SHA for 0c52044
Browse repository at this point
Commits on Nov 16, 2020
Don't warn about invalid HTML tags in code blocks
GuillaumeGomez
committed
7986bb8
View commit details
Copy full SHA for 7986bb8
Browse repository at this point
Add test to ensure that "invalid HTML tag" lint isn't fired in code blocks
GuillaumeGomez
committed
bbd302b
View commit details
Copy full SHA for bbd302b
Browse repository at this point
std: Fix test `got_symlink_permission` on Windows
petrochenkov
committed
a5bc780
View commit details
Copy full SHA for a5bc780
Browse repository at this point
build-manifest: strip newline from rustc version
emilyalbini
committed
32d3146
View commit details
Copy full SHA for 32d3146
Browse repository at this point
clarify `span_label` documentation
euclio
committed
a78966d
View commit details
Copy full SHA for a78966d
Browse repository at this point
Commits on Nov 17, 2020
Rollup merge of #77939 - GuillaumeGomez:fix-source-code-dos-backline, r=jyn514
Show description for cf34956
m-ou-se
authored
cf34956
View commit details
Copy full SHA for cf34956
Browse repository at this point
Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum
Show description for d6da525
m-ou-se
authored
d6da525
View commit details
Copy full SHA for d6da525
Browse repository at this point
Rollup merge of #78967 - tmiasko:codegen-tests, r=cuviper
Show description for f960f28
m-ou-se
authored
f960f28
View commit details
Copy full SHA for f960f28
Browse repository at this point
Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk
Show description for 336dc18
m-ou-se
authored
336dc18
View commit details
Copy full SHA for 336dc18
Browse repository at this point
Rollup merge of #79077 - RalfJung:llvm-magic, r=Mark-Simulacrum
Show description for 70a4e43
m-ou-se
authored
70a4e43
View commit details
Copy full SHA for 70a4e43
Browse repository at this point
Rollup merge of #79088 - euclio:span-label-doc, r=estebank
Show description for c459ab3
m-ou-se
authored
c459ab3
View commit details
Copy full SHA for c459ab3
Browse repository at this point
Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=jyn514
Show description for c4abdcf
m-ou-se
authored
c4abdcf
View commit details
Copy full SHA for c4abdcf
Browse repository at this point
Rollup merge of #79105 - petrochenkov:winlink, r=shepmaster
Show description for a207801
m-ou-se
authored
a207801
View commit details
Copy full SHA for a207801
Browse repository at this point
Rollup merge of #79107 - pietroalbini:build-manifest-newline, r=Mark-Simulacrum
Show description for d6c5c52
m-ou-se
authored
d6c5c52
View commit details
Copy full SHA for d6c5c52
Browse repository at this point
You can’t perform that action at this time.