| Age | Commit message (Expand) | Author | Lines |
| 2018-10-21 | Improve stability messages display a bit | Guillaume Gomez | -12/+14 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -54/+57 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -558/+428 |
| 2018-10-20 | Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov | bors | -10/+104 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -362/+910 |
| 2018-10-19 | add more to the ERROR messages | Niko Matsakis | -27/+27 |
| 2018-10-19 | fix error messages | Niko Matsakis | -11/+21 |
| 2018-10-19 | Only suggest paths that exist. | David Wood | -10/+104 |
| 2018-10-19 | normalize the self-type that we extract from impl | Niko Matsakis | -0/+26 |
| 2018-10-19 | even though we don't need it yet, fix the "fast path" code | Niko Matsakis | -3/+7 |
| 2018-10-19 | add a test that we enforce '`static` errors post normalization | Niko Matsakis | -0/+26 |
| 2018-10-19 | add useful debug log | Niko Matsakis | -0/+1 |
| 2018-10-19 | region_infer/mod.rs: rustfmt | Niko Matsakis | -8/+8 |
| 2018-10-19 | pacify the mercilous tidy | Niko Matsakis | -1/+3 |
| 2018-10-19 | skip user-type annotations if they don't have regions | Niko Matsakis | -55/+43 |
| 2018-10-19 | lowering casts in constants now creates multiple uses | Niko Matsakis | -6/+21 |
| 2018-10-19 | pacify the mercilous tidy | Niko Matsakis | -1/+6 |
| 2018-10-19 | save the user-provided type immediately upon return from astconv | Niko Matsakis | -6/+9 |
| 2018-10-19 | create type ascription for any cast | Niko Matsakis | -25/+52 |
| 2018-10-19 | Wrap cast expressions inside of ValueTypeAscription | Keith Yeung | -2/+40 |
| 2018-10-19 | suppress duplicate -- or near duplicate -- type test errors | Niko Matsakis | -5/+27 |
| 2018-10-19 | normalize and prove predicates | Niko Matsakis | -1/+76 |
| 2018-10-19 | normalize after substitution | Niko Matsakis | -0/+35 |
| 2018-10-19 | pull `relate_type_and_user_type` code into `type_check` module | Niko Matsakis | -132/+99 |
| 2018-10-19 | Update unit tests | Oliver Scherer | -19/+19 |
| 2018-10-19 | Update TypedArena tests | Oliver Scherer | -13/+13 |
| 2018-10-19 | Update more internals tests to `default` | Oliver Scherer | -2/+2 |
| 2018-10-19 | Free some memory instead of just dropping elements | Oliver Scherer | -3/+6 |
| 2018-10-19 | Update a compiler-test to the `Default` changes | Oliver Scherer | -1/+1 |
| 2018-10-19 | Remove unused box | Oliver Scherer | -5/+4 |
| 2018-10-19 | Derives often have very strict bounds | Oliver Scherer | -1/+9 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -362/+237 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -333/+318 |
| 2018-10-19 | type_check/mod.rs: rustfmt | Niko Matsakis | -40/+29 |
| 2018-10-19 | replace `UserTypeAnnotation::AdtDef` with `TypeOf` | Niko Matsakis | -29/+3 |
| 2018-10-19 | propagate user-type annotation for constants in expressions | Niko Matsakis | -13/+91 |
| 2018-10-19 | convert `FnDef` to `TypeOf`, which is more general | Niko Matsakis | -7/+16 |
| 2018-10-19 | remove outdated assertion | Niko Matsakis | -8/+1 |
| 2018-10-19 | Auto merge of #55194 - kennytm:rollup, r=kennytm | bors | -239/+378 |
| 2018-10-19 | Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomats... | kennytm | -19/+57 |
| 2018-10-19 | Rollup merge of #55178 - sdroege:stabilize-chunks-exact, r=alexcrichton | kennytm | -69/+51 |
| 2018-10-19 | Rollup merge of #55169 - raphlinus:copysign, r=joshtriplett | kennytm | -0/+58 |
| 2018-10-19 | Rollup merge of #55166 - varkor:ret-parens, r=davidtwco | kennytm | -5/+17 |
| 2018-10-19 | Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkov | kennytm | -143/+116 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -3/+79 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -54/+57 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -116/+553 |
| 2018-10-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -76/+90 |
| 2018-10-18 | Propagate bounds from generators | Matthew Jasper | -19/+57 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -1/+26 |