about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-31Fix suggestionsJeffrey Seyfried-2/+8
2016-03-30Detect cycles that include renamed importsJeffrey Seyfried-16/+32
2016-03-27Remove the test for #32089; it is subsumed by the test for #32119Jeffrey Seyfried-23/+0
2016-03-27Add test for #32119Jeffrey Seyfried-0/+21
2016-03-27Improve import failure detectionJeffrey Seyfried-23/+19
2016-03-27Add `SingleImports` and use it in place of `outstanding_references`Jeffrey Seyfried-104/+114
2016-03-27Refactor ModuleS fields `public_glob_count`, `private_glob_count`, andJeffrey Seyfried-57/+25
2016-03-27Avoid recomputing the target module for an import directive.Jeffrey Seyfried-7/+10
2016-03-27Add a field `target_module: Cell<Option<Module>>` to `ImportDirective`Jeffrey Seyfried-0/+3
2016-03-27Add a type parameter to ImportDirectiveJeffrey Seyfried-14/+14
2016-03-26Auto merge of #32432 - eddyb:dock-service, r=nikomatsakisbors-1190/+1201
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-16/+49
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-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