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
/
regions
Age
Commit message (
Expand
)
Author
Lines
2022-06-15
tests H.R. `T: 'a` bounds proving themselves
Niko Matsakis
-0
/
+41
2022-06-03
Fully stabilize NLL
Jack Huey
-2332
/
+196
2022-06-03
Use the same message as type & const generics.
Camille GILLOT
-5
/
+5
2022-06-03
Do not lower generic lifetime params when AST resolution emitted an error.
Camille GILLOT
-12
/
+2
2022-06-02
Bless tests.
Camille GILLOT
-6
/
+17
2022-05-22
Do leak check after function ptr coercion
Jack Huey
-160
/
+41
2022-04-30
Bless tests.
Camille GILLOT
-111
/
+227
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-0
/
+36
2022-04-25
Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL
marmeladema
-0
/
+50
2022-04-24
Use revisions instead of nll compare mode for `/regions/` ui tests
marmeladema
-470
/
+743
2022-04-24
Bless tests
marmeladema
-51
/
+65
2022-04-17
Bless tests.
Camille GILLOT
-52
/
+65
2022-04-04
Format invariance notes with backticks
Michael Goulet
-25
/
+25
2022-03-28
Remove duplicated and unused test files
Caio
-67
/
+0
2022-02-24
Remove in-band lifetimes
Michael Goulet
-34
/
+0
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-2
/
+2
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-22
/
+16
2021-12-29
Refactor variance diagnostics to work with more types
Aaron Hill
-0
/
+35
2021-12-11
Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk
bors
-6
/
+6
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-6
/
+6
2021-12-10
fix tests after rebase
Esteban Kuber
-2
/
+2
2021-12-10
Tweak wording
Esteban Kuber
-7
/
+7
2021-12-10
Use a more accurate `Span` for `'static` obligation from return type
Esteban Kuber
-10
/
+10
2021-12-10
Point at return type when it introduces `'static` obligation
Esteban Kuber
-0
/
+37
2021-12-10
Clean up visual output logic
Esteban Kuber
-6
/
+6
2021-11-30
Remove all migrate.nll.stderr files
Lucas Kent
-125
/
+48
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-2
/
+12
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+22
2021-11-17
Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebank
Matthias Krüger
-97
/
+72
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+117
2021-11-14
Improve diagnostics when a static lifetime is expected
Lucas Kent
-97
/
+72
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+81
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-85
/
+85
2021-10-05
Note specific regions involved in 'borrowed data escapes' error
Aaron Hill
-10
/
+26
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-34
/
+0
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-6
/
+3
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-141
/
+172
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-6
/
+3
2021-09-16
Propagate coercion cause into `try_coerce`
Aaron Hill
-6
/
+6
2021-08-24
Normalize associated types with bound vars
Jack Huey
-14
/
+8
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-16
/
+44
2021-08-18
Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis
bors
-6
/
+102
2021-08-15
Report mismatched type errors for bound region errors in NLL
Matthew Jasper
-16
/
+44
2021-08-11
Modify structured suggestion output
Esteban Küber
-49
/
+49
2021-08-03
restructure issue-78262 to test polonius
Rémy Rakic
-6
/
+20
2021-08-03
bless region-multiple-lifetime-bounds-on-fns-where-clause under polonius
Rémy Rakic
-0
/
+82
2021-07-31
Point at unmet explicit lifetime obligation bound
Esteban Küber
-13
/
+68
2021-07-30
Use multispan suggestions more often
Esteban Küber
-22
/
+22
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-0
/
+15
[next]