index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
liveness
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1378
/
+0
2022-11-23
review comments: inline bindings and fix typo
Esteban Küber
-2
/
+2
2022-11-23
Fix wording
Esteban Küber
-2
/
+2
2022-11-23
Remove logic duplication
Esteban Küber
-2
/
+2
2022-11-23
Suggest `.clone()` or `ref binding` on E0382
Esteban Küber
-2
/
+53
2022-10-04
slightly improve no return for returning function error
Rageking8
-6
/
+5
2022-10-01
bless ui tests
Maybe Waffle
-7
/
+7
2022-08-23
Use par_body_owners for liveness
Seo Sanghyeon
-6
/
+6
2022-07-20
Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebank
Dylan DPC
-0
/
+5
2022-07-20
Suggest returning binding from block or enclosing scope on coerce_forced_unit...
Michael Goulet
-0
/
+5
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-3
/
+3
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-04-10
only suggest removing semicolon when expr implements trait
Michael Goulet
-1
/
+1
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-10
/
+0
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-4
/
+5
2021-11-28
Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot
Matthias Krüger
-0
/
+6
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+16
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-0
/
+6
2021-10-15
Bless tests
Cameron Steffen
-4
/
+3
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-17
/
+18
2021-09-01
Stop sorting bodies by span.
Camille GILLOT
-14
/
+14
2021-08-24
Improve liveness analysis for generators
Tomasz Miąsko
-20
/
+96
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-04-12
Compiler error messages: reduce assertiveness of message E0384
James Addison
-8
/
+8
2021-02-28
Bless some tests
Giacomo Stevanato
-10
/
+10
2020-10-21
Bless liveness-asm output
Olivia Crain
-3
/
+3
2020-10-21
Limit liveness-asm tests to x86_64
Olivia Crain
-0
/
+1
2020-10-18
Refactor liveness-issue-77915 to liveness-asm and improve tests
Olivia Crain
-36
/
+66
2020-10-17
Mark inout asm! operands as used in liveness pass
Olivia Crain
-0
/
+36
2020-09-29
Liveness analysis for everybody
Tomasz Miąsko
-6
/
+143
2020-09-27
liveness: Test interaction with automatically_derived attribute
Tomasz Miąsko
-0
/
+53
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-5
/
+5
2020-07-28
Make closures and generators a must use types
Tomasz Miąsko
-9
/
+9
2020-05-29
liveness: Warn about unused captured variables
Tomasz Miąsko
-0
/
+258
2020-04-12
Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper
Dylan DPC
-8
/
+8
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-2
/
+2
2020-04-10
Try to fix warning for unused variables in or patterns, issue #67691
sapir
-8
/
+8
2020-03-23
Reword unused variable warning
Alex Tokarev
-8
/
+8
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+2
2020-01-24
Normalise notes with the/is
varkor
-4
/
+4
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-8
/
+8
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-24
/
+0
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-16
/
+16
2019-09-21
Do not trigger unreachable lint in async body and Use span labels
Esteban Küber
-6
/
+3
2019-09-18
Point at original span when emitting unreachable lint
Aaron Hill
-0
/
+5
2019-08-09
review comments: typo and rewording
Esteban Küber
-6
/
+6
2019-08-09
review comment: review wording or missing return error
Esteban Küber
-6
/
+6
2019-08-09
Tweak wording of fn without explicit return
Esteban Küber
-6
/
+6
2019-08-09
Change wording for function without return value
Esteban Küber
-6
/
+6
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-2
/
+2
[next]