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
/
regions
Age
Commit message (
Expand
)
Author
Lines
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
2021-05-12
Don't suggest adding `'static` lifetime to arguments
Aaron Hill
-15
/
+0
2021-05-02
fix nll test stderr
Chris Pardy
-1
/
+1
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-5
/
+3
2021-03-24
resolve late lifetimes by item
Jack Huey
-20
/
+20
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-1
/
+1
2021-03-06
Move some tests to more suitable subdirs
Yuki Okushi
-0
/
+23
2021-02-22
Update test cases
0yoyoyo
-3
/
+3
2021-02-16
Move some tests to more reasonable directories
Caio
-0
/
+71
2021-02-02
Update ui tests (nll)
Jesus Rubio
-1
/
+4
2021-02-01
Update ui tests
Jesus Rubio
-0
/
+1
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+455
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-3
/
+3
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-5
/
+5
2020-11-29
Update tests to remove old numeric constants
bstrie
-10
/
+8
2020-11-10
Rollup merge of #78574 - sasurau4:test/check-pass-regions, r=jyn514
Jonas Schievink
-18
/
+18
2020-10-30
Use check-pass instead of build-pass in regions ui test suite
Daiki Ihara
-18
/
+18
2020-10-29
Make anonymous binders start at 0
Jack Huey
-5
/
+5
2020-10-25
Test with NLL explicitly
Yuki Okushi
-4
/
+19
2020-10-25
Do not try to report on closures to avoid ICE
Yuki Okushi
-0
/
+27
2020-10-06
Fix tests from rebase
Matthew Jasper
-35
/
+7
2020-10-06
Fix rebase
Matthew Jasper
-34
/
+19
2020-10-06
Avoid cycles from projection bounds
Matthew Jasper
-32
/
+13
2020-10-06
Avoid cycle with projections from object types
Matthew Jasper
-48
/
+40
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-59
/
+23
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-19
/
+19
2020-08-30
Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasper
bors
-12
/
+36
2020-08-23
Account for async functions when suggesting new named lifetime
Esteban Küber
-12
/
+36
2020-08-22
Use smaller def span for functions
Aaron Hill
-24
/
+8
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-2
/
+2
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-4
/
+2
2020-07-23
Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakis
bors
-0
/
+101
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-14
/
+14
2020-07-22
Detect when `'static` obligation might come from an `impl`
Esteban Küber
-23
/
+5
2020-07-20
Use `ReEmpty(U0)` as the implicit region bound in typeck
Matthew Jasper
-0
/
+101
[next]