| Age | Commit message (Expand) | Author | Lines |
| 2018-05-21 | Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddyb | bors | -0/+3 |
| 2018-05-20 | Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis | bors | -9/+69 |
| 2018-05-20 | Auto merge of #50234 - cramertj:extend, r=alexcrichton | bors | -0/+20 |
| 2018-05-20 | Auto merge of #50908 - petrochenkov:usemacself, r=alexcrichton | bors | -0/+38 |
| 2018-05-20 | Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb | bors | -22/+130 |
| 2018-05-20 | Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkov | bors | -1/+97 |
| 2018-05-20 | Auto merge of #50803 - varkor:never-transmute-never, r=eddyb | bors | -0/+33 |
| 2018-05-20 | resolve: Don't add unnecessary import candidates for `prefix::{self}` imports | Vadim Petrochenkov | -0/+38 |
| 2018-05-19 | Auto merge of #50893 - kennytm:rollup, r=kennytm | bors | -15/+90 |
| 2018-05-20 | Rollup merge of #50819 - cjkenn:cjkenn/div-by-zero, r=kennytm | kennytm | -0/+33 |
| 2018-05-20 | Rollup merge of #50854 - zackmdavis:and_the_case_of_the_unused_field_pattern_... | kennytm | -15/+30 |
| 2018-05-20 | Rollup merge of #50829 - est31:master, r=estebank | kennytm | -0/+27 |
| 2018-05-19 | Auto merge of #50782 - matthewjasper:wheres-main, r=matthewjasper | bors | -0/+106 |
| 2018-05-19 | remove feature line from test | cjkenn | -2/+0 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -9/+69 |
| 2018-05-19 | Auto merge of #50690 - oli-obk:mir_stuff, r=eddyb | bors | -1/+54 |
| 2018-05-19 | use if let to avoid potential div by zero | cjkenn | -0/+35 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -25/+188 |
| 2018-05-19 | Go through an allocation when accessing fields of constants | Oliver Schneider | -0/+47 |
| 2018-05-19 | Ensure that statics are always ByRef | Oliver Schneider | -1/+7 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -23/+18 |
| 2018-05-19 | Overflows only panic in debug mode | Oliver Schneider | -0/+1 |
| 2018-05-19 | Add a test showing the erroneous promoted bug | Oliver Schneider | -0/+69 |
| 2018-05-19 | Release mode overflows should not cause const eval to error | Oliver Schneider | -22/+60 |
| 2018-05-19 | Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichton | bors | -6/+4 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -57/+0 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -3/+64 |
| 2018-05-18 | Default `unused_labels` to allow, move to "unused" | Kyle Stachowicz | -10/+24 |
| 2018-05-18 | Revert "Allow `unused_labels` in some compile-fail tests" | Kyle Stachowicz | -16/+2 |
| 2018-05-18 | Allow `unused_labels` in some compile-fail tests | Kyle Stachowicz | -2/+16 |
| 2018-05-18 | Add tests for new labeled blocks for `unused_labels` | Kyle Stachowicz | -15/+34 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -19/+149 |
| 2018-05-18 | Revert "Add lint checks for unused loop labels" | Kyle Stachowicz | -129/+0 |
| 2018-05-18 | Add test case for shadowed labels, with the inner broken multiple times | Kyle Stachowicz | -8/+37 |
| 2018-05-18 | Rename `unused_loop_label` to `unused_label` and fix/clean up lint logic | Kyle Stachowicz | -9/+9 |
| 2018-05-18 | Add additional test case to unused_label lint | Kyle Stachowicz | -22/+35 |
| 2018-05-18 | Rename test to `unused_label` and remove empty `stdout` file | Kyle Stachowicz | -0/+0 |
| 2018-05-18 | Add lint checks for unused loop labels | Kyle Stachowicz | -0/+87 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -16/+0 |
| 2018-05-18 | Prevent main and start from having a where clause. | Matthew Jasper | -0/+106 |
| 2018-05-18 | rustc: Disallow modules and macros in expansions | Alex Crichton | -1/+97 |
| 2018-05-18 | Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelix | bors | -0/+25 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -57/+94 |
| 2018-05-18 | Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus | bors | -0/+17 |
| 2018-05-18 | Find the largest niche when computing layouts | Anthony Ramine | -0/+3 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -0/+668 |
| 2018-05-18 | in which the unused shorthand field pattern debacle/saga continues | Zack M. Davis | -15/+30 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -11/+104 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -50/+117 |
| 2018-05-17 | Emit noalias on &mut parameters by default | Nikita Popov | -6/+4 |