about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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/+8
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
2016-09-15Move fields `single_step` and `keep_macs` from `MacroExpander` to `ExpansionC...Jeffrey Seyfried-11/+8
2016-09-15Default RUST_MIN_STACK to 16MiB for nowSimonas Kazlauskas-1/+2
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-196/+40
2016-09-15Tweak std::marker docsKeegan McAllister-155/+268
2016-09-15Auto merge of #35992 - SimonSapin:rc-arc-ptr-eq, r=alexcrichtonbors-0/+108
2016-09-15Add std::ptr::eq, for referential equality of &T references.Simon Sapin-0/+34
2016-09-15Add `pub fn ptr_eq(this: &Self, other: &Self) -> bool` to `Rc` and `Arc`.Simon Sapin-0/+74
2016-09-15Auto merge of #36491 - Manishearth:rollup, r=Manishearthbors-977/+1399
2016-09-15Rollup merge of #36463 - eugene-bulkin:duration-checked-ops, r=alexcrichtonManish Goregaokar-35/+182
2016-09-15Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1Manish Goregaokar-22/+104
2016-09-15Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddybManish Goregaokar-4/+58
2016-09-15Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichtonManish Goregaokar-5/+5
2016-09-15Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrcManish Goregaokar-722/+696
2016-09-15Rollup merge of #36429 - durka:patch-30, r=nagisaManish Goregaokar-7/+7
2016-09-15Rollup merge of #36425 - michaelwoerister:stable-projection-bounds, r=eddybManish Goregaokar-60/+53
2016-09-15Rollup merge of #36405 - solson:typo, r=eddybManish Goregaokar-1/+1
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-121/+293
2016-09-15Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichtonbors-14/+68
2016-09-15Add regression test.Jeffrey Seyfried-0/+3
2016-09-15Avoid loading and parsing unconfigured non-inline modules.Jeffrey Seyfried-10/+19
2016-09-14Auto merge of #36347 - knight42:str-replacen, r=alexcrichtonbors-0/+58