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
/
impl-trait
Age
Commit message (
Expand
)
Author
Lines
2021-07-23
Rollup merge of #87383 - Alexendoo:impl_trait_in_bindings-tests, r=oli-obk
Yuki Okushi
-0
/
+221
2021-07-22
Add regression tests for the impl_trait_in_bindings ICEs
Alex Macleod
-0
/
+221
2021-07-22
Add a regression test
Oli Scherer
-0
/
+24
2021-07-22
Make mir borrowck's use of opaque types independent of the typeck query's result
Oli Scherer
-26
/
+9
2021-07-20
Get back the more precise suggestion spans of old regionck
Oli Scherer
-4
/
+4
2021-07-19
Improve impl trait disallowed context error text
Santiago Pastorino
-88
/
+88
2021-07-18
Remove impl_trait_in_bindings feature flag
Santiago Pastorino
-111
/
+56
2021-07-18
Remove impl_trait_in_bindings handling on inference error reporting
Santiago Pastorino
-77
/
+0
2021-07-18
Remove impl trait bindings handling on const AST lowering
Santiago Pastorino
-32
/
+35
2021-07-17
Remove OpaqueTyOrigin::Binding
Santiago Pastorino
-341
/
+8
2021-06-29
Bless UI tests
Fabian Wolff
-0
/
+2
2021-06-12
Pretty print generator witness only in `-Zverbose` mode
Tomasz Miąsko
-2
/
+2
2021-05-30
Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum
bors
-2
/
+1
2021-05-26
Unify feature flags as `step_trait`
Jacob Pratt
-1
/
+0
2021-05-26
bless compare-mode=nll output
Niko Matsakis
-2
/
+2
2021-05-26
stabilize member constraints
Niko Matsakis
-33
/
+17
2021-05-26
Make Range implementation safe
Jacob Pratt
-1
/
+1
2021-05-16
Add tracking issue
Jonas Schievink
-0
/
+3
2021-05-16
Allow `async {}` expressions in const contexts
Jonas Schievink
-6
/
+15
2021-04-23
Tweak suggestion output
Esteban Küber
-0
/
+8
2021-04-08
Suggest changing impl parameter types to match trait
Esteban Küber
-3
/
+8
2021-04-08
Use more accurate spans for trait/impl method arg divergence
Esteban Küber
-2
/
+2
2021-04-08
Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco
Dylan DPC
-1
/
+5
2021-04-07
rebase and update tests
Esteban Küber
-1
/
+5
2021-04-07
Rollup merge of #83954 - estebank:issue-83613, r=varkor
Dylan DPC
-4
/
+4
2021-04-06
Remove trailing `:` from E0119 message
Esteban Küber
-4
/
+4
2021-04-06
forbid `impl Trait` in generic param defaults
SNCPlay42
-59
/
+133
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-25
/
+21
2021-04-02
Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank
Dylan DPC
-8
/
+8
2021-04-02
Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank
bors
-16
/
+49
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-8
/
+8
2021-03-20
Move some tests to more reasonable directories - 5
Caio
-0
/
+79
2021-03-16
peel derives when checking normalized is expected
SNCPlay42
-0
/
+31
2021-03-16
fix expected/found order on impl trait projection mismatch
SNCPlay42
-16
/
+18
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-39
/
+396
2021-03-12
Make def_key and HIR parenting consistent.
Camille GILLOT
-1
/
+48
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-4
/
+4
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+501
2021-01-07
Use correct span for structured suggestion
Esteban Küber
-12
/
+12
2021-01-07
bless tests
Daiki Ihara
-4
/
+12
2020-11-16
Add two regression tests
Alex Macleod
-0
/
+90
2020-10-27
Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco
Yuki Okushi
-1
/
+15
2020-10-25
Use its own `TypeckResults` to avoid ICE
Yuki Okushi
-1
/
+15
2020-10-25
Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb
bors
-0
/
+21
2020-10-20
review comments
Esteban Küber
-2
/
+2
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-10
/
+22
2020-10-18
Add test for issue-70877
Yuki Okushi
-0
/
+53
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+3
2020-10-09
Add a regression test for issue-65581
Yuki Okushi
-0
/
+33
2020-10-07
arg position
Bastian Kauschke
-0
/
+7
[next]