about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-02Fix broken aarch64 buildEunji Jeong-1/+1
2015-03-01Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonwbors-46/+53
2015-03-01Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichtonbors-3/+15
2015-03-01Auto merge of #22909 - Manishearth:rollup, r=Manishearthbors-6/+37
2015-03-01Rollup merge of #22910 - dotdash:time_llvm_passes, r=cmrManish Goregaokar-1/+3
2015-03-01Rollup merge of #22908 - mdinger:fix_link, r=GankroManish Goregaokar-3/+3
2015-03-01Add import of usize (fixup #22901)Manish Goregaokar-0/+1
2015-03-01Rollup merge of #22907 - dotdash:static_assert_bool, r=eddybManish Goregaokar-0/+21
2015-03-01Rollup merge of #22903 - semarie:openbsd-stack, r=alexcrichtonManish Goregaokar-1/+1
2015-03-01Rollup merge of #22901 - thepowersgang:patch-1, r=eddybManish Goregaokar-1/+8
2015-03-01Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonwManish Goregaokar-5/+1
2015-03-01Rollup merge of #22896 - Ms2ger:InlineAttr, r=huonwManish Goregaokar-18/+17
2015-03-01Auto merge of #22898 - edwardw:one-less-unsafe-impl, r=huonwbors-5/+1
2015-03-01Auto merge of #22896 - Ms2ger:InlineAttr, r=huonwbors-18/+17
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-3/+15
2015-02-28Re-enable -Z time-llvm-passes when using a single codegen unitBjörn Steinbrink-1/+3
2015-02-28Fix incorrectly parsed markdown linkmdinger-3/+3
2015-02-28Auto merge of #21521 - defuz:interval-with-path, r=pnkfelixbors-0/+38
2015-02-28Error out when using static_assert on a non-boolean valueBjörn Steinbrink-0/+21
2015-02-28openbsd: adjust page guard addressSébastien Marie-1/+1
2015-02-28ifmt - Add a basic test for {:p} getting truncatedJohn Hodge-0/+7
2015-02-28Fix assuming 32-bit pointersJohn Hodge-1/+1
2015-02-28Remove two unsafe impls from `iter::Peekable`Edward Wang-5/+1
2015-02-28Rollup merge of #22867 - FuGangqiang:master, r=steveklabnikManish Goregaokar-2/+2
2015-02-28Rollup merge of #22887 - JP-Ellis:master, r=huonwManish Goregaokar-34/+20
2015-02-28Rollup merge of #22866 - iKevinY:version-output-doc-fix, r=ManishearthManish Goregaokar-2/+2
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-7/+24
2015-02-28Rollup merge of #22875 - kmcallister:maceager, r=sfacklerManish Goregaokar-89/+113
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-193/+86
2015-02-28Remove the re-exports for InlineAttr variants.Ms2ger-18/+17
2015-02-28Auto merge of #22851 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-63/+114
2015-02-28FIX #21475: Expr_::ExprPath with two fieldsdefuz-2/+2
2015-02-28FIX #21475: mixing literals and paths in intervaldefuz-3/+2
2015-02-28FIX #21475: Interval match patterns won't parse namespace specifiers correctlydefuz-0/+39
2015-02-28Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichtonbors-10/+289
2015-02-28Auto merge of #22801 - huonw:crateify-lint, r=kmcallisterbors-2161/+2258
2015-02-27remove leftover annotationsJorge Aparicio-6/+6
2015-02-28Update docs for rustc_lint crateification.Huon Wilson-24/+24
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2146/+2243
2015-02-28Auto merge of #22669 - dotdash:fast_slice_iter, r=huonwbors-1/+7
2015-02-28Update iter::order to be more generic.JP-Ellis-34/+20
2015-02-27obsolete `|&:|` syntaxJorge Aparicio-1/+18
2015-02-28change to iterate over &vetFuGangqiang-1/+1
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-46/+53
2015-02-27Test fixes and rebase conflictsAlex Crichton-10/+6
2015-02-27std: Stabilize the `env` moduleAlex Crichton-193/+86
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-89/+113
2015-02-28std: Fixed backtrace warnings and tests for non-Linux platforms.Kang Seonghoon-5/+28
2015-02-27Rollup merge of #22844 - pnkfelix:refactor-signalling-of-E0223, r=AatchManish Goregaokar-8/+15
2015-02-27Refactor signaling of E0223 to avoid multiple span_errs for same code.Felix S. Klock II-8/+15