about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-03-30Fix fallout in testsJeffrey Seyfried-4/+3
2016-03-30Autoderef privacy for methodsJeffrey Seyfried-14/+46
2016-03-30Autoderef privacy for fieldsJeffrey Seyfried-35/+48
2016-03-26Auto merge of #32432 - eddyb:dock-service, r=nikomatsakisbors-1192/+1204
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-557/+535
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-18/+52
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-617/+617
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-97/+97
2016-03-26Auto merge of #32325 - alexcrichton:panic-once, r=aturonbors-56/+363
2016-03-26Auto merge of #32240 - jseyfried:cleanup_resolve, r=nikomatsakisbors-410/+224
2016-03-26Cleanup trait searchJeffrey Seyfried-10/+7
2016-03-26Remove unnecessary `pub`sJeffrey Seyfried-24/+20
2016-03-26Remove an `if` statement with an condition that is always falseJeffrey Seyfried-1/+0
2016-03-26Remove outdated commentJeffrey Seyfried-3/+0
2016-03-26Improve the error message for paths with too many initial `super`sJeffrey Seyfried-21/+7
2016-03-26Refactor away `resolve_import_for_module`Jeffrey Seyfried-16/+14
2016-03-26Avoid passing around the current module as an argument in `resolve_imports`Jeffrey Seyfried-31/+17
2016-03-26Refactor away `resolve_name_in_lexical_scope` and `resolve_identifier_in_loca...Jeffrey Seyfried-81/+42
2016-03-26Refactor out the common functionality ofJeffrey Seyfried-52/+61
2016-03-26Replace uses of `DefLike` with `Def` (only the `DlDef` variant of `DefLike` w...Jeffrey Seyfried-34/+16
2016-03-26Refactor away GraphBuilderJeffrey Seyfried-38/+11
2016-03-26Make populate_module_if_necessary a method of resolverJeffrey Seyfried-20/+16
2016-03-26Avoid repeating parentJeffrey Seyfried-25/+11
2016-03-26Refactor away populate_external_moduleJeffrey Seyfried-25/+4
2016-03-26Refactor away handle_external_defJeffrey Seyfried-67/+36
2016-03-26std: Rewrite Once with poisoningAlex Crichton-56/+363
2016-03-26Auto merge of #32503 - dotdash:llvm_attrs, r=eddybbors-33/+27
2016-03-26Auto merge of #32508 - Manishearth:rollup, r=Manishearthbors-138/+63
2016-03-26Rollup merge of #32492 - xitep:master, r=alexcrichtonManish Goregaokar-2/+0
2016-03-26Rollup merge of #32478 - xevix:docs/strings-str-unsized-types, r=steveklabnikManish Goregaokar-0/+6
2016-03-26Rollup merge of #32470 - rust-lang:steveklabnik-patch-1, r=alexcrichtonManish Goregaokar-4/+0
2016-03-26Rollup merge of #32440 - tshepang:compact, r=steveklabnikManish Goregaokar-132/+48
2016-03-26Rollup merge of #32387 - alexcrichton:ascii-test, r=aturonManish Goregaokar-0/+6
2016-03-26Rollup merge of #32383 - aidanhs:aphs-heap-move-guarantee, r=alexcrichtonManish Goregaokar-0/+3
2016-03-26Auto merge of #32484 - brson:cargotest, r=alexcrichtonbors-2/+2
2016-03-26Revert "disable llvm assertions on ARM compilers"Björn Steinbrink-6/+1
2016-03-26Fix removal of function attributes on ARMBjörn Steinbrink-27/+26
2016-03-26Auto merge of #32468 - cardoe:llvm-check, r=alexcrichtonbors-2/+2
2016-03-26Auto merge of #32496 - Manishearth:rollup, r=Manishearthbors-307/+825
2016-03-26Fixup #32476Manish Goregaokar-0/+1
2016-03-26Rollup merge of #32482 - nikomatsakis:erase-via-visitor, r=nagisaManish Goregaokar-87/+17
2016-03-26Rollup merge of #32476 - diwic:63-null-thread-name, r=alexcrichtonManish Goregaokar-20/+30
2016-03-26Rollup merge of #32469 - nikomatsakis:shared-cgu, r=eddybManish Goregaokar-3/+3
2016-03-26Rollup merge of #32456 - bluss:str-zero, r=alexcrichtonManish Goregaokar-1/+5
2016-03-26Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichtonManish Goregaokar-2/+58
2016-03-26Rollup merge of #32447 - nodakai:dots-in-err-idx, r=ManishearthManish Goregaokar-3/+3
2016-03-26Rollup merge of #32435 - nrc:fix-err-recover, r=nikomatsakisManish Goregaokar-31/+162
2016-03-26Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturonManish Goregaokar-1/+42
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-46/+438
2016-03-26Rollup merge of #32131 - petrochenkov:prim, r=eddybManish Goregaokar-113/+66