| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -6/+1 |
| 2018-04-30 | put ReSkolemized into the global tcx | Niko Matsakis | -2/+12 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -1/+0 |
| 2018-04-30 | remove some (apparently) dead code | Niko Matsakis | -7/+0 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -2/+4 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-24 | Remove methods with implicit Binder::skip_bound | Tyler Mandry | -15/+0 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -17/+27 |
| 2018-04-24 | Add a stopgap for #49889 | Josh Stone | -2/+4 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -1/+1 |
| 2018-04-13 | Use InternedString rather than Name for RegionParameterDef | varkor | -2/+2 |
| 2018-04-06 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -5/+5 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -1/+6 |
| 2018-03-23 | Revert "change skolemizations to use universe index" | Sean Griffin | -1/+6 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -1/+0 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -4/+7 |
| 2018-03-20 | Remove outdated comment | Oliver Schneider | -1/+0 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -1/+2 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -15/+2 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+12 |
| 2018-03-01 | change skolemizations to use universe index | Niko Matsakis | -6/+1 |
| 2018-02-24 | Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb | Manish Goregaokar | -7/+12 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -7/+12 |
| 2018-02-22 | Revert "Implement Ord as necessary" | Tatsuyuki Ishi | -2/+2 |
| 2018-02-16 | Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko... | bors | -0/+7 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -3/+10 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -3/+10 |
| 2018-01-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -8/+2 |
| 2018-01-27 | Lazy numeric fallback. | leonardo.yvens | -0/+7 |
| 2018-01-25 | Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis | Alex Crichton | -2/+2 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -13/+6 |
| 2018-01-23 | Implement Ord as necessary | Tatsuyuki Ishi | -2/+2 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -2/+2 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-04 | rustc: remove misleading `Ty::is_uint` method. | Eduard-Mihai Burtescu | -7/+0 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+3 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -4/+2 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+9 |
| 2017-12-15 | rework region flags: 'static can be erased too | Niko Matsakis | -3/+14 |
| 2017-12-10 | Point at whole method call instead of args | Esteban Küber | -0/+1 |
| 2017-12-07 | rename `Binder::new_not_binding` to `Binder::dummy` | Niko Matsakis | -1/+1 |
| 2017-12-07 | replace `InferCtxt::fn_sig` with `closure_sig` | Niko Matsakis | -0/+4 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -0/+40 |
| 2017-12-05 | Auto merge of #46403 - oli-obk:generic_missing_impl, r=nikomatsakis | bors | -7/+0 |
| 2017-12-04 | make `no_late_bound_regions` a method on `Binder<T>` | Niko Matsakis | -0/+20 |
| 2017-11-30 | Remove unused method from TyS | Oliver Schneider | -7/+0 |
| 2017-11-23 | Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1 | bors | -16/+5 |
| 2017-11-23 | Auto merge of #46024 - estebank:no-variant, r=petrochenkov | bors | -0/+16 |