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
/
unsized
Age
Commit message (
Expand
)
Author
Lines
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-8
/
+7
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-5
/
+15
2021-09-16
Point at argument instead of call for their obligations
Esteban Kuber
-34
/
+3
2021-08-26
add unsized coercion test
lcnr
-0
/
+24
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-38
/
+66
2021-08-11
Modify structured suggestion output
Esteban Küber
-133
/
+169
2021-07-30
Do not discard `?Sized` type params and suggest their removal
Esteban Küber
-1
/
+146
2021-07-03
Remove the deprecated `core::raw` and `std::raw` module.
Charles Lew
-14
/
+11
2021-04-19
fix suggestion for unsized function parameters
lcnr
-0
/
+814
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-5
/
+25
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-3
/
+1
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-11
/
+11
2021-02-06
Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr
Jonas Schievink
-4
/
+4
2021-02-03
Miscellaneous small diagnostics cleanup
Camelid
-4
/
+4
2021-02-04
add `relaxed_struct_unsize` feature gate
Bastian Kauschke
-0
/
+1
2021-02-04
relax adt unsizing requirements
Bastian Kauschke
-0
/
+11
2020-10-18
Use smaller example for issue-71659
Yuki Okushi
-77
/
+15
2020-10-18
Add test for issue-75707
Yuki Okushi
-0
/
+29
2020-10-18
Add test for issue-71659
Yuki Okushi
-0
/
+103
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-35
/
+35
2020-07-25
Use the proper span when WF-checking an impl self type
Aaron Hill
-2
/
+2
2020-07-14
Reword message
Esteban Küber
-20
/
+20
2020-07-14
Remove redundant explanatory `note` for type parameters
Esteban Küber
-12
/
+0
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-31
/
+0
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-20
/
+200
2020-06-16
Provide `help` when `T: ?Sized` can't be suggested
Esteban Küber
-0
/
+28
2020-06-15
Account for derived obligations to suggest `?Sized` bound
Esteban Küber
-0
/
+4
2020-04-24
Add regression test for #26376
Wesley Wiser
-0
/
+25
2020-04-18
Do not emit note for projected derived obligations
Esteban Küber
-1
/
+0
2020-04-18
Maintain chain of derived obligations
Esteban Küber
-0
/
+4
2020-04-08
Small tweaks to required bound span
Esteban Küber
-6
/
+6
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-4
/
+4
2020-02-02
Account for `?Sized` type parameter bounds
Esteban Küber
-18
/
+18
2019-11-24
Fix pointing at arg for fulfillment errors in function calls
Janusz Marcinkiewicz
-0
/
+63
2019-10-15
Handle more cases
Esteban Küber
-10
/
+21
2019-10-15
Use structured suggestion for restricting bounds
Esteban Küber
-8
/
+12
2019-09-22
Point at type param when it's cause of unfulfilled obligation
Esteban Küber
-2
/
+2
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-2
/
+2
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-30
/
+17
2019-05-29
Update ui test suite to use dyn
memoryruins
-16
/
+16
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-27
/
+27
2018-12-25
Remove licenses
Mark Rousskov
-105
/
+33
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+547