| Age | Commit message (Expand) | Author | Lines |
| 2018-10-20 | Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov | bors | -10/+64 |
| 2018-10-19 | Only suggest paths that exist. | David Wood | -10/+64 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -45/+30 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -29/+29 |
| 2018-10-19 | Auto merge of #55194 - kennytm:rollup, r=kennytm | bors | -0/+2 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -0/+2 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -3/+24 |
| 2018-10-18 | Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung | kennytm | -8/+8 |
| 2018-10-17 | Add `FromEnv` for input types in the environment | scalexm | -3/+3 |
| 2018-10-17 | Implement the `environment` query | scalexm | -0/+1 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -3/+23 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -3/+5 |
| 2018-10-16 | Auto merge of #55093 - nikomatsakis:nll-issue-54574-multisegment-path, r=pnkf... | bors | -31/+99 |
| 2018-10-16 | fix comment | Niko Matsakis | -1/+1 |
| 2018-10-16 | Auto merge of #55067 - ljedrz:generic_iterator_related_improvements, r=petroc... | bors | -1/+1 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -31/+99 |
| 2018-10-15 | Uplift some comments to doc comments | Oliver Scherer | -8/+8 |
| 2018-10-15 | remove the sub/super terminology for universes | Niko Matsakis | -18/+22 |
| 2018-10-15 | convert `UniverseIndex` into a `newtype_index!` | Niko Matsakis | -38/+7 |
| 2018-10-15 | make `UniverseIndex` hashable, rename "sub-" to "superuniverse" | Niko Matsakis | -15/+18 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -10/+10 |
| 2018-10-14 | Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula... | bors | -14/+11 |
| 2018-10-14 | Fix ICE and report a human readable error | Oliver Scherer | -0/+2 |
| 2018-10-14 | change a cloning map to into_iter | ljedrz | -1/+1 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -3/+5 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -14/+11 |
| 2018-10-12 | Rollup merge of #54958 - RalfJung:static-assert, r=oli-obk | kennytm | -5/+2 |
| 2018-10-10 | Rollup merge of #54909 - scalexm:finish-rules, r=nikomatsakis | Manish Goregaokar | -13/+21 |
| 2018-10-10 | add a macro for static assertions | Ralf Jung | -5/+2 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -0/+4 |
| 2018-10-08 | Compute flags for `ty::UnnormalizedProjection` | scalexm | -1/+4 |
| 2018-10-08 | Pass around interned refs to goals and not goals | scalexm | -12/+17 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -1/+1 |
| 2018-10-06 | Auto merge of #54859 - pietroalbini:rollup, r=pietroalbini | bors | -389/+391 |
| 2018-10-05 | Rollup merge of #54781 - phansch:master, r=varkor | Pietro Albini | -1/+16 |
| 2018-10-05 | Rollup merge of #54717 - ljedrz:cleanup_ty_p1, r=davidtwco | Pietro Albini | -388/+375 |
| 2018-10-05 | Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis | bors | -178/+146 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -1/+37 |
| 2018-10-05 | rustc/ty: improve stack shifting and remove related allocations | ljedrz | -10/+10 |
| 2018-10-05 | rustc/ty: move a faster early return up | ljedrz | -5/+5 |
| 2018-10-05 | rustc/ty: improve allocations | ljedrz | -38/+32 |
| 2018-10-05 | rustc/ty: simplify common patterns | ljedrz | -41/+25 |
| 2018-10-05 | rustc/ty: use Cow<str> where applicable | ljedrz | -248/+261 |
| 2018-10-05 | rustc/ty: whitespace fixes | ljedrz | -46/+42 |
| 2018-10-04 | Further improve docs for `FnDef` and `FnPtr` | Philipp Hansch | -8/+6 |
| 2018-10-04 | remove occurences of `skolemization` | Niko Matsakis | -15/+13 |
| 2018-10-04 | remove all occurences of `skolemize` | Niko Matsakis | -1/+1 |
| 2018-10-04 | extend NLL universe code to have >1 placeholder within one universe | Niko Matsakis | -2/+14 |