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
/
hrtb
Age
Commit message (
Expand
)
Author
Lines
2022-06-21
Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk
Yuki Okushi
-1
/
+1
2022-06-19
Make missing argument placeholder more obvious that it's a placeholder
Michael Goulet
-2
/
+2
2022-06-12
Fix erroneous span for borrowck error
Michael Goulet
-1
/
+1
2022-06-10
Rollup merge of #97937 - TaKO8Ki:fix-typo-in-hrtb-just-for-static, r=Dylan-DPC
Yuki Okushi
-1
/
+1
2022-06-10
fix a typo
Takayuki Maeda
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-206
/
+38
2022-05-22
Use revisions for NLL in hrtb
Jack Huey
-71
/
+95
2022-05-22
Use revisions for NLL in nll
Jack Huey
-12
/
+0
2022-05-22
Do leak check after function ptr coercion
Jack Huey
-2
/
+2
2022-05-06
Link to correct issue in issue-95034 test
Ali MJ Al-Nasrawy
-0
/
+2
2022-04-24
suggestion if struct field has method
Michael Goulet
-0
/
+16
2022-04-16
Implementation for 65853
Jack Huey
-3
/
+5
2022-04-08
Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726
Dylan DPC
-0
/
+97
2022-03-23
Add known-bug for #94034
Michael Goulet
-0
/
+97
2022-03-24
Properly track `ImplObligation`s
Esteban Kuber
-16
/
+16
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-1
/
+6
2021-11-30
Remove all migrate.nll.stderr files
Lucas Kent
-30
/
+29
2021-11-20
Point at `impl` blocks when they introduce unmet obligations
Esteban Kuber
-28
/
+32
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-5
/
+21
2021-11-04
Erase regions within `vtable_trait_first_method_offset`.
Charles Lew
-0
/
+32
2021-10-25
fix(rustc_typeck): report function argument errors on matching type
Michael Howell
-4
/
+10
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-4
/
+0
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-2
/
+2
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-3
/
+9
2021-09-09
In relate_tys, when creating new universes, insert missing universes as other
jackh726
-0
/
+35
2021-08-26
Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis
Manish Goregaokar
-18
/
+5
2021-08-24
Normalize associated types with bound vars
Jack Huey
-3
/
+3
2021-08-24
Update NLL HRTB type ascription blessed expectations
Rémy Rakic
-18
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-16
/
+41
2021-08-18
Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis
bors
-17
/
+19
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-11
/
+17
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-14
/
+35
2021-08-15
Report mismatched type errors for bound region errors in NLL
Matthew Jasper
-2
/
+6
2021-08-11
Modify structured suggestion output
Esteban Küber
-3
/
+3
2021-08-03
bless `hrtb-perfect-forwarding` under polonius
Rémy Rakic
-17
/
+19
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-1
/
+5
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-2
/
+10
2021-03-31
Track bound vars
Jack Huey
-0
/
+20
2021-02-10
Keep existing names of regions in placeholder_error
Matthew Jasper
-3
/
+3
2021-02-09
Report "nice" placeholder errors more often
Matthew Jasper
-69
/
+49
2021-02-09
Avoid repeating self type in placeholder error
Matthew Jasper
-4
/
+4
2021-02-09
Remove unnecessary note on errors
Matthew Jasper
-36
/
+6
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-16
/
+16
2021-01-12
Provide more information for HRTB lifetime errors involving closures
Esteban Küber
-2
/
+22
2020-10-15
ensure arguments are included in count mismatch span
Andy Russell
-10
/
+10
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-3
/
+3
2020-08-22
Use smaller def span for functions
Aaron Hill
-2
/
+1
2020-06-22
fix subtle bug in NLL type checker
Niko Matsakis
-0
/
+70
2020-06-22
remove snapshot calls from "match" operations during select
Niko Matsakis
-69
/
+56
[next]