| Age | Commit message (Expand) | Author | Lines |
| 2018-07-31 | assert no region obligations on entering custom type op | Niko Matsakis | -0/+13 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -3/+3 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+3 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -8/+8 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -22/+79 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -1/+4 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -2/+2 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -7/+4 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -2/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -8/+8 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -6/+23 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -7/+4 |
| 2018-07-26 | Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank | Mark Rousskov | -0/+24 |
| 2018-07-25 | Change ManuallyDrop from an union to a struct and make it a lang item. | Eduard-Mihai Burtescu | -1/+4 |
| 2018-07-25 | Add type system canaries for potential future bugs | Oliver Schneider | -1/+5 |
| 2018-07-25 | Fix associated existentials for generic traits | Oliver Schneider | -1/+2 |
| 2018-07-25 | Update comment and do suggest | csmoe | -8/+9 |
| 2018-07-25 | Suggest in separate line | csmoe | -1/+1 |
| 2018-07-23 | librustc: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -5/+4 |
| 2018-07-24 | Mark the suggestion applicable | csmoe | -9/+15 |
| 2018-07-23 | Implement associated existential types | Oliver Schneider | -6/+18 |
| 2018-07-23 | Suggest to take and ignore args while closure args count mismatching | csmoe | -1/+18 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -2/+2 |
| 2018-07-21 | Remove dependency on `libsyntax` | Esteban Küber | -3/+3 |
| 2018-07-21 | do not overwrite child def-id in place but rather remove/insert | Niko Matsakis | -22/+79 |
| 2018-07-21 | use proper body-id and span when solving obligations | Niko Matsakis | -2/+2 |
| 2018-07-21 | skip no-op obligations and add a little debug output | Niko Matsakis | -1/+3 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -0/+170 |
| 2018-07-19 | Use correct spans for format string errors | Esteban Küber | -3/+3 |
| 2018-07-18 | Auto merge of #52342 - nnethercote:CanonicalVar, r=nikomatsakis | bors | -6/+15 |
| 2018-07-17 | Avoid most allocations in `Canonicalizer`. | Nicholas Nethercote | -6/+15 |
| 2018-07-16 | ItemKind | csmoe | -2/+2 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -2/+2 |
| 2018-07-16 | VariantKind | csmoe | -1/+1 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -2/+8 |
| 2018-07-04 | Remove obsolete documentation from FufillmentContext::select comment. | Benjamin Peterson | -2/+1 |
| 2018-07-02 | drive-by nits and debug | Niko Matsakis | -0/+5 |
| 2018-07-02 | use `ty::TraitRef::identity` where possible | Niko Matsakis | -9/+4 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -11/+14 |
| 2018-06-28 | Rebase fallout | Oliver Schneider | -1/+1 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -3/+3 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -5/+4 |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -5/+7 |
| 2018-06-28 | Address review comments | Oliver Schneider | -2/+2 |
| 2018-06-28 | Eliminate old CTFE's `ErrKind` | Oliver Schneider | -2/+4 |