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
/
hrtb
Age
Commit message (
Expand
)
Author
Lines
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
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-111
/
+144
2020-06-22
rewrite leak check to be based on universes
Niko Matsakis
-21
/
+2
2020-06-22
Revert "modify leak-check to track only outgoing edges from placeholders"
Niko Matsakis
-36
/
+48
2020-06-22
modify leak-check to track only outgoing edges from placeholders
Niko Matsakis
-48
/
+36
2020-05-02
On type mismatch involving associated type, suggest constraint
Esteban Küber
-1
/
+1
2020-04-30
Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper
Dylan DPC
-1
/
+1
2020-04-18
Add label to item source of bound obligation
Esteban Küber
-9
/
+9
2020-04-16
reserve variable for empty root region
Niko Matsakis
-1
/
+1
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
2020-03-30
Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis
Dylan DPC
-1
/
+2
2020-03-30
bless output of ui test hrtb/hrtb-perfect-forwarding.rs
Remy Rakic
-1
/
+2
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-12
/
+9
2020-02-20
Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov
Mazdak Farrokhzad
-3
/
+5
2020-02-11
On mismatched argument count point at arguments
Esteban Küber
-3
/
+5
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-9
/
+18
2020-01-09
Address review comments + Update NLL tests
Vadim Petrochenkov
-1
/
+2
2020-01-09
Update tests
Vadim Petrochenkov
-4
/
+55
2019-12-23
Refactor region error handling to be done by mirborrowckctx
Mark Mansi
-6
/
+6
2019-12-06
bless polonius output of test hrtb-perfect-forwarding.rs
Remy Rakic
-0
/
+68
2019-11-28
Deduplicate type param constraint suggestion code
Esteban Küber
-3
/
+3
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-1
/
+3
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-6
/
+4
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-2
/
+0
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-6
/
+6
2019-10-27
update tests
Mark Mansi
-0
/
+2
2019-10-15
Use structured suggestion for restricting bounds
Esteban Küber
-6
/
+9
2019-10-04
Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis
Mazdak Farrokhzad
-4
/
+9
2019-10-02
Make lifetimes in constants live at the point of use
Matthew Jasper
-4
/
+9
2019-10-01
Fixup tests
Aaron Hill
-4
/
+11
2019-10-01
Improve HRTB error span when -Zno-leak-check is used
Aaron Hill
-0
/
+1
2019-09-22
Point at type param when it's cause of unfulfilled obligation
Esteban Küber
-14
/
+14
2019-09-22
Fix rebase
Esteban Küber
-5
/
+2
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-72
/
+58
2019-09-21
Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk
Mazdak Farrokhzad
-0
/
+2
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-6
/
+6
2019-09-18
Add explanation to type mismatch involving type params and assoc types
Esteban Küber
-0
/
+2
[prev]
[next]