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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
underscore-lifetime
Age
Commit message (
Expand
)
Author
Lines
2020-02-07
performed --bless of 15 ui tests affected
Josh White
-1
/
+13
2020-02-05
Account for `fn()` types in lifetime suggestions
Esteban Küber
-12
/
+4
2020-02-05
Account for `'_` in suggestions
Esteban Küber
-2
/
+2
2020-02-05
review comments
Esteban Küber
-8
/
+8
2020-02-05
Suggest `'r` instead of `'lifetime`
Esteban Küber
-10
/
+10
2020-02-05
When suggesting lifetimes, propose adding the new lifetime to all arguments
Esteban Küber
-2
/
+2
2020-02-05
Use spans for input borrowed types unrelated to return type
Esteban Küber
-2
/
+10
2020-01-19
review comments
Esteban Küber
-5
/
+5
2020-01-19
When encountering an expected named lifetime and none are present, suggest ad...
Esteban Küber
-6
/
+32
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-3
/
+7
2019-11-21
Change some tests to use the shorter comment style
Dylan MacKenzie
-6
/
+3
2019-11-07
Update ui tests
Guillaume Gomez
-0
/
+1
2019-10-07
update ui tests
Guillaume Gomez
-0
/
+1
2019-06-03
rustc: remove `HirId` from `ArgSource::AsyncFn`
David Wood
-1
/
+1
2019-05-29
Update ui test suite to use dyn
memoryruins
-7
/
+7
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+22
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-17
/
+2
2019-03-15
rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...
Eduard-Mihai Burtescu
-2
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-17
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-75
/
+15
2018-12-04
Update tests
Oliver Scherer
-2
/
+2
2018-10-25
Rollup merge of #55173 - estebank:suggest-static, r=oli-obk
Pietro Albini
-2
/
+1
2018-10-22
review comments
Esteban Küber
-4
/
+1
2018-10-22
Suggest appropriate syntax on missing lifetime specifier in return type
Esteban Küber
-2
/
+4
2018-10-19
`impl<'_> IceCube<'_> {}` is now only one error in both editions
Scott McMurray
-68
/
+12
2018-10-19
Move an underscore-lifetime error test to an IHLE success test
Scott McMurray
-15
/
+5
2018-10-19
Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry
bors
-16
/
+391
2018-10-19
add more to the ERROR messages
Niko Matsakis
-27
/
+27
2018-10-19
fix error messages
Niko Matsakis
-11
/
+21
2018-10-17
move E0637 to lowering and improve output, add more tests
Niko Matsakis
-16
/
+381
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-22
/
+0
2018-09-19
Update ui tests
Matthew Jasper
-1
/
+1
2018-09-06
Fix tests
Wesley Wiser
-1
/
+1
2018-09-01
Update tests
Basile Desloges
-30
/
+0
2018-08-27
Also use smaller spans for unsize adjustments
Matthew Jasper
-9
/
+6
2018-08-14
Update tests
Matthew Jasper
-1
/
+1
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+122
2018-07-25
improve heuristics for what makes an interesting constraint
Niko Matsakis
-6
/
+9
2018-07-09
find and highlight the `&` or `'_` in `region_name`
Niko Matsakis
-1
/
+1
2018-07-04
write code to extract region names and emit new style message
Niko Matsakis
-2
/
+5
2018-07-01
Ensure that changed errors are lower case.
David Wood
-1
/
+1
2018-07-01
Updated affected tests.
David Wood
-8
/
+4
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-2
/
+2
2018-04-27
fixed tests
Christian Poveda
-5
/
+5
2018-04-27
updated stderr files and removed feature-gate test for dyn_trait
Christian Poveda
-6
/
+6
2018-04-27
dyn_trait feature-gate just for stage0
Christian Poveda
-4
/
+0
2018-04-18
Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...
Felix S. Klock II
-4
/
+4
2018-04-11
Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.
Felix S. Klock II
-0
/
+36
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-8
/
+6
2018-03-22
add new test for `dyn<Trait + '_>` used in a struct
Niko Matsakis
-0
/
+42
[next]