| Age | Commit message (Expand) | Author | Lines |
| 2016-03-06 | Refactor away `ExternalExports` | Jeffrey Seyfried | -31/+3 |
| 2016-03-06 | Fix #21670 | Jeffrey Seyfried | -1/+2 |
| 2016-03-06 | Add method `visibility` to `CrateStore` | Jeffrey Seyfried | -0/+11 |
| 2016-03-06 | Auto merge of #31920 - jseyfried:fix_spurious_privacy_error, r=nikomatsakis | bors | -73/+67 |
| 2016-03-05 | Auto merge of #31889 - alexcrichton:update-jemalloc-again, r=nikomatsakis | bors | -36/+28 |
| 2016-03-05 | Auto merge of #31726 - jseyfried:improve_import_resolution, r=nikomatsakis | bors | -305/+388 |
| 2016-03-05 | Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichton | bors | -0/+49 |
| 2016-03-04 | Auto merge of #32046 - steveklabnik:rollup, r=steveklabnik | bors | -5/+34 |
| 2016-03-04 | Finish encapsulating the details of import resolution in resolve_imports | Jeffrey Seyfried | -79/+31 |
| 2016-03-04 | Refactor away define | Jeffrey Seyfried | -12/+6 |
| 2016-03-04 | Start importing bindings from globs as soon as the glob path is known. | Jeffrey Seyfried | -128/+232 |
| 2016-03-04 | Add a field in Module for the ResolverArenas | Jeffrey Seyfried | -27/+39 |
| 2016-03-04 | Add an arena for import directives | Jeffrey Seyfried | -9/+18 |
| 2016-03-04 | Record that an import succeeded or failed in one namespace even while it is i... | Jeffrey Seyfried | -74/+86 |
| 2016-03-04 | Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-04 | Rollup merge of #32035 - ubsan:master, r=bluss | Steve Klabnik | -2/+0 |
| 2016-03-04 | Rollup merge of #32027 - japaric:rustbuild-mips, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-03-04 | Rollup merge of #32017 - brson:ignoretest, r=nikomatsakis | Steve Klabnik | -0/+1 |
| 2016-03-04 | Rollup merge of #32002 - srinivasreddy:vector_doc, r=Manishearth | Steve Klabnik | -0/+30 |
| 2016-03-04 | Don't treat associated types specially in `def_privacy` | Jeffrey Seyfried | -13/+7 |
| 2016-03-04 | Add test | Jeffrey Seyfried | -0/+30 |
| 2016-03-04 | privacy: change def_privacy so that it checks for visiblity instead of nameab... | Jeffrey Seyfried | -68/+38 |
| 2016-03-04 | test: Clean up alloc_jemalloc usage in tests | Alex Crichton | -36/+28 |
| 2016-03-04 | std: Update jemalloc again to the 4.* track | Alex Crichton | -0/+0 |
| 2016-03-04 | Auto merge of #32039 - arielb1:pat-enum, r=nagisa | bors | -47/+58 |
| 2016-03-04 | Auto merge of #32032 - arielb1:load-const, r=eddyb | bors | -9/+36 |
| 2016-03-04 | don't treat unit patterns as wildcard patterns | Ariel Ben-Yehuda | -1/+30 |
| 2016-03-04 | Auto merge of #32022 - gohyda:master, r=alexcrichton | bors | -3/+7 |
| 2016-03-04 | clean up check_pat_enum | Ariel Ben-Yehuda | -46/+28 |
| 2016-03-04 | make skip a double ended iterator | Oliver Schneider | -0/+49 |
| 2016-03-04 | Clarify ambiguous wording in fold() docs | Brian Bowman | -1/+1 |
| 2016-03-04 | Auto merge of #32006 - jseyfried:fix_expanded_mod_path, r=nikomatsakis | bors | -4/+113 |
| 2016-03-04 | Auto merge of #31945 - sfackler:net2, r=alexcrichton | bors | -4/+733 |
| 2016-03-03 | `usize` is now a proper ctype, so fix cmp_slice | ubsan | -2/+0 |
| 2016-03-04 | truncate i8-s to i1-s when loading constants | Ariel Ben-Yehuda | -9/+36 |
| 2016-03-03 | Auto merge of #31671 - ranma42:printcfg, r=alexcrichton | bors | -3/+14 |
| 2016-03-03 | Auto merge of #31797 - apasel422:issue-28950, r=alexcrichton | bors | -28/+27 |
| 2016-03-03 | [rustbuild] fix cross compilation of std for mips(el)-linux-musl | Jorge Aparicio | -2/+2 |
| 2016-03-03 | Fix netbsd | Steven Fackler | -4/+4 |
| 2016-03-03 | Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichton | bors | -228/+458 |
| 2016-03-03 | added ignore | srinivasreddy | -1/+1 |
| 2016-03-03 | Fix android build | Steven Fackler | -3/+3 |
| 2016-03-03 | make pretty printer tests understand revisions, and make them ignore the | Niko Matsakis | -20/+32 |
| 2016-03-03 | Auto merge of #31979 - jseyfried:rename_ctxt, r=eddyb | bors | -706/+703 |
| 2016-03-03 | Do not assert revisions list is empty for pretty printing tests | Niko Matsakis | -1/+5 |
| 2016-03-03 | Hide gated cfg attributes from the output of `--print cfg` | Andrea Canciani | -1/+10 |
| 2016-03-03 | Auto merge of #32012 - bluss:more-drop-in-place, r=alexcrichton | bors | -12/+13 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -706/+703 |
| 2016-03-02 | Fix comments and OSX build | Steven Fackler | -5/+30 |
| 2016-03-03 | Responsive layout correction. | gohyda | -3/+7 |