about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-06Refactor away `ExternalExports`Jeffrey Seyfried-31/+3
2016-03-06Fix #21670Jeffrey Seyfried-1/+2
2016-03-06Add method `visibility` to `CrateStore`Jeffrey Seyfried-0/+11
2016-03-06Auto merge of #31920 - jseyfried:fix_spurious_privacy_error, r=nikomatsakisbors-73/+67
2016-03-05Auto merge of #31889 - alexcrichton:update-jemalloc-again, r=nikomatsakisbors-36/+28
2016-03-05Auto merge of #31726 - jseyfried:improve_import_resolution, r=nikomatsakisbors-305/+388
2016-03-05Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichtonbors-0/+49
2016-03-04Auto merge of #32046 - steveklabnik:rollup, r=steveklabnikbors-5/+34
2016-03-04Finish encapsulating the details of import resolution in resolve_importsJeffrey Seyfried-79/+31
2016-03-04Refactor away defineJeffrey Seyfried-12/+6
2016-03-04Start importing bindings from globs as soon as the glob path is known.Jeffrey Seyfried-128/+232
2016-03-04Add a field in Module for the ResolverArenasJeffrey Seyfried-27/+39
2016-03-04Add an arena for import directivesJeffrey Seyfried-9/+18
2016-03-04Record that an import succeeded or failed in one namespace even while it is i...Jeffrey Seyfried-74/+86
2016-03-04Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-04Rollup merge of #32035 - ubsan:master, r=blussSteve Klabnik-2/+0
2016-03-04Rollup merge of #32027 - japaric:rustbuild-mips, r=alexcrichtonSteve Klabnik-2/+2
2016-03-04Rollup merge of #32017 - brson:ignoretest, r=nikomatsakisSteve Klabnik-0/+1
2016-03-04Rollup merge of #32002 - srinivasreddy:vector_doc, r=ManishearthSteve Klabnik-0/+30
2016-03-04Don't treat associated types specially in `def_privacy`Jeffrey Seyfried-13/+7
2016-03-04Add testJeffrey Seyfried-0/+30
2016-03-04privacy: change def_privacy so that it checks for visiblity instead of nameab...Jeffrey Seyfried-68/+38
2016-03-04test: Clean up alloc_jemalloc usage in testsAlex Crichton-36/+28
2016-03-04std: Update jemalloc again to the 4.* trackAlex Crichton-0/+0
2016-03-04Auto merge of #32039 - arielb1:pat-enum, r=nagisabors-47/+58
2016-03-04Auto merge of #32032 - arielb1:load-const, r=eddybbors-9/+36
2016-03-04don't treat unit patterns as wildcard patternsAriel Ben-Yehuda-1/+30
2016-03-04Auto merge of #32022 - gohyda:master, r=alexcrichtonbors-3/+7
2016-03-04clean up check_pat_enumAriel Ben-Yehuda-46/+28
2016-03-04make skip a double ended iteratorOliver Schneider-0/+49
2016-03-04Clarify ambiguous wording in fold() docsBrian Bowman-1/+1
2016-03-04Auto merge of #32006 - jseyfried:fix_expanded_mod_path, r=nikomatsakisbors-4/+113
2016-03-04Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors-4/+733
2016-03-03`usize` is now a proper ctype, so fix cmp_sliceubsan-2/+0
2016-03-04truncate i8-s to i1-s when loading constantsAriel Ben-Yehuda-9/+36
2016-03-03Auto merge of #31671 - ranma42:printcfg, r=alexcrichtonbors-3/+14
2016-03-03Auto merge of #31797 - apasel422:issue-28950, r=alexcrichtonbors-28/+27
2016-03-03[rustbuild] fix cross compilation of std for mips(el)-linux-muslJorge Aparicio-2/+2
2016-03-03Fix netbsdSteven Fackler-4/+4
2016-03-03Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichtonbors-228/+458
2016-03-03added ignoresrinivasreddy-1/+1
2016-03-03Fix android buildSteven Fackler-3/+3
2016-03-03make pretty printer tests understand revisions, and make them ignore theNiko Matsakis-20/+32
2016-03-03Auto merge of #31979 - jseyfried:rename_ctxt, r=eddybbors-706/+703
2016-03-03Do not assert revisions list is empty for pretty printing testsNiko Matsakis-1/+5
2016-03-03Hide gated cfg attributes from the output of `--print cfg`Andrea Canciani-1/+10
2016-03-03Auto merge of #32012 - bluss:more-drop-in-place, r=alexcrichtonbors-12/+13
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-706/+703
2016-03-02Fix comments and OSX buildSteven Fackler-5/+30
2016-03-03Responsive layout correction.gohyda-3/+7