Mazdak Farrokhzad

Results 119 issues of Mazdak Farrokhzad

It would be good to say: `regressed (880, crates.io: 80, github: 800)` for example.

Added gradle files for building via gradle. Running the following will create a folder maven-deploy with .aar release build of the project. ``` ./gradlew clean build uploadArchives ``` gradlew.\* scripts...

Hello! In https://github.com/rust-lang/rust/pull/59928 we are making https://github.com/rust-lang/rust/issues/57644 a deny-by-default lint. To be forward compatible with that, here's a simple fix.

> In Rust, "trait coherence" (or simply "coherence") is the property that there is at most one implementation of a trait for any given type. Coherence is not a Rust...

Oftentimes reviewers will write something like `r=me with green travis`. It would be good to automate this sort of thing such that a reviewer can write: ``` @bors r=me ```...

See: - https://github.com/rust-lang/rust/issues/59489 - https://github.com/rust-lang/rust/issues/59489#issuecomment-478589583

See e.g. https://github.com/rust-lang/rust/pull/61569#issuecomment-500052751.

Tracking issue: https://github.com/rust-lang/rust/issues/62254 Stabilization PR & report: https://github.com/rust-lang/rust/pull/67712#issue-357908384 Version: 1.42.0. The most relevant content here is the actual report.

E-hard
C-enhancement
T-compiler
A-patterns

It would be really neat if there was an option to dump the AST and HIR representations of programs alongside the option to dump the MIR representation. This would be...

enhancement
help wanted

Investigate the possibility of creating free functions, and methods in impl, directly with an implicit input for the purposes of facilitating a more point-free style of writing Rust. TODO: elaborate...