| Age | Commit message (Expand) | Author | Lines |
| 2018-08-25 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -1/+8 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -22/+17 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -6/+5 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+5 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -14/+14 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -22/+17 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -5/+1 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -1/+1 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -1/+1 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -1/+1 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -14/+14 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -18/+34 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -5/+1 |
| 2018-07-25 | Remove useless comment | Oliver Schneider | -1/+1 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -0/+26 |
| 2018-07-25 | simplify `NLLRegionVariableOrigin` | Niko Matsakis | -1/+14 |
| 2018-07-23 | Implement associated existential types | Oliver Schneider | -18/+34 |
| 2018-07-23 | Separate the construction of a generic bound failure from its emission. | Felix S. Klock II | -4/+20 |
| 2018-07-22 | Rollup merge of #52507 - estebank:infer-type, r=nikomatsakis | kennytm | -1/+8 |
| 2018-07-21 | skip no-op obligations and add a little debug output | Niko Matsakis | -10/+14 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -219/+2 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -24/+13 |
| 2018-07-20 | Refactor a few push loops to iterators in librustc | ljedrz | -24/+13 |
| 2018-07-20 | Reword when `_` couldn't be inferred | Esteban Küber | -1/+8 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -9/+76 |
| 2018-07-18 | Change label span to point at iterator instead of iter item | Esteban Küber | -6/+10 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -1/+6 |
| 2018-07-18 | Check lifetimes on existential types | Oliver Schneider | -0/+1 |
| 2018-07-18 | Simplify defining scope logic | Oliver Schneider | -12/+9 |
| 2018-07-18 | More documentation | Oliver Schneider | -0/+17 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -1/+53 |
| 2018-07-18 | Auto merge of #52342 - nnethercote:CanonicalVar, r=nikomatsakis | bors | -51/+89 |
| 2018-07-17 | Avoid most allocations in `Canonicalizer`. | Nicholas Nethercote | -51/+89 |
| 2018-07-16 | ItemKind | csmoe | -8/+8 |
| 2018-07-16 | TyKind | csmoe | -6/+6 |
| 2018-07-16 | ExprKind | csmoe | -8/+8 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-14 | Auto merge of #52244 - glandium:issue52097, r=estebank | bors | -7/+63 |
| 2018-07-14 | Rollup merge of #52315 - ljedrz:FIXME_#27942, r=petrochenkov | kennytm | -21/+1 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -5/+5 |
| 2018-07-12 | Resolve FIXME(#27942) | ljedrz | -21/+1 |
| 2018-07-12 | Don't display default generic parameters in diagnostics that compare types. | Mike Hommey | -7/+63 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -1/+1 |
| 2018-07-12 | rename `graph` to `control_flow_graph::implementation` | Niko Matsakis | -5/+5 |
| 2018-07-09 | rustc: Avoid /tmp/ in graphviz writing | Alex Crichton | -3/+3 |
| 2018-07-05 | Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este... | bors | -2/+17 |
| 2018-06-29 | in which we plug the crack where `?`-desugaring leaked into errors | Zack M. Davis | -2/+17 |
| 2018-06-28 | review comments: unify duplicated code | Esteban Küber | -12/+8 |
| 2018-06-28 | Also point to free named region on lifetime errors | Esteban Küber | -0/+13 |