about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-03Change tests per RFC 246 (const vs static)Seo Sanghyeon-11/+7
2015-10-02Auto merge of #28795 - marti1125:28696, r=alexcrichtonbors-0/+9
2015-10-02Auto merge of #28807 - Manishearth:rollup, r=Manishearthbors-9/+155
2015-10-02Rollup merge of #28797 - steveklabnik:rebase_for_gankro, r=alexcrichtonManish Goregaokar-0/+75
2015-10-02Rollup merge of #28791 - apasel422:issue-25439, r=alexcrichtonManish Goregaokar-0/+19
2015-10-02Rollup merge of #28788 - tsurai:master, r=blussManish Goregaokar-3/+3
2015-10-02Rollup merge of #28786 - fhahn:ba-link, r=alexcrichtonManish Goregaokar-3/+4
2015-10-02Rollup merge of #28686 - eefriedman:unresolved-path-error, r=nikomatsakisManish Goregaokar-2/+31
2015-10-02Rollup merge of #28554 - christopherdumas:E0422, r=arielb1Manish Goregaokar-1/+23
2015-10-02Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichtonbors-32/+31
2015-10-02Auto merge of #28792 - dotdash:cmp_indirection, r=alexcrichtonbors-4/+4
2015-10-02Auto merge of #28790 - arielb1:unsafe-coerce, r=eddybbors-3/+18
2015-10-01Auto merge of #28787 - dotdash:no_more___fat_ptr, r=eddybbors-13/+34
2015-10-01fixup wordingAlexis Beingessner-1/+1
2015-10-01flesh out what Vec actually guaranteesAlexis Beingessner-0/+75
2015-10-01fixes #28696 Return to the default content when .search-input is empty -Add a...Willy Aguirre-0/+9
2015-10-01Auto merge of #28746 - aidanhs:aphs-musl-linking-no-cxxabi, r=alexcrichtonbors-2/+0
2015-10-01Auto merge of #28742 - nikomatsakis:def-id-encapsulate, r=eddybbors-1863/+2382
2015-10-01Remove one level of indirection for slice-based PartialEq implsBjörn Steinbrink-4/+4
2015-10-01Stop re-exporting AttrStyle's variants and rename them.Ms2ger-32/+31
2015-10-01Add test for #25439Andrew Paseltiner-0/+19
2015-10-01remove support method for synthetic default method idsNiko Matsakis-16/+0
2015-10-01remove code for re-exports of static methodsNiko Matsakis-119/+3
2015-10-01convert the creepy case to just return None -- in practice, it wouldNiko Matsakis-28/+1
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-777/+1119
2015-10-01rename ast_map to hir_mapNiko Matsakis-7/+7
2015-10-01stop updating `parent_node_id` when there is no corresponding map entryNiko Matsakis-6/+1
2015-10-01build up a set of node-ids that we can construct def-ids fromNiko Matsakis-237/+371
2015-10-01Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove useNiko Matsakis-45/+51
2015-10-01Make calling def_id on a DefSelfTy an error; the previous defids thatNiko Matsakis-9/+17
2015-10-01Move DefLabel out from the def_id() resultsNiko Matsakis-3/+5
2015-10-01Remove DefRegion, which is not usedNiko Matsakis-11/+5
2015-10-01Rename `node_id` to `var_id` and limit to the cases that are actually usedNiko Matsakis-20/+17
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-567/+652
2015-10-01change creepy case to call span_bug instead of doing something clearly wrongNiko Matsakis-5/+5
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-326/+414
2015-10-01replaced *_ptr with *_raw methods in docsCristian Kubis-3/+3
2015-10-01add some XXX markersNiko Matsakis-3/+3
2015-10-01move LOCAL_CRATE to cstoreNiko Matsakis-29/+56
2015-10-01Avoid unnecessary temporaries when ref'ing a DST valueBjörn Steinbrink-13/+34
2015-10-01use the *adjusted* callee type in effect checkingAriel Ben-Yehuda-3/+18
2015-10-01Auto merge of #28131 - arielb1:static-upvars, r=pnkfelixbors-1/+73
2015-10-01check upvars in closures that are in staticsAriel Ben-Yehuda-1/+73
2015-10-01Auto merge of #28780 - steveklabnik:doc_from_str, r=alexcrichtonbors-0/+15
2015-10-01doc: fixed swapped docs for from_ptr and from_rawCristian Kubis-4/+4
2015-10-01Add link to Florian Wilkens's Bachelor's ThesisFlorian Hahn-3/+4
2015-10-01Auto merge of #28778 - arielb1:no-source, r=eddybbors-334/+139
2015-10-01Auto merge of #28741 - alexcrichton:fix-msvc-32, r=vadimcnbors-3/+13
2015-10-01Auto merge of #28605 - alexcrichton:link-native-first, r=brsonbors-49/+72
2015-09-30rustc: Swap link order of native libs/rust depsAlex Crichton-49/+72