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-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
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-4
/
+4
2020-07-10
Tweak wording
Yuki Okushi
-19
/
+19
2020-07-10
Add a help to use `in_band_lifetimes` in nightly
Yuki Okushi
-0
/
+33
2020-06-22
WIP bless test and compare-mode=nll
Niko Matsakis
-27
/
+111
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-12
/
+6
2020-06-22
rewrite leak check to be based on universes
Niko Matsakis
-18
/
+7
2020-06-15
Change E0758 to E0759 to avoid conflict with #72912
Esteban Küber
-10
/
+10
2020-06-15
small tweaks
Esteban Küber
-5
/
+5
2020-06-15
Register new eror code
Esteban Küber
-1
/
+5
2020-06-15
review comments: wording
Esteban Küber
-17
/
+17
2020-06-15
Tweak wording and add error code
Esteban Küber
-20
/
+20
2020-06-15
Tweak output for overlapping required/captured spans
Esteban Küber
-36
/
+6
2020-06-15
Move overlapping span to a note
Esteban Küber
-24
/
+36
2020-06-15
Reduce verbosity of suggestion message and mention lifetime in label
Esteban Küber
-12
/
+12
2020-06-15
When `'static` is explicit, suggest constraining argument with it
Esteban Küber
-79
/
+110
2020-06-15
Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis
Ralf Jung
-2
/
+6
2020-05-30
Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements
Esteban Küber
-12
/
+6
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-161
/
+24
2020-05-30
Update nll tests
Esteban Küber
-5
/
+5
[next]