| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -2/+2 | |
| Split Ty::is_empty method into is_never and is_uninhabited | ||||
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -32/+0 | |
| Replace FnOutput with Ty Replace FnConverging(ty) with ty Purge FnDiverging, FunctionRetTy::NoReturn and FunctionRetTy::None | ||||
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -2/+2 | |
| Add `TyKind::Empty` and fix resulting build errors. | ||||
| 2016-08-12 | typeck: leak auto trait obligations through impl Trait. | Eduard Burtescu | -5/+15 | |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+2 | |
| 2016-07-22 | remove rustc_typeck::same_type_err | Ariel Ben-Yehuda | -0/+13 | |
| 2016-05-31 | add trailing comma | Niko Matsakis | -1/+1 | |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -0/+35 | |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -1/+76 | |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -40/+71 | |
| 2016-05-11 | rustc: Generalize a minimum set of functions over 'tcx != 'gcx. | Eduard Burtescu | -65/+153 | |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -2/+1 | |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -8/+9 | |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -9/+9 | |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+3 | |
| this commit should be reverted after a release cycle | ||||
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+3 | |
| Replace consider_unification_despite_ambiguity with new obligation variant Is work towards #32730. Addresses part one of #32286. Addresses #24210 and #26046 to some degree. r? @nikomatsakis | ||||
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+3 | |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+1 | |
| 2016-03-27 | Remove the implicit binder from `VecPerParamSpace` | Jeffrey Seyfried | -38/+8 | |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -0/+815 | |
