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
/
str
Age
Commit message (
Expand
)
Author
Lines
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-4
/
+12
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+5
2021-08-12
Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebank
Yuki Okushi
-0
/
+32
2021-08-11
Add UI tests for string escape warnings.
Anton Golov
-0
/
+32
2021-08-11
Modify structured suggestion output
Esteban Küber
-8
/
+9
2021-07-30
Use multispan suggestions more often
Esteban Küber
-12
/
+18
2020-09-05
Indent a note to make folding work nicer
Lzu Tao
-5
/
+5
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-18
/
+18
2020-07-14
Suggest borrowing in more unsized fn param cases
Esteban Küber
-3
/
+5
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-3
/
+0
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+9
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
2020-03-22
Increase verbosity when suggesting subtle code changes
Esteban Küber
-3
/
+5
2020-02-02
Suggest `?Sized` on type parameters
Esteban Küber
-1
/
+3
2020-01-05
Add backticks to various diagnostics
varkor
-2
/
+2
2019-12-12
Update tests
LeSeulArtichaut
-1
/
+1
2019-12-12
Update UI test expectations
LeSeulArtichaut
-1
/
+1
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-16
/
+20
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-6
/
+6
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-12
/
+3
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-12
/
+12
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+2
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-1
/
+1
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-8
/
+8
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-5
/
+3
2019-05-16
review comments
Esteban Küber
-1
/
+1
2019-05-16
Handle more string addition cases with appropriate suggestions
Esteban Küber
-2
/
+5
2019-05-02
don't amplify errors in format! with bad literals
Aleksey Kladov
-14
/
+2
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-27
Better diagnostic for binary operation on BoxedValues
hgallagher1993
-2
/
+4
2019-03-11
Update tests
Vadim Petrochenkov
-11
/
+11
2019-01-22
Rollup merge of #57604 - alercah:str-index, r=sfackler
Mazdak Farrokhzad
-10
/
+77
2019-01-20
Auto merge of #57651 - JohnTitor:give-char-type, r=estebank
bors
-7
/
+17
2019-01-19
Make `str` indexing generic on `SliceIndex`.
Alexis Hunt
-10
/
+77
2019-01-18
Rollup merge of #57350 - folex:master, r=estebank
Mazdak Farrokhzad
-0
/
+4
2019-01-18
Fix tests
Yuki Okushi
-7
/
+17
2019-01-13
Tweak output of type mismatch between "then" and `else` `if` arms
Esteban Küber
-2
/
+4
2019-01-05
Show suggestion to use .char().nth() and link to The Book on unimplemented In...
folex
-0
/
+4
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-85
/
+14
2018-08-19
Lift some Sized checks.
Masaki Hara
-0
/
+1
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+278