| Age | Commit message (Expand) | Author | Lines |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -93/+95 |
| 2018-12-27 | Auto merge of #56999 - petrochenkov:macrecov2, r=estebank | bors | -367/+712 |
| 2018-12-27 | Auto merge of #56384 - scalexm:chalk, r=nikomatsakis | bors | -289/+1307 |
| 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 | Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis | bors | -2/+36 |
| 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 | Auto merge of #57133 - SimonSapin:zero, r=oli-obk | bors | -53/+24 |
| 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-27 | Auto merge of #57069 - estebank:str-err, r=@cramertj | bors | -60/+415 |
| 2018-12-26 | Various changes to string format diagnostics | Esteban Küber | -60/+415 |
| 2018-12-26 | Auto merge of #57124 - sunjay:stable_duration_as_u128, r=Centril | bors | -8/+5 |
| 2018-12-26 | Remove the private generic NonZero<T> wrapper type. | Simon Sapin | -53/+24 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -1/+212 |
| 2018-12-26 | Stabilize duration_as_u128 | Sunjay Varma | -8/+5 |
| 2018-12-26 | Account for no newline before test annotations | Mark Rousskov | -3/+6 |
| 2018-12-26 | make Alloc::check_bounds_ptr private; you should use Memory::check_bounds_ptr... | Ralf Jung | -1/+1 |
| 2018-12-26 | Add a tracking issue for Iterator::copied | Konrad Borowski | -7/+7 |
| 2018-12-26 | Add a tracking issue for Option::copied | Konrad Borowski | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -129141/+14383 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -875/+885 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -94/+54 |
| 2018-12-25 | Auto merge of #56983 - ljedrz:parallel_query_tweaks, r=Zoxc | bors | -22/+10 |
| 2018-12-25 | Auto merge of #57116 - kennytm:revert-56944, r=alexcrichton | bors | -18/+240 |