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
/
kindck
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-808
/
+0
2022-12-05
Tweak "the following other types implement trait"
Esteban Küber
-20
/
+2
2022-08-21
Adjust messages, address some nits
Michael Goulet
-4
/
+4
2022-08-21
Rework point-at-arg
Michael Goulet
-18
/
+20
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-18
/
+18
2022-07-16
Use typeck_results to avoid duplicate ast_ty_to_ty call
Michael Goulet
-4
/
+4
2022-07-07
Shorten span for closures.
Camille GILLOT
-3
/
+3
2022-06-28
Note concrete type being coerced into object
Michael Goulet
-6
/
+6
2022-06-19
Greatly improve error reporting for futures and generators in `note_obligatio...
Joshua Nelson
-1
/
+5
2022-06-03
Fully stabilize NLL
Jack Huey
-183
/
+16
2022-05-22
Use revisions for NLL in various directories
Jack Huey
-39
/
+45
2022-04-05
Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...
Dylan DPC
-0
/
+8
2022-04-05
Fix ui test for nll
ohno418
-0
/
+4
2022-04-05
Suggest only when all fields impl the trait
ohno418
-4
/
+0
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+8
2022-04-04
Remove hack, fix fmt and tests
Esteban Kuber
-0
/
+2
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-18
/
+18
2022-04-04
Fix list length
Esteban Kuber
-0
/
+8
2022-04-04
Fix #90970, doesn't address #87437
Esteban Kuber
-0
/
+2
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-2
/
+2
2022-02-14
further update `fuzzy_match_tys`
lcnr
-12
/
+8
2022-02-14
fuzzify `fuzzy_match_tys`
lcnr
-8
/
+12
2022-02-14
Make `find_similar_impl_candidates` a little fuzzier.
Ben Reeves
-0
/
+8
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-9
/
+9
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-3
/
+9
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-75
/
+134
2021-08-11
Modify structured suggestion output
Esteban Küber
-8
/
+8
2021-07-31
Point at unmet explicit lifetime obligation bound
Esteban Küber
-1
/
+5
2021-04-07
rebase and update tests
Esteban Küber
-6
/
+30
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-9
/
+45
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-16
/
+16
2020-10-20
review comments
Esteban Küber
-3
/
+3
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-14
/
+21
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-3
/
+3
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-122
/
+122
2020-07-14
Remove redundant explanatory `note` for type parameters
Esteban Küber
-4
/
+0
2020-04-08
Small tweaks to required bound span
Esteban Küber
-25
/
+25
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-40
/
+32
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-24
/
+40
2020-02-02
Wording changes to object unsafe trait errors
Esteban Küber
-3
/
+9
2020-02-02
Slight rewording of diagnostic message
Esteban Küber
-3
/
+3
2020-02-02
Tweak `Self: Sized` restriction diagnostic output
Esteban Küber
-4
/
+9
2020-01-08
Point at the def span of trait refs E0277
Esteban Küber
-1
/
+3
2019-12-30
Add error code explanation for E0477
Donough Liu
-2
/
+4
2019-11-16
Account for `rustc_on_unimplemented`
Esteban Küber
-1
/
+1
2019-11-16
Suggest borrowing when it would satisfy an unmet trait bound
Esteban Küber
-3
/
+3
2019-10-23
Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis
bors
-6
/
+37
2019-10-22
RFC 2027: "first draft" of implementation
Mathias Blikstad
-6
/
+37
2019-10-15
Update NLL tests
Esteban Küber
-4
/
+12
2019-10-15
Use structured suggestion for restricting bounds
Esteban Küber
-4
/
+12
[next]