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
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
2019-11-18
Update ui tests
Guillaume Gomez
-1
/
+4
2019-11-16
Fix nll test
Yuki Okushi
-0
/
+8
2019-11-15
Fix test case and issue number
Yuki Okushi
-60
/
+30
2019-11-13
Add test for issue-30904
Yuki Okushi
-0
/
+60
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-0
/
+1
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-1
/
+0
2019-10-04
Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton
bors
-0
/
+1
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-0
/
+1
2019-10-02
Calculate liveness for the same locals with and without -Zpolonius
Matthew Jasper
-60
/
+0
2019-09-22
Point at correct span for parenthesized types
Esteban Küber
-19
/
+19
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-18
/
+18
2019-09-21
Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk
Mazdak Farrokhzad
-0
/
+1
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-32
/
+32
2019-09-12
update ui tests
Guillaume Gomez
-0
/
+1
2019-09-08
Give method not found a primary span label
Esteban Küber
-1
/
+1
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-92
/
+54
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+1016
2019-07-22
Bless output of test unboxed-closures/unboxed-closures-failed-recursive-fn-1....
lqd
-0
/
+60
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-3
/
+3
2019-06-03
Update tests for changes to cannot move errors
Matthew Jasper
-8
/
+8
2019-06-01
Account for cases where we can find the type arg name, but the local name is `_`
Esteban Küber
-1
/
+1
2019-06-01
review comment: tweak wording
Esteban Küber
-2
/
+2
2019-05-31
Tweak wording
Esteban Küber
-1
/
+1
2019-05-31
On type inference errors use the type argument name when possible
Esteban Küber
-1
/
+1
2019-05-31
Alternative wording for inference failure
Esteban Küber
-2
/
+2
2019-05-31
Add more detail to type inference error
Esteban Küber
-2
/
+2
[next]