| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -0/+110 |
| 2016-01-12 | Add test for "malformed macro lhs" and change back span_bug to span_fatal | Guillaume Gomez | -0/+17 |
| 2016-01-12 | Merge pull request #30847 from nikomatsakis/issue-29857-beta | Brian Anderson | -5/+60 |
| 2016-01-12 | The lint warnings are not reported since we report the errors first and then ... | Felix S. Klock II | -2/+0 |
| 2016-01-12 | updated test to reflect loosening of check (for issue #30379). | Felix S. Klock II | -2/+6 |
| 2016-01-11 | permit coercions if `[error]` is found in either type | Niko Matsakis | -1/+1 |
| 2016-01-11 | Change error scheme so that if projection fails we generate `A::B` instead of... | Niko Matsakis | -5/+60 |
| 2015-12-07 | Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatch | bors | -1/+19 |
| 2015-12-06 | Auto merge of #30241 - Manishearth:diag-30236, r=eddyb | bors | -0/+18 |
| 2015-12-06 | Correct span for unused type parameter error in type alias (fixes #30236) | Manish Goregaokar | -0/+18 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -18/+9 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -18/+9 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -1/+19 |
| 2015-12-05 | Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearth | bors | -1/+5 |
| 2015-12-04 | Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix | bors | -2/+3 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -0/+203 |
| 2015-12-02 | Auto merge of #30133 - jseyfried:fix_regression, r=alexcrichton | bors | -0/+22 |
| 2015-12-01 | Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis | bors | -1/+60 |
| 2015-12-01 | Update lifetime compile tests | Jack Fransham | -1/+5 |
| 2015-12-01 | Add test for #30089 | Jeffrey Seyfried | -0/+22 |
| 2015-11-30 | Added test for attributes on parens hir folder | Marvin Löbel | -0/+34 |
| 2015-11-30 | Added a test for #[cfg] on non-optional positions | Marvin Löbel | -0/+18 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -46/+85 |
| 2015-11-27 | Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn | bors | -0/+14 |
| 2015-11-27 | implement calling of `const fn`-methods in true constants | Oliver Schneider | -2/+3 |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -0/+151 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | Add '!' to macro name suggestion, use fileline_help instead of span_help | Florian Hartwig | -1/+1 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -20/+0 |
| 2015-11-26 | Add test for macro suggestions | Florian Hartwig | -0/+14 |
| 2015-11-25 | Add a test | Jonas Schievink | -0/+17 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -7/+0 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -13/+0 |
| 2015-11-25 | Auto merge of #30011 - jonas-schievink:macro-context, r=nrc | bors | -1/+53 |
| 2015-11-24 | Fix test failures | Jonas Schievink | -5/+5 |
| 2015-11-24 | Auto merge of #29934 - arielb1:constrained-projection-2, r=nikomatsakis | bors | -0/+30 |
| 2015-11-24 | Auto merge of #30000 - Manishearth:unreachable-call, r=nrc | bors | -0/+32 |
| 2015-11-24 | Fix unreachable code in libsyntax | Manish Goregaokar | -5/+0 |
| 2015-11-24 | Auto merge of #30001 - Detegr:master, r=Manishearth | bors | -0/+17 |
| 2015-11-24 | Make unreachable_code lint warn on diverging call arguments as well | Manish Goregaokar | -0/+37 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -29/+29 |
| 2015-11-23 | Print the macro context name on incomplete parse | Jonas Schievink | -1/+53 |
| 2015-11-23 | Add compile-fail test for issue #10969 | Antti Keränen | -0/+17 |
| 2015-11-23 | Auto merge of #29530 - jseyfried:resolve, r=nikomatsakis | bors | -6/+6 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -0/+13 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -29/+29 |
| 2015-11-20 | Auto merge of #29534 - oli-obk:fix/const_fn_eval, r=dotdash | bors | -0/+24 |
| 2015-11-20 | add feature gate `const_indexing` | Oliver Schneider | -0/+4 |
| 2015-11-19 | constrained_type_params: make projections depend on their trait-ref | Ariel Ben-Yehuda | -0/+30 |
| 2015-11-19 | Add special case for `UnitVariant(..)` patterns | Vadim Petrochenkov | -3/+5 |