| Age | Commit message (Expand) | Author | Lines |
| 2018-04-20 | Paper over a bug on master | Alex Crichton | -2/+4 |
| 2018-04-20 | 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 |
| 2017-11-22 | Make RegionVid use newtype_index! | Santiago Pastorino | -16/+5 |
| 2017-11-18 | remove `generator_sigs` from `TypeckTables` | Niko Matsakis | -9/+13 |
| 2017-11-18 | give better error messages when a cycle arises | Niko Matsakis | -0/+7 |
| 2017-11-18 | add Yield and Return type into generator | Niko Matsakis | -0/+36 |
| 2017-11-18 | remove the `closure_tys` map from `TypeckTables` | Niko Matsakis | -10/+15 |
| 2017-11-18 | move the signature into the closure type | Niko Matsakis | -3/+23 |
| 2017-11-18 | stop using the `closure_kinds` query / table for anything | Niko Matsakis | -12/+7 |
| 2017-11-18 | thread the closure-kind through in the closure substs | Niko Matsakis | -10/+85 |
| 2017-11-16 | factor out `free_region_binding_scope` helper | Niko Matsakis | -0/+29 |
| 2017-11-16 | add FIXME for converting RegionVid to use `newtype_index!` | Niko Matsakis | -1/+1 |
| 2017-11-16 | make `RegionVid` implement `Idx` and use `IndexVec` | Niko Matsakis | -0/+13 |
| 2017-11-15 | Use the proper term when using non-existing variant | Esteban Küber | -0/+16 |