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
/
underscore-lifetime
Age
Commit message (
Expand
)
Author
Lines
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
2018-03-14
resolve `'_` in `dyn Trait` just like ordinary elision
Niko Matsakis
-0
/
+59