This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-07-14 03:38:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
beta
rust
/
tests
/
ui
/
expr
/
if
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
zedddie
5b8bc5d0a2
bless batch
2026-06-07 00:13:04 +02:00
..
attrs
…
assert-macro-without-else.rs
Improve error message for assert!() macro in functions returning bool
2026-01-22 00:49:56 +03:00
assert-macro-without-else.stderr
Do not mention
-Zmacro-backtrace
for std macros that are a wrapper around a compiler intrinsic
2026-01-26 17:34:31 +00:00
bad-if-let-suggestion.rs
rustc_parse: improve the error diagnostic for "missing let in let chain"
2026-01-28 16:47:41 +05:30
bad-if-let-suggestion.stderr
rustc_parse: improve the error diagnostic for "missing let in let chain"
2026-01-28 16:47:41 +05:30
expr-if-panic-fn.rs
…
expr-if-panic-pass.rs
…
expr-if-panic.rs
…
expr-if.rs
…
expr-stack-overflow.rs
clean up some tests
2026-01-22 19:50:00 +01:00
if-branch-types.rs
…
if-branch-types.stderr
…
if-check-panic.rs
…
if-check.rs
…
if-cond-bot.rs
…
if-else-chain-missing-else.rs
…
if-else-chain-missing-else.stderr
…
if-else-type-mismatch.rs
…
if-else-type-mismatch.stderr
…
if-let-arm-types.rs
…
if-let-arm-types.stderr
…
if-let-missing-else-clause.rs
bless batch
2026-06-07 00:13:04 +02:00
if-let-missing-else-clause.stderr
bless batch
2026-06-07 00:13:04 +02:00
if-let-no-match-guards-issue-41272.rs
…
if-let.rs
…
if-let.stderr
…
if-loop.rs
…
if-no-match-bindings.rs
…
if-no-match-bindings.stderr
…
if-ret.rs
…
if-ret.stderr
…
if-typeck.rs
…
if-typeck.stderr
…
if-without-block.rs
…
if-without-block.stderr
…
if-without-else-as-fn-expr.rs
…
if-without-else-as-fn-expr.stderr
…
if-without-else-result.rs
…
if-without-else-result.stderr
…
issue-4201.rs
…
issue-4201.stderr
…