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
2021-10-05
Note specific regions involved in 'borrowed data escapes' error
Aaron Hill
-4
/
+14
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-4
/
+0
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-17
/
+17
2021-09-27
Improve cause information for NLL higher-ranked errors
Aaron Hill
-0
/
+25
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-17
/
+17
2021-09-19
Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov
bors
-11
/
+11
2021-09-18
Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank
bors
-0
/
+19
2021-09-12
Use boxed slice instead of BTreeSet.
Camille GILLOT
-11
/
+11
2021-09-06
Add regression test for #74400
Bram van den Heuvel
-0
/
+54
2021-09-04
test for issue #77175
Stefano Buliani
-0
/
+19
2021-08-19
Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomez
bors
-3
/
+3
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-12
/
+42
2021-08-18
Use more accurate spans when proposing adding lifetime to item
Esteban Kuber
-3
/
+3
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+5
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-12
/
+42
2021-08-11
Modify structured suggestion output
Esteban Küber
-10
/
+10
2021-07-30
Use multispan suggestions more often
Esteban Küber
-1
/
+1
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-05-06
Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis
bors
-0
/
+20
2021-04-28
Add HAS_RE_LATE_BOUND if there are bound vars
Jack Huey
-0
/
+23
2021-04-25
Deduplicate ParamCandidates with the same value except for bound vars
Jack Huey
-0
/
+20
2021-04-16
Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe...
Dylan DPC
-5
/
+5
2021-04-16
Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr
Dylan DPC
-0
/
+41
2021-04-12
Compiler error messages: reduce assertiveness of message E0384
James Addison
-5
/
+5
2021-04-06
Fix a couple resolve bugs from binder refactor
Jack Huey
-0
/
+41
2021-04-05
Don't concatenate binders across types
Jack Huey
-0
/
+14
2021-03-24
resolve late lifetimes by item
Jack Huey
-10
/
+10
2021-03-03
reworded message
Esteban Küber
-1
/
+3
2021-03-02
Account for macros when suggesting adding lifetime
Esteban Küber
-0
/
+54
2021-02-09
Print closure signatures when reporting placeholder errors
Matthew Jasper
-1
/
+1
2021-02-09
Report "nice" placeholder errors more often
Matthew Jasper
-16
/
+5
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-2
/
+2
2021-02-02
Update ui tests (nll)
Jesus Rubio
-0
/
+1
2021-01-14
Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
bors
-3
/
+3
2021-01-12
Provide more information for HRTB lifetime errors involving closures
Esteban Küber
-0
/
+169
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-3
/
+3
2020-10-06
Check opaque types satisfy their bounds
Matthew Jasper
-5
/
+0
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-6
/
+6
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-2
/
+2
2020-06-27
Use an 'approximate' universal upper bound when reporting region errors
Aaron Hill
-10
/
+16
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-39
/
+7
2020-05-27
review comments: change wording and visual output
Esteban Küber
-1
/
+1
2020-05-27
Modify wording
Esteban Küber
-2
/
+2
2020-05-27
review comments
Esteban Küber
-1
/
+1
2020-05-27
Tweak output for mismatched impl item
Esteban Küber
-2
/
+2
2020-05-27
Name `RegionKind::ReVar` lifetimes in diagnostics
Esteban Küber
-1
/
+3
2020-05-07
Add test for #34979
Yuki Okushi
-0
/
+23
2020-04-22
Tweak wording
Esteban Küber
-4
/
+4
2020-04-22
Tweak `'static` suggestion code
Esteban Küber
-4
/
+20
2020-04-16
outlives: ignore lifetimes shallowly found in `ty::FnDef`s.
Eduard-Mihai Burtescu
-0
/
+13
[next]