about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-163/+15
2018-05-19Fix warning when building stage0 libcoreDan Robertson-0/+1
2018-05-19Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakisbors-82/+217
2018-05-18Default `unused_labels` to allow, move to "unused"Kyle Stachowicz-11/+26
2018-05-18Revert "Remove unused label in mir"Kyle Stachowicz-1/+1
2018-05-18Revert "Allow `unused_labels` in some compile-fail tests"Kyle Stachowicz-16/+2
2018-05-18Allow `unused_labels` in some compile-fail testsKyle Stachowicz-2/+16
2018-05-18Remove unused label in mirKyle Stachowicz-1/+1
2018-05-18Add tests for new labeled blocks for `unused_labels`Kyle Stachowicz-15/+34
2018-05-18Reimplement unused_labels lint as a compiler builtin in the resolverKyle Stachowicz-21/+170
2018-05-18Revert "Add lint checks for unused loop labels"Kyle Stachowicz-190/+1
2018-05-18Fix formatting in unused label linting to make tidy checks passKyle Stachowicz-2/+4
2018-05-18Fix ignored unused outer label when inner label shadows and is broken multipl...Kyle Stachowicz-8/+6
2018-05-18Add test case for shadowed labels, with the inner broken multiple timesKyle Stachowicz-8/+37
2018-05-18Rename `unused_loop_label` to `unused_label` and fix/clean up lint logicKyle Stachowicz-42/+37
2018-05-18Add additional test case to unused_label lintKyle Stachowicz-22/+35
2018-05-18Rename test to `unused_label` and remove empty `stdout` fileKyle Stachowicz-0/+0
2018-05-18Add lint checks for unused loop labelsKyle Stachowicz-2/+154
2018-05-18Filter global bounds from ParamEnv again.Matthew Jasper-5/+102
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-111/+521
2018-05-18track the root `UseTree` in addition to the leafNiko Matsakis-5/+53
2018-05-18Prevent main and start from having a where clause.Matthew Jasper-8/+153
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-6/+153
2018-05-18use `reset_unifications` instead of creating new unification tableNiko Matsakis-10/+7
2018-05-18propagate "short form" into all Html printsQuietMisdreavus-22/+30
2018-05-18Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelixbors-3/+31
2018-05-18armebv7r-none-eabihf: default to ARM modePaolo Teti-2/+2
2018-05-18rustc: Fix joint-ness of stringified token-streamsAlex Crichton-17/+117
2018-05-18Catch an issue missed in rebaseIsaac Whitfield-3/+2
2018-05-18Auto merge of #50653 - oli-obk:bad_const, r=cramertjbors-58/+95
2018-05-18Remove unnecessary impl methods for CrateMetadataIsaac Whitfield-97/+36
2018-05-18Serialize attributes into the CrateRootIsaac Whitfield-64/+80
2018-05-18Remove unnecessary clone call for panic_strategyIsaac Whitfield-1/+1
2018-05-18Avoid removing from cstore_impl for nowIsaac Whitfield-0/+5
2018-05-18Attempt to pass CrateMetadata flags on creationIsaac Whitfield-60/+39
2018-05-18Avoid generating attributes more than once for CrateMetadataIsaac Whitfield-40/+49
2018-05-18Remove attribute_cache from CrateMetadataIsaac Whitfield-22/+8
2018-05-18Add println statement to rendered code block examplemandeep-0/+1
2018-05-18Add doc comment to hiding portions of code examplemandeep-2/+3
2018-05-18Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavusbors-16/+63
2018-05-18Add armv6-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+36
2018-05-18Add armv7-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+37
2018-05-18NetBSD on EABI ARM does not use ARM EHABIJonathan A. Kollasch-3/+3
2018-05-18Find the largest niche when computing layoutsAnthony Ramine-37/+77
2018-05-18Make `Directory::path` a `Cow`.Nicholas Nethercote-12/+16
2018-05-18Introduce `MatcherPosHandle`.Nicholas Nethercote-11/+59
2018-05-18Reorder description for snippets in rustdoc documentationRobin Krahl-8/+8
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-119/+896
2018-05-18Auto merge of #50758 - varkor:stabilise-inclusive_range_methods, r=SimonSapinbors-20/+14
2018-05-18in which the unused shorthand field pattern debacle/saga continuesZack M. Davis-71/+80