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
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
2019-05-29
Update ui test suite to use dyn
memoryruins
-77
/
+77
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+12
2019-04-29
Suggest try_into when possible
Esteban Küber
-0
/
+4
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-477
/
+161
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-18
/
+12
2019-04-11
Reword tracking issue note
Esteban Küber
-3
/
+3
2019-04-10
Tweak unstable diagnostic output
Esteban Küber
-3
/
+6
2019-03-17
Updated UI test output to remove test annotations for revisions
Mathias Blikstad
-6
/
+6
2019-03-15
rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...
Eduard-Mihai Burtescu
-4
/
+4
2019-03-11
Update NLL tests
Vadim Petrochenkov
-26
/
+26
2019-03-11
Update tests
Vadim Petrochenkov
-37
/
+37
2019-02-21
update test files to reflect new output
Niko Matsakis
-12
/
+96
2019-01-20
Do not suggest angle brackets when there are no type arguments
Esteban Küber
-15
/
+9
2019-01-19
Suggest usage of angle brackets
Esteban Küber
-4
/
+13
2019-01-19
Accept parenthesized type args for error recovery
Esteban Küber
-10
/
+4
2019-01-19
Continune parsing after encountering Trait with paren args
Esteban Küber
-8
/
+22
2018-12-25
Remove licenses
Mark Rousskov
-478
/
+116
2018-10-30
Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...
kennytm
-33
/
+9
2018-10-30
Update compare-mode=nll stderr files to reflect the fix to #55492.
Felix S. Klock II
-33
/
+9
2018-10-29
Don't emit cannot move errors twice in migrate mode
Matthew Jasper
-31
/
+1
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-4
/
+6
2018-10-18
Add by-value captured variable note on second use.
David Wood
-22
/
+0
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-22
/
+64
2018-10-05
Updates to .stderr output in ui tests from earlier changes.
Felix S. Klock II
-1
/
+1
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-4
/
+3
2018-09-23
Remove irrelevant message about drop order
Matthew Jasper
-2
/
+0
2018-09-18
Update NLL 3-point error message for fake reads in optimized let patterns
Remy Rakic
-2
/
+3
2018-09-12
use structured suggestion for "missing mut" label
Andy Russell
-9
/
+9
2018-09-01
Update tests
Basile Desloges
-6
/
+0
[next]