| Age | Commit message (Expand) | Author | Lines |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -306/+334 |
| 2018-05-19 | Auto merge of #50690 - oli-obk:mir_stuff, r=eddyb | bors | -370/+389 |
| 2018-05-19 | use if let to avoid potential div by zero | cjkenn | -2/+41 |
| 2018-05-19 | rustc: removed unused `DefPathData::Initializer` DefId's for associated const... | Eduard-Mihai Burtescu | -14/+2 |
| 2018-05-19 | Rollup merge of #50531 - iancormac84:merge-typeidhasher-cleanup, r=michaelwoe... | kennytm | -220/+86 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -27/+210 |
| 2018-05-19 | Remove extra calls to kill_loans_out_of_scope_at_location - keep only before_... | David Wood | -5/+0 |
| 2018-05-19 | Use `Size` instead of `u64` in mir interpretation | Oliver Schneider | -197/+204 |
| 2018-05-19 | Keep statics' constant as ByRef | Oliver Schneider | -20/+44 |
| 2018-05-19 | Go through an allocation when accessing fields of constants | Oliver Schneider | -38/+87 |
| 2018-05-19 | Reintroduce some sanity checks | Oliver Schneider | -4/+7 |
| 2018-05-19 | Ensure that statics are always ByRef | Oliver Schneider | -133/+69 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -160/+35 |
| 2018-05-19 | Update clippy | Oliver Schneider | -25/+29 |
| 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 | -2/+71 |
| 2018-05-19 | Release mode overflows should not cause const eval to error | Oliver Schneider | -32/+62 |
| 2018-05-19 | Auto merge of #50874 - nikomatsakis:nll-reset-unification, r=estebank | bors | -10/+7 |
| 2018-05-19 | Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichton | bors | -10/+14 |
| 2018-05-18 | Refactor borrowck to share more code with fact dumping | bobtwinkles | -968/+583 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -163/+15 |
| 2018-05-19 | Fix warning when building stage0 libcore | Dan Robertson | -0/+1 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -82/+217 |
| 2018-05-18 | Default `unused_labels` to allow, move to "unused" | Kyle Stachowicz | -11/+26 |
| 2018-05-18 | Revert "Remove unused label in mir" | Kyle Stachowicz | -1/+1 |
| 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 | Remove unused label in mir | Kyle Stachowicz | -1/+1 |
| 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 | -21/+170 |
| 2018-05-18 | Revert "Add lint checks for unused loop labels" | Kyle Stachowicz | -190/+1 |
| 2018-05-18 | Fix formatting in unused label linting to make tidy checks pass | Kyle Stachowicz | -2/+4 |
| 2018-05-18 | Fix ignored unused outer label when inner label shadows and is broken multipl... | Kyle Stachowicz | -8/+6 |
| 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 | -42/+37 |
| 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 | -2/+154 |
| 2018-05-18 | Filter global bounds from ParamEnv again. | Matthew Jasper | -5/+102 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -111/+521 |
| 2018-05-18 | track the root `UseTree` in addition to the leaf | Niko Matsakis | -5/+53 |
| 2018-05-18 | Prevent main and start from having a where clause. | Matthew Jasper | -8/+153 |
| 2018-05-18 | rustc: Disallow modules and macros in expansions | Alex Crichton | -6/+153 |
| 2018-05-18 | use `reset_unifications` instead of creating new unification table | Niko Matsakis | -10/+7 |
| 2018-05-18 | propagate "short form" into all Html prints | QuietMisdreavus | -22/+30 |
| 2018-05-18 | Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelix | bors | -3/+31 |
| 2018-05-18 | armebv7r-none-eabihf: default to ARM mode | Paolo Teti | -2/+2 |
| 2018-05-18 | rustc: Fix joint-ness of stringified token-streams | Alex Crichton | -17/+117 |
| 2018-05-18 | Catch an issue missed in rebase | Isaac Whitfield | -3/+2 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -58/+95 |