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
/
unboxed-closures
Age
Commit message (
Expand
)
Author
Lines
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-2
/
+5
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-36
/
+62
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-2
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-6
/
+6
2021-05-12
Bless tests
Giacomo Stevanato
-8
/
+8
2021-05-11
improve diagnosts for GATs
b-naber
-37
/
+37
2021-03-06
Move some tests to more suitable subdirs
Yuki Okushi
-0
/
+19
2021-02-18
Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC
Yuki Okushi
-0
/
+72
2021-02-16
Move some tests to more reasonable directories
Caio
-0
/
+72
2021-02-09
Report "nice" placeholder errors more often
Matthew Jasper
-16
/
+14
2021-01-25
Point to span of upvar making closure FnMut
1000teslas
-2
/
+10
2021-01-13
Auto merge of #77524 - Patryk27:fixes/66228, r=estebank
bors
-27
/
+163
2021-01-12
Provide more information for HRTB lifetime errors involving closures
Esteban Küber
-1
/
+6
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-27
/
+163
2020-10-29
Make anonymous binders start at 0
Jack Huey
-2
/
+2
2020-10-27
Bless issue-53448 test
Santiago Pastorino
-1
/
+1
2020-10-09
Add a regression test for issue-53448
Yuki Okushi
-0
/
+35
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-30
/
+30
2020-08-23
Prefer https link for wikipedia URLs
Lzu Tao
-1
/
+1
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-07-28
Make closures and generators a must use types
Tomasz Miąsko
-2
/
+3
2020-06-26
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-2
/
+12
2020-06-23
Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper
Manish Goregaokar
-123
/
+75
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-12
/
+2
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-123
/
+75
2020-06-11
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-2
/
+12
2020-05-29
liveness: Warn about unused captured variables
Tomasz Miąsko
-5
/
+51
2020-04-22
Revert old span change
Esteban Küber
-5
/
+5
2020-04-18
Remove `AssocTypeBound` and propagate bound `Span`s
Esteban Küber
-2
/
+2
2020-04-08
Small tweaks to required bound span
Esteban Küber
-18
/
+18
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-11
Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor
Dylan DPC
-16
/
+16
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-4
/
+5
2020-02-05
Account for `fn()` types in lifetime suggestions
Esteban Küber
-6
/
+2
2020-02-05
review comments
Esteban Küber
-1
/
+1
2020-02-05
Suggest `'r` instead of `'lifetime`
Esteban Küber
-1
/
+1
2020-02-05
Use spans for input borrowed types unrelated to return type
Esteban Küber
-1
/
+5
2020-02-03
Tweak borrow error on `FnMut` when `Fn` is expected
Esteban Küber
-16
/
+16
2020-01-19
review comments
Esteban Küber
-1
/
+1
2020-01-19
When encountering an expected named lifetime and none are present, suggest ad...
Esteban Küber
-1
/
+10
2020-01-12
Add backticks in appropriate places
varkor
-1
/
+1
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-1
/
+1
2019-12-24
Use structured suggestion for bad `Fn` traits
Esteban Küber
-4
/
+2
2019-12-24
Fix case in `associated-type-projection-from-multiple-supertraits.rs`
Esteban Küber
-2
/
+2
2019-12-24
Tweak errors for missing associated types and type parameters
Esteban Küber
-7
/
+9
2019-11-27
Simplify `mem_categorization`
Matthew Jasper
-1
/
+1
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-1
/
+1
2019-11-18
fix rebase
Esteban Küber
-24
/
+0
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-1
/
+1
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-0
/
+24
[next]