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
/
lifetimes
Age
Commit message (
Expand
)
Author
Lines
2019-04-25
Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...
Mazdak Farrokhzad
-3
/
+1
2019-04-22
Fix #58270, fix off-by-one error in error diagnostics.
Xavier Denis
-3
/
+1
2019-04-22
Remove double trailing newlines
varkor
-3
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-26
/
+9
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-26
/
+1
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-64
/
+64
2018-12-25
Remove licenses
Mark Rousskov
-496
/
+75
2018-12-04
Update tests
Oliver Scherer
-0
/
+1
2018-11-07
remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.
Felix S. Klock II
-2
/
+2
2018-10-22
[review comments] modify test and clean up code
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-7
/
+4
2018-10-22
review comments
Esteban Küber
-20
/
+5
2018-10-22
Suggest appropriate syntax on missing lifetime specifier in return type
Esteban Küber
-8
/
+45
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-399
/
+0
2018-10-15
Deduplicate tests
Shotaro Yamada
-45
/
+0
2018-09-25
Update E0714 to E0716 in tests output
Mikhail Modin
-2
/
+2
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-4
/
+4
2018-09-19
Update ui tests
Matthew Jasper
-8
/
+8
2018-09-16
Auto merge of #54157 - euclio:structured-suggestion, r=estebank
bors
-5
/
+5
2018-09-14
Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix
bors
-0
/
+1
2018-09-12
use structured suggestion for "missing mut" label
Andy Russell
-5
/
+5
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-16
/
+2
2018-09-09
Suggest a let binding to extend temporary lifetimes with NLL
Matthew Jasper
-0
/
+1
2018-09-01
Update tests
Basile Desloges
-314
/
+0
2018-08-27
remove `let x = baz` which was obscuring the real error
Niko Matsakis
-8
/
+8
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-08-14
Update tests
Matthew Jasper
-33
/
+30
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+2277
2018-07-23
Match errors using the callsite of macro expansions
Federico Poli
-1
/
+3
2018-05-25
rust-lang/rust#51025: improve test robustness so that they work under NLL too.
Felix S. Klock II
-14
/
+24
2018-04-11
Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.
Felix S. Klock II
-0
/
+10
2018-04-11
Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...
Felix S. Klock II
-2
/
+2
2018-03-14
update tests
Guillaume Gomez
-3
/
+3
2018-02-26
Update UI tests
Vadim Petrochenkov
-32
/
+32
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+3
2017-12-16
Auto merge of #46722 - arielb1:single-self, r=eddyb
bors
-22
/
+49
2017-12-14
Point at var in short lived borrows
Esteban Küber
-5
/
+5
2017-12-13
fix broken assertion in type_param
Ariel Ben-Yehuda
-22
/
+49
2017-11-26
mention nightly in -Z external-macro-backtrace note
Alex Burka
-1
/
+1
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-29
/
+39
2017-11-20
address review comments
Alex Burka
-1
/
+1
2017-11-19
use -Z flag instead of env var
Alex Burka
-1
/
+1
2017-11-19
update UI tests
Alex Burka
-1
/
+1
2017-10-02
fix handling of `Self`
Ariel Ben-Yehuda
-15
/
+46
2017-10-01
handle nested generics in Generics::type_param/region_param
Ariel Ben-Yehuda
-1
/
+44
2017-09-24
Point at parameter type on E0301
Esteban Küber
-0
/
+61
2017-08-16
Stabilize rvalue promotion to 'static.
Eduard-Mihai Burtescu
-4
/
+5
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-1
/
+1
2017-05-27
Add new error codes and update tests
Guillaume Gomez
-1
/
+1
2017-05-24
Change error count messages
Michael Kohl
-1
/
+1
[next]