| Age | Commit message (Expand) | Author | Lines |
| 2017-07-23 | Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichton | bors | -8/+8 |
| 2017-07-22 | Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichton | bors | -0/+3 |
| 2017-07-22 | Auto merge of #43352 - estebank:macro-span-replacement, r=petrochenkov | bors | -1/+31 |
| 2017-07-22 | Auto merge of #43343 - petrochenkov:methlife3, r=estebank | bors | -0/+113 |
| 2017-07-22 | Auto merge of #43323 - perryprog:master, r=estebank | bors | -16/+85 |
| 2017-07-22 | Auto merge of #42973 - zackmdavis:json_byte_position_to_start_at_top_of_file,... | bors | -0/+32 |
| 2017-07-21 | run-make test for JSON error byte start/end | Zack M. Davis | -0/+32 |
| 2017-07-21 | Auto merge of #43274 - bitshifter:union-align, r=petrochenkov | bors | -0/+90 |
| 2017-07-21 | More tests | Perry Fraser | -0/+80 |
| 2017-07-21 | Relax a codegen test to be compatible with LLVM 5.0 | Alex Crichton | -8/+8 |
| 2017-07-21 | Ignore stack probe tests on AArch64 | Mátyás Mustoha | -0/+3 |
| 2017-07-20 | Fix test | Esteban Küber | -1/+1 |
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -0/+30 |
| 2017-07-21 | Auto merge of #43183 - michaelwoerister:internalize-symbols-without-llvm, r=e... | bors | -53/+53 |
| 2017-07-20 | Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton | bors | -2/+20 |
| 2017-07-20 | Auto merge of #43251 - gaurikholkar:span_reorder, r=nikomatsakis | bors | -20/+20 |
| 2017-07-19 | Add an extra note to `late_bound_lifetime_arguments` error/lint | Vadim Petrochenkov | -0/+113 |
| 2017-07-19 | Auto merge of #43178 - zackmdavis:some_suggestion, r=eddyb | bors | -0/+39 |
| 2017-07-19 | Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis | bors | -0/+78 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -0/+78 |
| 2017-07-19 | Auto merge of #43168 - pnkfelix:check-attr-gating, r=aturon | bors | -0/+1291 |
| 2017-07-18 | Change the error message for multiple unused print params | Perry Fraser | -16/+5 |
| 2017-07-19 | Auto merge of #40989 - matklad:comma-arms, r=petrochenkov | bors | -0/+53 |
| 2017-07-18 | Rollup merge of #43312 - lu-zero:master, r=alexcrichton | Mark Simulacrum | -0/+1 |
| 2017-07-18 | Ignore pretty-test | Aleksey Kladov | -0/+2 |
| 2017-07-18 | Auto merge of #42492 - petrochenkov:methlife, r=nikomatsakis | bors | -35/+237 |
| 2017-07-18 | powerpc: Ignore the stack-probes test | Luca Barbato | -0/+1 |
| 2017-07-18 | Catch expression does not require semicolon to be a statement | Aleksey Kladov | -0/+6 |
| 2017-07-18 | Unify rules about commas in match arms and semicolons in expressions | Aleksey Kladov | -0/+45 |
| 2017-07-18 | Make `late_bound_lifetime_arguments` lint warn-by-default | Vadim Petrochenkov | -0/+1 |
| 2017-07-18 | Fix incorrect subst index | Vadim Petrochenkov | -11/+45 |
| 2017-07-18 | Detect implicitly defined late bound lifetime parameters as well | Vadim Petrochenkov | -30/+84 |
| 2017-07-18 | Prohibit lifetime arguments in path segments with late bound lifetime parameters | Vadim Petrochenkov | -17/+130 |
| 2017-07-18 | Support generic lifetime arguments in method calls | Vadim Petrochenkov | -38/+38 |
| 2017-07-18 | reorder span labels | gaurikholkar | -20/+20 |
| 2017-07-17 | Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichton | bors | -9/+162 |
| 2017-07-17 | Auto merge of #43266 - feadoor:issue-43253-exclusive-range-warning, r=nikomat... | bors | -0/+71 |
| 2017-07-17 | Move resolve diagnostic instability to compile-fail | Oliver Schneider | -37/+70 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -142/+105 |
| 2017-07-17 | Move some tests from compile-fail to ui | Oliver Schneider | -29/+364 |
| 2017-07-17 | Support repr alignment on unions. | Cameron Hart | -0/+90 |
| 2017-07-16 | Fix checking for missing stability annotations | Vadim Petrochenkov | -2/+20 |
| 2017-07-16 | Fix `range_covered_by_constructor` for exclusive ranges. | Sam Cappleman-Lynes | -0/+71 |
| 2017-07-16 | Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer... | bors | -0/+8 |
| 2017-07-15 | path, not name, in sole-argument variant type mismatch suggestion | Zack M. Davis | -5/+5 |
| 2017-07-15 | Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrc | bors | -0/+26 |
| 2017-07-15 | Auto merge of #43179 - oli-obk:mark_all_the_expansions, r=jseyfried | bors | -0/+49 |
| 2017-07-15 | Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton | bors | -7/+15 |
| 2017-07-15 | Add support for dylibs with Address Sanitizer. This supports cdylibs and stat... | William Brown | -9/+162 |
| 2017-07-14 | add u128/i128 to sum/product implementors | Zack M. Davis | -0/+8 |