about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-10-05Adjustments due to naming changes in Ty_ and PatKind structsMathieu Borderé-6/+6
2016-10-05ICH - Include omitted elements in inc. comp. hash #36914Mathieu Borderé-16/+146
2016-10-05ICH - Add test cases for function interfacesMathieu Borderé-0/+382
2016-10-05run rustfmt on librustc_typeck/check/method folderSrinivas Reddy Thatiparthy-549/+565
2016-10-04Auto merge of #36942 - arielb1:cast-lifetimes, r=eddybbors-2/+47
2016-10-04rustbuild: Fix panic message when musl-root not setNick Stevens-2/+2
2016-10-04rustbuild: Fix bug preventing per-target musl-rootNick Stevens-3/+5
2016-10-05Update rust-installer. Fixes #36451Brian Anderson-0/+0
2016-10-04Auto merge of #36814 - petrochenkov:def, r=eddybbors-613/+1031
2016-10-04Minor modifications in concurrency section of the Rust bookNikhil Shagrithaya-3/+3
2016-10-05Clarify StringReader::bump.Nicholas Nethercote-13/+16
2016-10-05Rename StringReader::curr as ch.Nicholas Nethercote-99/+99
2016-10-05Rename StringReader::last_pos as pos.Nicholas Nethercote-100/+100
2016-10-05Rename StringReader::pos as next_pos.Nicholas Nethercote-18/+18
2016-10-05Rename Parser::last_token_kind as prev_token_kind.Nicholas Nethercote-17/+17
2016-10-05Rename Parser::last_span as prev_span.Nicholas Nethercote-179/+175
2016-10-04update sip.rs for new intrinsics and defaultsEric Roshan-Eisner-14/+9
2016-10-04Remove some unused methods from metadataVadim Petrochenkov-26/+14
2016-10-04Haiku: Fix IPv6 target_os checkAlexander von Gluck IV-1/+1
2016-10-04Auto merge of #36933 - alexcrichton:less-neon-again, r=eddybbors-1/+1
2016-10-04trans: Make sure that each FnOnce shim is only translated once.Michael Woerister-0/+6
2016-10-04Turn some impossible definitions into ICEsVadim Petrochenkov-238/+161
2016-10-04Eliminate ty::VariantKind in favor of def::CtorKindVadim Petrochenkov-104/+73
2016-10-04Set `NON_ZERO_SIZED` flag correctly for struct/union ctorsVadim Petrochenkov-16/+8
2016-10-04Move pattern resolution checks from typeck to resolveVadim Petrochenkov-113/+125
2016-10-04Further cleanup in resolveVadim Petrochenkov-76/+54
2016-10-04Fix cross-crate resolution of half-items created by export shadowingVadim Petrochenkov-46/+558
2016-10-04Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::VariantVadim Petrochenkov-85/+129
2016-10-04update testsAriel Ben-Yehuda-8/+4
2016-10-04rustdoc: Fix missing *mut T implOliver Middleton-2/+2
2016-10-05reference: mention `move` keyword for lambdasangelsl-2/+7
2016-10-04Apply some Arc doc changes to RcKeegan McAllister-11/+21
2016-10-04rustc: Try again to disable NEON on armv7 linuxAlex Crichton-1/+1
2016-10-04Add symbol hash to trans::partitioning debug output.Michael Woerister-5/+16
2016-10-04Assign internal linkage to autogenerated FnOnce::call_once() instances.Michael Woerister-1/+1
2016-10-04Update Arc docs to match new Rc docsKeegan McAllister-145/+281
2016-10-04Auto merge of #36874 - japaric:thumbs, r=alexcrichtonbors-65/+291
2016-10-04SimplifyCfg: don't incref target when collapsing a goto with 1 predAriel Ben-Yehuda-2/+10
2016-10-04SimplifyCfg: simplify the start blockAriel Ben-Yehuda-0/+3
2016-10-04Auto merge of #36953 - Manishearth:rollup, r=Manishearthbors-227/+354
2016-10-04force `i1` booleans to `i8` when comparingNiko Matsakis-1/+34
2016-10-04Rollup merge of #36951 - nnethercote:fix-ICE, r=eddybManish Goregaokar-1/+5
2016-10-04Rollup merge of #36941 - martinhath:issue-21837, r=alexcrichtonManish Goregaokar-0/+20
2016-10-04Rollup merge of #36938 - tmiasko:cursor-seek-overflow, r=alexcrichtonManish Goregaokar-7/+18
2016-10-04Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnikManish Goregaokar-4/+8
2016-10-04Rollup merge of #36921 - nnethercote:two-lexer-tweaks, r=nrcManish Goregaokar-8/+2
2016-10-04Rollup merge of #36917 - nnethercote:speed-up-plug_leaks, r=eddybManish Goregaokar-8/+9
2016-10-04Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2016-10-04Rollup merge of #36908 - GuillaumeGomez:default_doc, r=apasel422Manish Goregaokar-1/+1
2016-10-04Rollup merge of #36903 - frewsxcv:typekind, r=jseyfriedManish Goregaokar-108/+107