| Age | Commit message (Expand) | Author | Lines |
| 2015-10-03 | Change tests per RFC 246 (const vs static) | Seo Sanghyeon | -11/+7 |
| 2015-10-02 | Auto merge of #28795 - marti1125:28696, r=alexcrichton | bors | -0/+9 |
| 2015-10-02 | Auto merge of #28807 - Manishearth:rollup, r=Manishearth | bors | -9/+155 |
| 2015-10-02 | Rollup merge of #28797 - steveklabnik:rebase_for_gankro, r=alexcrichton | Manish Goregaokar | -0/+75 |
| 2015-10-02 | Rollup merge of #28791 - apasel422:issue-25439, r=alexcrichton | Manish Goregaokar | -0/+19 |
| 2015-10-02 | Rollup merge of #28788 - tsurai:master, r=bluss | Manish Goregaokar | -3/+3 |
| 2015-10-02 | Rollup merge of #28786 - fhahn:ba-link, r=alexcrichton | Manish Goregaokar | -3/+4 |
| 2015-10-02 | Rollup merge of #28686 - eefriedman:unresolved-path-error, r=nikomatsakis | Manish Goregaokar | -2/+31 |
| 2015-10-02 | Rollup merge of #28554 - christopherdumas:E0422, r=arielb1 | Manish Goregaokar | -1/+23 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -32/+31 |
| 2015-10-02 | Auto merge of #28792 - dotdash:cmp_indirection, r=alexcrichton | bors | -4/+4 |
| 2015-10-02 | Auto merge of #28790 - arielb1:unsafe-coerce, r=eddyb | bors | -3/+18 |
| 2015-10-01 | Auto merge of #28787 - dotdash:no_more___fat_ptr, r=eddyb | bors | -13/+34 |
| 2015-10-01 | fixup wording | Alexis Beingessner | -1/+1 |
| 2015-10-01 | flesh out what Vec actually guarantees | Alexis Beingessner | -0/+75 |
| 2015-10-01 | fixes #28696 Return to the default content when .search-input is empty -Add a... | Willy Aguirre | -0/+9 |
| 2015-10-01 | Auto merge of #28746 - aidanhs:aphs-musl-linking-no-cxxabi, r=alexcrichton | bors | -2/+0 |
| 2015-10-01 | Auto merge of #28742 - nikomatsakis:def-id-encapsulate, r=eddyb | bors | -1863/+2382 |
| 2015-10-01 | Remove one level of indirection for slice-based PartialEq impls | Björn Steinbrink | -4/+4 |
| 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 | remove support method for synthetic default method ids | Niko Matsakis | -16/+0 |
| 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 |