summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-01don't emit leading zeros in tagged integersAriel Ben-Yehuda-29/+44
2015-10-01remove support method for synthetic default method idsNiko Matsakis-16/+0
2015-10-01share stored predicatesAriel Ben-Yehuda-66/+115
2015-10-01add a cross-reference indexAriel Ben-Yehuda-105/+149
2015-10-01remove unneeded tags from metadataAriel Ben-Yehuda-69/+11
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
2015-10-01Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwaltonbors-7/+10
2015-10-01Auto merge of #28732 - Eljay:fix-unused-attr, r=alexcrichtonbors-2/+2
2015-09-30Rollup merge of #28772 - tshepang:improve-paragraph, r=steveklabnikSteve Klabnik-2/+2
2015-09-30Rollup merge of #28771 - tshepang:upper-case, r=steveklabnikSteve Klabnik-1/+1
2015-09-30Rollup merge of #28770 - tshepang:awkward, r=steveklabnikSteve Klabnik-2/+2
2015-09-30Rollup merge of #28764 - steveklabnik:gh28706, r=alexcrichtonSteve Klabnik-2/+7
2015-09-30Rollup merge of #28760 - steveklabnik:gh28166, r=alexcrichtonSteve Klabnik-1/+1
2015-09-30Rollup merge of #28753 - steveklabnik:gh28572, r=alexcrichtonSteve Klabnik-18/+20
2015-09-30Don't crash on non-existent path in constant.Eli Friedman-2/+31
2015-09-30Add some docs for FromString::from_strSteve Klabnik-0/+15
2015-09-30rustc: Don't lint about isize/usize in FFIAlex Crichton-16/+10
2015-10-01kill the fake provided method stubsAriel Ben-Yehuda-334/+139
2015-09-30trans: Fix __imp_ creation for i686 MSVCAlex Crichton-3/+13
2015-09-30Improve identifier defintion in the referenceSteve Klabnik-2/+7
2015-09-30Rollup merge of #28765 - steveklabnik:gh28693, r=nikomatsakisSteve Klabnik-0/+29