| Age | Commit message (Expand) | Author | Lines |
| 2018-12-28 | Auto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin | bors | -1/+1 |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+6 |
| 2018-12-27 | Give the crate select chevron room to breathe. | John Heitmann | -1/+1 |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -93/+95 |
| 2018-12-28 | Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay | bors | -13/+154 |
| 2018-12-28 | resolve: Fix an ICE in import validation | Vadim Petrochenkov | -6/+45 |
| 2018-12-27 | Update references to closed issue | Ian Douglas Scott | -23/+23 |
| 2018-12-27 | Auto merge of #56999 - petrochenkov:macrecov2, r=estebank | bors | -367/+712 |
| 2018-12-28 | Resolve `$crate`s for pretty-printing at more appropriate time | Vadim Petrochenkov | -40/+53 |
| 2018-12-28 | Add test demonstrating disintegration of `$crate` into `$` and `crate` | Vadim Petrochenkov | -0/+128 |
| 2018-12-27 | Auto merge of #56384 - scalexm:chalk, r=nikomatsakis | bors | -289/+1307 |
| 2018-12-27 | Fix span in char documentation | Esteban Küber | -1/+1 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -3/+3 |
| 2018-12-27 | Add tests | scalexm | -0/+278 |
| 2018-12-27 | Fix `tcx.environment` for inherent impls | scalexm | -31/+48 |
| 2018-12-27 | Add `wf_clause_for_fn_def` | scalexm | -1/+21 |
| 2018-12-27 | Use `TraitEngine` in `enter_canonical_trait_query` | scalexm | -19/+30 |
| 2018-12-27 | Handle sub-typing in chalk-engine | scalexm | -7/+37 |
| 2018-12-27 | Integrate chalk engine | scalexm | -75/+412 |
| 2018-12-27 | Fix binding levels in implied bounds rules | scalexm | -15/+11 |
| 2018-12-27 | Fix replacement of escaping bound types | scalexm | -5/+12 |
| 2018-12-27 | Fix `Sized` requirement for empty tuples in `program_clauses` | scalexm | -1/+4 |
| 2018-12-27 | Add builtin impls for `Sized` in `chalk_context::program_clauses` | scalexm | -1/+150 |
| 2018-12-27 | Rename functions giving WF clauses for builtin types | scalexm | -21/+38 |
| 2018-12-27 | Add utilities for creating generic types | scalexm | -59/+87 |
| 2018-12-27 | Return an instantiated environment instead of a generic one | scalexm | -29/+29 |
| 2018-12-27 | Correctly lift empty lists of clauses and goals | scalexm | -0/+8 |
| 2018-12-27 | Fix `visit_ex_clause_with` | scalexm | -3/+3 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -18/+48 |
| 2018-12-27 | Implement "lifetime juggling" methods from chalk integration trait | scalexm | -11/+81 |
| 2018-12-27 | Implement `is_coinductive` | scalexm | -3/+20 |
| 2018-12-27 | Auto merge of #56852 - kennytm:test-publish-toolstate-in-ci, r=Mark-Simulacrum | bors | -0/+5 |
| 2018-12-27 | Fix typo in pin documentation | Sean Griffin | -1/+1 |
| 2018-12-27 | Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis | bors | -2/+36 |
| 2018-12-27 | use a better way to get at the type parameter | Ralf Jung | -6/+1 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -130/+136 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -30/+7 |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -58/+32 |
| 2018-12-27 | Fix `trace_macros` and `log_syntax` | Vadim Petrochenkov | -19/+25 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -41/+12 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -167/+538 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -11/+51 |
| 2018-12-27 | panic when calling MaybeUninhabited::into_inner on uninhabited type | Ralf Jung | -53/+101 |
| 2018-12-27 | Auto merge of #57133 - SimonSapin:zero, r=oli-obk | bors | -53/+24 |
| 2018-12-27 | retrieve ty info from place_ty | csmoe | -52/+34 |
| 2018-12-27 | Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplett | bors | -11/+307 |
| 2018-12-27 | Auto merge of #57129 - RalfJung:check-bounds, r=oli-obk | bors | -1/+1 |
| 2018-12-27 | Added a job to dry-run the publish_toolstate.py once | kennytm | -0/+5 |
| 2018-12-26 | Add span label to unused string formatting argument | Esteban Küber | -31/+46 |
| 2018-12-26 | Point at correct span for arguments in format strings | Esteban Küber | -6/+15 |