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-12-26
Revert "Replace usage of `ResumeTy` in async lowering with `Context`"
Andrew Pollack
-14
/
+10
2022-12-08
Rollup merge of #104922 - estebank:fur-elize, r=oli-obk
Matthias Krüger
-2
/
+4
2022-12-06
Replace usage of `ResumeTy` in async lowering with `Context`
Arpad Borsos
-10
/
+14
2022-11-28
Detect long types in E0308 and write them to disk
Esteban Küber
-2
/
+4
2022-11-12
Move tests
Caio
-0
/
+24
2022-10-20
Update tests to match error message changes
b4den
-2
/
+2
2022-10-08
Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726
Michael Howell
-0
/
+20
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-30
bless tests
b-naber
-0
/
+20
2022-09-28
add test
b-naber
-0
/
+34
2022-09-26
address review
b-naber
-8
/
+8
2022-09-26
bless tests
b-naber
-4
/
+28
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
[next]