| Age | Commit message (Expand) | Author | Lines |
| 2017-01-19 | more complete error message | Niko Matsakis | -1/+1 |
| 2017-01-19 | only consider value items when searching for methods, not types | Niko Matsakis | -0/+15 |
| 2017-01-17 | Improve the warning cycle for `use $crate;`. | Jeffrey Seyfried | -3/+10 |
| 2017-01-07 | Merge pull request #38884 from nikomatsakis/beta-unmerged | Alex Crichton | -0/+15 |
| 2017-01-06 | Don't `unused_qualifications`-check global paths. | Jeffrey Seyfried | -4/+5 |
| 2017-01-06 | Fix tidy warning | Jonathan Turner | -0/+10 |
| 2017-01-06 | Add in test for E0090 | Jonathan Turner | -0/+5 |
| 2017-01-06 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -0/+58 |
| 2017-01-06 | Regression test and exploratory unit test. | Felix S. Klock II | -0/+20 |
| 2016-12-30 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -0/+30 |
| 2016-12-30 | Fix non-termination in `resolve`. | Jeffrey Seyfried | -1/+3 |
| 2016-12-29 | Remove --crate-type=metadata from beta | Nick Cameron | -149/+0 |
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -0/+22 |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -0/+20 |
| 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-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 |
| 2016-11-28 | Auto merge of #37791 - petrochenkov:where, r=nikomatsakis | bors | -0/+73 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -12/+12 |
| 2016-11-28 | rustc_privacy: switch private-in-public checking to Ty. | Eduard Burtescu | -85/+106 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -384/+1485 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -7/+9 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -13/+14 |
| 2016-11-25 | Support `?Sized` in where clauses | Vadim Petrochenkov | -0/+73 |
| 2016-11-23 | Rollup merge of #37442 - estebank:cast-deref-hint, r=jonathandturner | Guillaume Gomez | -0/+5 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -0/+149 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -0/+116 |