| Age | Commit message (Expand) | Author | Lines |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -32/+31 |
| 2015-10-01 | Add test for #25439 | Andrew Paseltiner | -0/+19 |
| 2015-10-01 | don't emit leading zeros in tagged integers | Ariel Ben-Yehuda | -29/+44 |
| 2015-10-01 | remove support method for synthetic default method ids | Niko Matsakis | -16/+0 |
| 2015-10-01 | share stored predicates | Ariel Ben-Yehuda | -66/+115 |
| 2015-10-01 | add a cross-reference index | Ariel Ben-Yehuda | -105/+149 |
| 2015-10-01 | remove unneeded tags from metadata | Ariel Ben-Yehuda | -69/+11 |
| 2015-10-01 | remove code for re-exports of static methods | Niko Matsakis | -119/+3 |
| 2015-10-01 | convert the creepy case to just return None -- in practice, it would | Niko Matsakis | -28/+1 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -777/+1119 |
| 2015-10-01 | rename ast_map to hir_map | Niko Matsakis | -7/+7 |
| 2015-10-01 | stop updating `parent_node_id` when there is no corresponding map entry | Niko Matsakis | -6/+1 |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -237/+371 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -45/+51 |
| 2015-10-01 | Make calling def_id on a DefSelfTy an error; the previous defids that | Niko Matsakis | -9/+17 |
| 2015-10-01 | Move DefLabel out from the def_id() results | Niko Matsakis | -3/+5 |
| 2015-10-01 | Remove DefRegion, which is not used | Niko Matsakis | -11/+5 |
| 2015-10-01 | Rename `node_id` to `var_id` and limit to the cases that are actually used | Niko Matsakis | -20/+17 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -567/+652 |
| 2015-10-01 | change creepy case to call span_bug instead of doing something clearly wrong | Niko Matsakis | -5/+5 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -326/+414 |
| 2015-10-01 | replaced *_ptr with *_raw methods in docs | Cristian Kubis | -3/+3 |
| 2015-10-01 | add some XXX markers | Niko Matsakis | -3/+3 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -29/+56 |
| 2015-10-01 | Avoid unnecessary temporaries when ref'ing a DST value | Björn Steinbrink | -13/+34 |
| 2015-10-01 | use the *adjusted* callee type in effect checking | Ariel Ben-Yehuda | -3/+18 |
| 2015-10-01 | Auto merge of #28131 - arielb1:static-upvars, r=pnkfelix | bors | -1/+73 |
| 2015-10-01 | check upvars in closures that are in statics | Ariel Ben-Yehuda | -1/+73 |
| 2015-10-01 | Auto merge of #28780 - steveklabnik:doc_from_str, r=alexcrichton | bors | -0/+15 |
| 2015-10-01 | doc: fixed swapped docs for from_ptr and from_raw | Cristian Kubis | -4/+4 |
| 2015-10-01 | Add link to Florian Wilkens's Bachelor's Thesis | Florian Hahn | -3/+4 |
| 2015-10-01 | Auto merge of #28778 - arielb1:no-source, r=eddyb | bors | -334/+139 |
| 2015-10-01 | Auto merge of #28741 - alexcrichton:fix-msvc-32, r=vadimcn | bors | -3/+13 |
| 2015-10-01 | Auto merge of #28605 - alexcrichton:link-native-first, r=brson | bors | -49/+72 |
| 2015-09-30 | rustc: Swap link order of native libs/rust deps | Alex Crichton | -49/+72 |
| 2015-10-01 | Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwalton | bors | -7/+10 |
| 2015-10-01 | Auto merge of #28732 - Eljay:fix-unused-attr, r=alexcrichton | bors | -2/+2 |
| 2015-09-30 | Rollup merge of #28772 - tshepang:improve-paragraph, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-09-30 | Rollup merge of #28771 - tshepang:upper-case, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-30 | Rollup merge of #28770 - tshepang:awkward, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-09-30 | Rollup merge of #28764 - steveklabnik:gh28706, r=alexcrichton | Steve Klabnik | -2/+7 |
| 2015-09-30 | Rollup merge of #28760 - steveklabnik:gh28166, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-09-30 | Rollup merge of #28753 - steveklabnik:gh28572, r=alexcrichton | Steve Klabnik | -18/+20 |
| 2015-09-30 | Don't crash on non-existent path in constant. | Eli Friedman | -2/+31 |
| 2015-09-30 | Add some docs for FromString::from_str | Steve Klabnik | -0/+15 |
| 2015-09-30 | rustc: Don't lint about isize/usize in FFI | Alex Crichton | -16/+10 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -334/+139 |
| 2015-09-30 | trans: Fix __imp_ creation for i686 MSVC | Alex Crichton | -3/+13 |
| 2015-09-30 | Improve identifier defintion in the reference | Steve Klabnik | -2/+7 |
| 2015-09-30 | Rollup merge of #28765 - steveklabnik:gh28693, r=nikomatsakis | Steve Klabnik | -0/+29 |