| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-18 | Remove unnecessary impl methods for CrateMetadata | Isaac Whitfield | -97/+36 |
| 2018-05-18 | Serialize attributes into the CrateRoot | Isaac Whitfield | -64/+80 |
| 2018-05-18 | Remove unnecessary clone call for panic_strategy | Isaac Whitfield | -1/+1 |
| 2018-05-18 | Avoid removing from cstore_impl for now | Isaac Whitfield | -0/+5 |
| 2018-05-18 | Attempt to pass CrateMetadata flags on creation | Isaac Whitfield | -60/+39 |
| 2018-05-18 | Avoid generating attributes more than once for CrateMetadata | Isaac Whitfield | -40/+49 |
| 2018-05-18 | Remove attribute_cache from CrateMetadata | Isaac Whitfield | -22/+8 |
| 2018-05-18 | Add println statement to rendered code block example | mandeep | -0/+1 |
| 2018-05-18 | Add doc comment to hiding portions of code example | mandeep | -2/+3 |
| 2018-05-18 | Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus | bors | -16/+63 |
| 2018-05-18 | Add armv6-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+36 |
| 2018-05-18 | Add armv7-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+37 |
| 2018-05-18 | NetBSD on EABI ARM does not use ARM EHABI | Jonathan A. Kollasch | -3/+3 |
| 2018-05-18 | Find the largest niche when computing layouts | Anthony Ramine | -37/+77 |
| 2018-05-18 | Make `Directory::path` a `Cow`. | Nicholas Nethercote | -12/+16 |
| 2018-05-18 | Introduce `MatcherPosHandle`. | Nicholas Nethercote | -11/+59 |
| 2018-05-18 | Reorder description for snippets in rustdoc documentation | Robin Krahl | -8/+8 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -119/+896 |
| 2018-05-18 | Auto merge of #50758 - varkor:stabilise-inclusive_range_methods, r=SimonSapin | bors | -20/+14 |
| 2018-05-18 | in which the unused shorthand field pattern debacle/saga continues | Zack M. Davis | -71/+80 |