| Age | Commit message (Expand) | Author | Lines |
| 2015-06-07 | Make the maximum edit distance of typo suggestions a function of the typo'd n... | Nick Fitzgerald | -6/+27 |
| 2015-06-07 | Add a regression test for public struct field spans | Chris Hellmuth | -0/+20 |
| 2015-06-05 | fix test fallout | Ariel Ben-Yehuda | -0/+3 |
| 2015-06-04 | Auto merge of #25981 - nham:fix_E0201, r=alexcrichton | bors | -2/+2 |
| 2015-06-04 | Auto merge of #25743 - michaelsproul:match-diagnostics, r=nrc | bors | -25/+19 |
| 2015-06-03 | Remove #[static_assert] | Steve Klabnik | -66/+0 |
| 2015-06-03 | Make E0201 detect when duplicate function is a method. | Nick Hamann | -3/+3 |
| 2015-06-03 | Improve diagnostic messages for range patterns. | Michael Sproul | -25/+19 |
| 2015-06-02 | s/method/associated function/ in E0201 | Nick Hamann | -4/+4 |
| 2015-06-02 | Extend dead code lint to detect more unused enum variants | Seo Sanghyeon | -0/+22 |
| 2015-05-29 | Rollup merge of #25873 - nham:update_E0015, r=Aatch | Steve Klabnik | -1/+1 |
| 2015-05-29 | New tests for cross-crate usages of const fn and so forth | Niko Matsakis | -0/+90 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+14 |
| 2015-05-29 | Add feature-gate to calling const fn | Niko Matsakis | -1/+6 |
| 2015-05-28 | Convert mutable statics error to have error code and add explanation. | Nick Hamann | -1/+1 |
| 2015-05-28 | Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc | bors | -1/+33 |
| 2015-05-28 | Prevent comparison and dereferencing of raw pointers in constexprs | Ariel Ben-Yehuda | -1/+33 |
| 2015-05-27 | Auto merge of #25796 - arielb1:default-assoc, r=eddyb | bors | -1/+18 |
| 2015-05-28 | Rollup merge of #25806 - nrc:20184-msg, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-05-27 | test fixes | Ariel Ben-Yehuda | -2/+2 |
| 2015-05-27 | Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton | bors | -17/+16 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -17/+16 |
| 2015-05-27 | Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton | bors | -0/+19 |
| 2015-05-27 | Add a WONTFIX message to a failing test. | Nick Cameron | -1/+2 |
| 2015-05-26 | Pluralize E0087-E0090 messages based on number of parameters. | Nick Hamann | -1/+1 |
| 2015-05-26 | Fix typo. | Nick Hamann | -1/+1 |
| 2015-05-26 | Auto merge of #25593 - nham:E0210_E0326, r=alexcrichton | bors | -1/+1 |
| 2015-05-26 | Add tests for fixed issues | Ariel Ben-Yehuda | -0/+17 |
| 2015-05-26 | Auto merge of #25091 - quantheory:trait_associated_const_fixes, r=nikomatsakis | bors | -0/+26 |
| 2015-05-26 | Associate each path in a `use` declaration with the item in the AST map | Barosl Lee | -0/+19 |
| 2015-05-25 | - Fix regression of literal out of range check for negative i64 values which ... | econoplas | -0/+2 |
| 2015-05-21 | Add diagnostic code for generic associated const error. | Sean Patrick Santos | -3/+3 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -4/+126 |
| 2015-05-20 | Add error explanation for E0202. | Nick Hamann | -1/+1 |
| 2015-05-19 | Address review commets | Ariel Ben-Yehuda | -16/+19 |
| 2015-05-19 | fix conflicts | Ariel Ben-Yehuda | -2/+5 |
| 2015-05-19 | Fix test fallout, and add some rather comprehensive tests. | Ariel Ben-Yehuda | -32/+94 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -7/+11 |
| 2015-05-17 | Catch associated consts that depend on type parameters in type checking. | Sean Patrick Santos | -0/+26 |
| 2015-05-17 | Add error explanations for E0072, E0073, E0121, E0178, E0371, E0372. | Nick Hamann | -2/+2 |
| 2015-05-17 | Rollup merge of #25503 - brson:betafix, r=cmr | Manish Goregaokar | -2/+0 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -1/+1 |
| 2015-05-17 | test/compile-fail: fix expected error message for non-UTF8 source. | Eduard Burtescu | -1/+1 |
| 2015-05-16 | Make a test compatible with the beta channel | Brian Anderson | -2/+0 |
| 2015-05-16 | Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrc | bors | -1/+16 |
| 2015-05-16 | fix error message in test | Xuefeng Wu | -1/+1 |
| 2015-05-16 | Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelix | bors | -0/+37 |
| 2015-05-16 | Add test for two sequence repetitions in a row | Niko Matsakis | -0/+18 |
| 2015-05-16 | fix trait capitalise typo in test file | Xuefeng Wu | -1/+1 |
| 2015-05-16 | fix typo for copyright year and trait capitalise | Xuefeng Wu | -0/+15 |