rust-lang

Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
Here are 2,608 public repositories matching this topic...
What happened
Accidentally omitting document content returns 500 Internal Server Error
with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
-
Updated
Jun 22, 2021 - Rust
-
Updated
Jun 15, 2021 - Rust
-
Updated
Jun 18, 2021 - C
-
Updated
Jun 21, 2021 - Rust
-
Updated
Jun 21, 2021 - Rust
Feature Request
Crates
tracing-core
Motivation
The Collect
trait currently has several methods with default implementations that return an Option
or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a
-
Updated
May 28, 2021 - Rust
The app should wake up the screens when it switches inputs under Linux, the same as it does under Windows and MacOS, e.g. implement wake_displays.
-
Updated
Jun 22, 2021 - C++
Currently, lints are recognized using string -- "DuplicatedKey", "EndingBlankLine" etc.
It could be done by defining an Enum
-- something like:
enum Lint {
DuplicatedKey,
EndingBlankLine,
ExtraBlankLine,
// ...
}
And use it in place of &str
for Warning::check_name
, Check::name
, and Fix::name
. Lint
can implement Display
for printing purposes. This
-
Updated
Apr 27, 2021 - Stylus
-
Updated
Nov 26, 2020 - Rust
- toTimeZone
- toYear
- toQuarter
- toMonth
- toDayOfYear
- toDayOfMonth
- toDayOfWeek
- toHour
- toMinute
- toSecond
- toUnixTimestamp
- toStartOfYear
- toStartOfISOYear
- toStartOfQuarter
- toStartOfMonth
- toMonday
- toStartOfWeek(t[,mode])
- toStartOfDay
- toStartOfHour
- toStartOfMinute
- t
-
Updated
Jun 14, 2021 - Rust
-
Updated
Jun 22, 2021 - Rust
-
Updated
May 25, 2021 - Rust
-
Updated
Jun 23, 2021 - Rust
-
Updated
May 8, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
As preparation for a possible inclusion into
rust-lang
we should replace the external actions we use with e.g. scripts that do the same.rust-lang/std-dev-guide#7 (comment)
That PR also shows how that could be done:
https://github.com/rust-lang/std-dev-guide/pull/7/files