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
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
2019-07-06
Make WhileTrue into an EarlyLintPass lint.
Mazdak Farrokhzad
-0
/
+23
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-247
/
+50
2019-03-17
Updated UI test output to remove test annotations for revisions
Mathias Blikstad
-24
/
+24
2019-03-11
Update NLL tests
Vadim Petrochenkov
-5
/
+5
2019-03-11
Update tests
Vadim Petrochenkov
-17
/
+17
2019-01-28
Unused variable suggestions on all patterns.
David Wood
-8
/
+8
2019-01-24
Fix --compare-mode=nll tests
Esteban Küber
-10
/
+13
2019-01-19
Rollup merge of #57723 - estebank:fix, r=davidtwco
Mazdak Farrokhzad
-1
/
+1
2019-01-18
Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebank
Mazdak Farrokhzad
-0
/
+9
2019-01-18
Point at return type when appropriate
Esteban Küber
-1
/
+1
2019-01-05
Auto merge of #57230 - estebank:return-mismatch, r=varkor
bors
-30
/
+30
2019-01-03
Fix unused_assignments false positive
Shotaro Yamada
-0
/
+9
2018-12-30
Tweak E0308 error for clarity
Esteban Küber
-18
/
+16
2018-12-30
Point at function name span
Esteban Küber
-16
/
+29
[next]