| Age | Commit message (Expand) | Author | Lines |
| 2017-05-17 | Add better error message when == operator is badly used | Guillaume Gomez | -23/+30 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -16/+0 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -0/+68 |
| 2017-05-16 | Add test cases for cyclic specialization graph construction | Michael Woerister | -0/+34 |
| 2017-05-16 | Fix a test to recognize newly introduced errors. | Masaki Hara | -1/+4 |
| 2017-05-15 | Fix regression on `include!(line!())`. | Jeffrey Seyfried | -0/+13 |
| 2017-05-15 | Prohibit parenthesized params in bounds etc. | Masaki Hara | -0/+41 |
| 2017-05-14 | Make unsatisfied trait bounds note multiline | Esteban Küber | -18/+0 |
| 2017-05-13 | Rollup merge of #41939 - eddyb:trait-assoc-const-default, r=petrochenkov | Mark Simulacrum | -15/+38 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -15/+38 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -4/+6 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-05-13 | Add test, and fix the other tests | est31 | -0/+68 |
| 2017-05-12 | Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisa | Mark Simulacrum | -3/+3 |
| 2017-05-12 | Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaric | bors | -14/+0 |
| 2017-05-11 | correct various error messages that changed | Niko Matsakis | -10/+9 |
| 2017-05-10 | Update a compile-fail test | Oliver Schneider | -3/+3 |
| 2017-05-09 | Prohibit parenthesized params in more types. | Masaki Hara | -0/+25 |
| 2017-05-08 | Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakis | Corey Farwell | -8/+37 |
| 2017-05-08 | Rollup merge of #41828 - arielb1:lvalue-ops, r=eddyb | Corey Farwell | -0/+78 |
| 2017-05-08 | Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakis | Corey Farwell | -0/+56 |
| 2017-05-08 | first part of issue-40000.rs is now passing | Christian Poveda | -2/+1 |
| 2017-05-08 | dividied closure-no-fn.rs into three different tests | Christian Poveda | -6/+36 |
| 2017-05-08 | try to fix lvalue ops for real | Ariel Ben-Yehuda | -0/+78 |
| 2017-05-07 | Auto merge of #40857 - estebank:recursive, r=arielb1 | bors | -6/+18 |
| 2017-05-05 | Move logic to `is_representable` instead of climbing HIR | Esteban Küber | -5/+14 |
| 2017-05-05 | Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix | Corey Farwell | -14/+46 |
| 2017-05-04 | Only point at the fields that cause infinite size | Esteban Küber | -1/+4 |
| 2017-05-04 | rustc: Stabilize `-C target-feature=+crt-static` | Alex Crichton | -14/+0 |
| 2017-05-03 | correct the new graphs resulting from various tests | Niko Matsakis | -5/+13 |
| 2017-05-03 | add back variance testing mechanism | Niko Matsakis | -9/+1 |
| 2017-05-03 | factor variances into a proper query | Niko Matsakis | -0/+32 |
| 2017-05-03 | Auto merge of #41711 - sirideain:add-static-methods-test, r=aturon | bors | -0/+23 |
| 2017-05-03 | Auto merge of #41624 - RalfJung:mutexguard-sync, r=alexcrichton | bors | -0/+22 |
| 2017-05-02 | Fix test | est31 | -0/+4 |
| 2017-05-02 | Fix non exhaustive match test | est31 | -0/+1 |
| 2017-05-02 | Add illegal_floating_point_literal_pattern compat lint | est31 | -0/+51 |
| 2017-05-02 | Add test for Inherent static methods can be called with a non-well-formed Sel... | Charlie Sheridan | -0/+23 |
| 2017-05-02 | Rollup merge of #41692 - est31:anon_params, r=eddyb | Corey Farwell | -0/+25 |
| 2017-05-02 | Auto merge of #41488 - estebank:closure-args, r=arielb1 | bors | -91/+0 |
| 2017-05-02 | Add a lint to disallow anonymous parameters | est31 | -0/+25 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -51/+1 |
| 2017-05-01 | Auto merge of #41629 - Mark-Simulacrum:re-enable-tests, r=nikomatsakis | bors | -5/+4 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+13 |
| 2017-04-30 | Add test for issue #16994. | Mark Simulacrum | -0/+20 |
| 2017-04-29 | MutexGuard<T> may be Sync only if T is Sync | Ralf Jung | -0/+22 |
| 2017-04-29 | Auto merge of #41564 - gaurikholkar:master, r=nikomatsakis | bors | -3/+0 |
| 2017-04-28 | Unignore tests which work fine now. | Mark Simulacrum | -5/+4 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -0/+54 |
| 2017-04-28 | Disable ref hint for pattern in let and adding ui-tests. | gaurikholkar | -3/+0 |