| Age | Commit message (Expand) | Author | Lines |
| 2016-12-30 | Tidy | Simonas Kazlauskas | -0/+18 |
| 2016-12-30 | Feature gate the 128 bit types | Simonas Kazlauskas | -0/+28 |
| 2016-12-29 | Add a test for #38273 | Nick Cameron | -0/+21 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -8/+6 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -3/+3 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -47/+16 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -3/+6 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -183/+278 |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -991/+0 |
| 2016-12-25 | Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddyb | bors | -1/+3 |
| 2016-12-22 | Fix non-termination in `resolve`. | Jeffrey Seyfried | -1/+3 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -1/+1 |
| 2016-12-20 | Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust in... | Alex Crichton | -0/+30 |
| 2016-12-20 | Rollup merge of #38486 - est31:master, r=petrochenkov | Alex Crichton | -0/+15 |
| 2016-12-20 | Rollup merge of #38245 - estebank:cast-deref-hint-2, r=nikomatsakis | Alex Crichton | -123/+0 |
| 2016-12-20 | Rollup merge of #38171 - jseyfried:cleanup, r=nrc | Alex Crichton | -11/+11 |
| 2016-12-20 | Rollup merge of #38150 - estebank:fix-23286, r=nikomatsakis | Alex Crichton | -0/+43 |
| 2016-12-20 | Add regression test for #38458 | est31 | -0/+15 |
| 2016-12-19 | resolve: clean up diagnostics for name conflicts. | Jeffrey Seyfried | -11/+11 |
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -0/+22 |
| 2016-12-15 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -0/+30 |
| 2016-12-14 | When cast needs a dereference point at full cast | Esteban Küber | -123/+0 |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -0/+20 |
| 2016-12-14 | review comments | Esteban Küber | -0/+34 |
| 2016-12-12 | Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakis | bors | -18/+18 |
| 2016-12-08 | Change error to E0572 | Guillaume Gomez | -1/+1 |
| 2016-12-08 | Add E0571 test | Guillaume Gomez | -0/+13 |
| 2016-12-08 | Point out the known type when field doesn't satisfy bound | Esteban Küber | -0/+9 |
| 2016-12-07 | Rollup merge of #38085 - estebank:empty-import-list-fix-38012, r=jseyfried | Guillaume Gomez | -3/+9 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -6/+38 |
| 2016-12-05 | Warn when an import list is empty | Esteban Küber | -3/+9 |
| 2016-12-06 | Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakis | bors | -22/+25 |
| 2016-12-05 | Auto merge of #38093 - mikhail-m1:stack-overflow, r=arielb1 | bors | -0/+26 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -41/+45 |
| 2016-12-03 | Update error expectations | Keith Yeung | -18/+18 |
| 2016-12-03 | fix stack overflow by enum and cont issue #36163, some paths were skipped whi... | Mikhail Modin | -0/+26 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -0/+13 |
| 2016-12-01 | Tighten up error checking of library renames. | Vadim Chugunov | -0/+48 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -16/+0 |
| 2016-12-01 | Point arg num mismatch errors back to their definition | Jonathan Turner | -22/+25 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -1/+37 |
| 2016-11-30 | Add tests. | Jeffrey Seyfried | -41/+45 |
| 2016-11-30 | Auto merge of #38014 - jseyfried:refactor_path_resolution, r=nrc | bors | -1/+1 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -19/+18 |
| 2016-11-29 | Add new #[target_feature = "..."] attribute. | Andrew Gallant | -0/+13 |
| 2016-11-29 | Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakis | bors | -381/+0 |
| 2016-11-28 | Remove auto_traits from PartitionedBounds | Mark-Simulacrum | -1/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -10/+9 |
| 2016-11-29 | Refactor path resoloution. | Jeffrey Seyfried | -1/+1 |
| 2016-11-29 | add hint to fix error for immutable ref in arg | Mikhail Modin | -381/+0 |