| Age | Commit message (Expand) | Author | Lines |
| 2018-10-16 | Don't complain re missing `mut` on attempt to partially initialize an uniniti... | Felix S. Klock II | -9/+23 |
| 2018-10-16 | Cleanup `fn is_mutable` by removing some unnecessary control-flow breaks. | Felix S. Klock II | -4/+4 |
| 2018-10-16 | Add helper method to determine if local had ever been initialized at current ... | Felix S. Klock II | -19/+25 |
| 2018-10-16 | Make us error consistently in issue #21232, to fix #54986. | Felix S. Klock II | -20/+109 |
| 2018-10-16 | Add `Place::base_local` method and improve doc for `Place::local` to clarify ... | Felix S. Klock II | -1/+13 |
| 2018-10-16 | end return statements and void expressions with a semicolon | ljedrz | -6/+6 |
| 2018-10-16 | Use forward compatible `FxHashMap` initialization | Oliver Scherer | -1/+1 |
| 2018-10-16 | [Rustc Book] Quotes around value in --cfg example | Havvy (Ryan Scheel) | -1/+1 |
| 2018-10-16 | Auto merge of #55067 - ljedrz:generic_iterator_related_improvements, r=petroc... | bors | -18/+16 |
| 2018-10-16 | #45829 when a renamed import conflict with a previous import | François Mockers | -5/+207 |
| 2018-10-15 | [Rustc Book] Explain --cfg's arguments | Havvy (Ryan Scheel) | -0/+5 |
| 2018-10-15 | Extract localStorage tests out into a helper method; use in getCurrentValue() | Roy Wellington Ⅳ | -8/+20 |
| 2018-10-16 | Auto merge of #55023 - euclio:llvm-error-handler, r=cuviper | bors | -4/+30 |
| 2018-10-15 | Add test for #34229 | Esteban Küber | -0/+16 |
| 2018-10-15 | fix mir-opt test | Niko Matsakis | -1/+1 |
| 2018-10-15 | pacify the mercilous tidy | Niko Matsakis | -3/+13 |
| 2018-10-15 | update tests | Niko Matsakis | -5/+178 |
| 2018-10-15 | avoid type variables in the self-type | Niko Matsakis | -1/+13 |
| 2018-10-15 | pass along `user_self_ty` | Niko Matsakis | -20/+30 |
| 2018-10-15 | handle user-self-type for def-ids | Niko Matsakis | -3/+21 |
| 2018-10-15 | pull the common code across user-ty variants up top | Niko Matsakis | -22/+34 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -40/+122 |
| 2018-10-15 | introduce `FnDef` and `AdtDef` to `UserTypeAnnotation` | Niko Matsakis | -40/+32 |
| 2018-10-15 | introduce a `UserTypeAnnotation` enum | Niko Matsakis | -88/+126 |
| 2018-10-15 | move `force_instantiate_unchecked` to be local to `nll_relate` code | Niko Matsakis | -59/+61 |
| 2018-10-15 | extract `type_relate` into the inference context as `nll_relate` | Niko Matsakis | -651/+681 |
| 2018-10-15 | rework `relate_type_and_user_type` to use type inference variables | Niko Matsakis | -74/+39 |
| 2018-10-15 | make `instantiate_canonical_with_fresh_inference_vars` public again | Niko Matsakis | -4/+1 |
| 2018-10-15 | make `TypeRelating` take an infcx again | Niko Matsakis | -8/+8 |
| 2018-10-15 | add `force_instantiate_unchecked` method | Niko Matsakis | -0/+59 |
| 2018-10-15 | rename to `user_substs_applied_to_def` for consistency | Niko Matsakis | -4/+4 |
| 2018-10-15 | Auto merge of #55095 - Manishearth:rollup, r=Manishearth | bors | -373/+325 |
| 2018-10-15 | Add comments to remind everyone to keep the `get_vtable` impls in sync | Oliver Scherer | -0/+8 |
| 2018-10-15 | Uplift some comments to doc comments | Oliver Scherer | -8/+8 |
| 2018-10-15 | Synchronize get_vtable with the `codegen_llvm` one | Oliver Scherer | -13/+14 |
| 2018-10-15 | Deduplicate vtables within a single evaluation | Oliver Scherer | -1/+9 |
| 2018-10-15 | Add trailing newline to satisfy tidy | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-10-15 | Try to trigger some error cases | Oliver Scherer | -0/+46 |
| 2018-10-15 | Explain all casts in detail | Oliver Scherer | -2/+11 |
| 2018-10-15 | Rollup merge of #55081 - sinkuu:dedup_test, r=Manishearth | Manish Goregaokar | -148/+0 |
| 2018-10-15 | Rollup merge of #55066 - iaz3:patch-1, r=sfackler | Manish Goregaokar | -1/+1 |
| 2018-10-15 | Rollup merge of #55062 - bjorn3:ecx-step-public, r=oli-obk | Manish Goregaokar | -1/+3 |
| 2018-10-15 | Rollup merge of #55060 - jannic:patch-1, r=joshtriplett | Manish Goregaokar | -6/+6 |
| 2018-10-15 | Rollup merge of #55048 - ljedrz:begone_vecc, r=estebank | Manish Goregaokar | -14/+8 |
| 2018-10-15 | Rollup merge of #55047 - tshepang:simple, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2018-10-15 | Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkov | Manish Goregaokar | -8/+9 |
| 2018-10-15 | Rollup merge of #54991 - euclio:issue-23189, r=tmandry | Manish Goregaokar | -0/+24 |
| 2018-10-15 | Rollup merge of #54963 - ljedrz:cleanup_rustc_session, r=varkor | Manish Goregaokar | -160/+132 |
| 2018-10-15 | Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko... | Manish Goregaokar | -42/+150 |
| 2018-10-15 | Auto merge of #54858 - nikomatsakis:universes-refactor-2, r=scalexm | bors | -501/+536 |