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-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-25
use a minimized example
Takayuki Maeda
-31
/
+14
2022-08-24
do not suggest adding a bound to a opaque type
Takayuki Maeda
-0
/
+43
2022-08-22
Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis
bors
-2
/
+18
2022-08-17
ty::Error does not match other types for region constraints
Michael Goulet
-0
/
+28
2022-08-17
implied_bounds: clarify our assumptions
lcnr
-2
/
+18
2022-07-15
provide `generic_param_scope` for region errors
lcnr
-34
/
+1
2022-07-14
bless tests
Ali MJ Al-Nasrawy
-21
/
+6
2022-07-14
Make outlives::{components,verify} agree
Ali MJ Al-Nasrawy
-0
/
+77
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
[next]