about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-09-18per timnnEitan Adler-1/+1
2016-09-17remove duplicate duplicate wordsEitan Adler-3/+3
2016-09-17inherit from objectEitan Adler-5/+6
2016-09-17invisible isn't a tagEitan Adler-1/+1
2016-09-17border-color > borderEitan Adler-1/+1
2016-09-17add missing semi-colonEitan Adler-1/+2
2016-09-17duplicate theEitan Adler-1/+1
2016-09-17remove useless semicolon from pythonEitan Adler-12/+12
2016-09-17modern style classesEitan Adler-7/+7
2016-09-17make functions static where possibleEitan Adler-11/+22
2016-09-17Remove unused codeEitan Adler-2/+0
2016-09-17prefer tuple to arrayEitan Adler-2/+2
2016-09-17pep8 prefers triple quoted with double quotesEitan Adler-9/+9
2016-09-17Fix order of @importEitan Adler-2/+2
2016-09-17simplify python codeEitan Adler-1/+1
2016-09-17Browsers do not consistently handle non-integer values for font-size.Eitan Adler-1/+1
2016-09-17Auto merge of #36504 - pcwalton:and-star, r=eddybbors-0/+115
2016-09-17Auto merge of #36508 - nagisa:llvm-backport, r=eddybbors-1/+41
2016-09-17Up the LLVMSimonas Kazlauskas-1/+41
2016-09-17Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichtonbors-38/+31
2016-09-17Auto merge of #36485 - nnethercote:char_lit-2, r=nagisabors-43/+28
2016-09-16Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrcbors-10/+22
2016-09-16Auto merge of #36468 - michaelwoerister:collect-vtable-drop-glue, r=eddybbors-12/+29
2016-09-16Auto merge of #36444 - jseyfried:macro_rules_ext, r=nrcbors-114/+63
2016-09-16Auto merge of #36536 - jonathandturner:rollup, r=jonathandturnerbors-168/+332
2016-09-16librustc_mir: Remove `&*x` when `x` has a reference type.Patrick Walton-0/+115
2016-09-16Rollup merge of #36521 - Mark-Simulacrum:documentation-fix, r=apasel422Jonathan Turner-1/+1
2016-09-16Rollup merge of #36519 - Mark-Simulacrum:example-asmut, r=GuillaumeGomezJonathan Turner-0/+16
2016-09-16Rollup merge of #36509 - nagisa:rustbuild-py3, r=alexcrichtonJonathan Turner-3/+5
2016-09-16Rollup merge of #36505 - nagisa:temp-stack-size, r=eddybJonathan Turner-1/+2
2016-09-16Rollup merge of #36484 - frewsxcv:patch-33, r=eddybJonathan Turner-1/+1
2016-09-16Rollup merge of #36480 - tshepang:stronger-pause, r=steveklabnikJonathan Turner-2/+2
2016-09-16Rollup merge of #36424 - kmcallister:gh-29361-marker-docs, r=GuillaumeGomezJonathan Turner-155/+268
2016-09-16Rollup merge of #36383 - GuillaumeGomez:e0049, r=jonathandturnerJonathan Turner-5/+37
2016-09-16Auto merge of #36353 - arielb1:union-drops, r=pnkfelixbors-729/+562
2016-09-16fix test falloutAriel Ben-Yehuda-7/+7
2016-09-16fix dynamic drop for unionsAriel Ben-Yehuda-23/+60
2016-09-16forbid moves out of slicesAriel Ben-Yehuda-12/+36
2016-09-16groundwork refactoring of `gather_moves`Ariel Ben-Yehuda-708/+480
2016-09-16Auto merge of #36441 - alexcrichton:rustbuild-target, r=brsonbors-7/+33
2016-09-16Auto merge of #36338 - estebank:primitive-shadow, r=jseyfriedbors-5/+63
2016-09-15Auto merge of #36213 - josephDunne:dist_version, r=brsonbors-0/+9
2016-09-15Specify when type parameter shadows primitive typeEsteban Küber-5/+63
2016-09-15Add example in AsMut trait documentationMark-Simulacrum-0/+16
2016-09-15Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaricbors-8/+39
2016-09-16Overhaul char_lit().Nicholas Nethercote-43/+28
2016-09-16Try to support py3 with rustbuild betterSimonas Kazlauskas-3/+5
2016-09-15Remove irrelevant test.Jeffrey Seyfried-44/+0
2016-09-15Remove `MacroRulesTT`.Jeffrey Seyfried-57/+51
2016-09-15Allow `IdentMacroExpander::expand` to access the ident macro invocation's att...Jeffrey Seyfried-3/+5