| Age | Commit message (Expand) | Author | Lines |
| 2016-03-31 | Fix suggestions | Jeffrey Seyfried | -2/+8 |
| 2016-03-30 | Detect cycles that include renamed imports | Jeffrey Seyfried | -16/+32 |
| 2016-03-27 | Remove the test for #32089; it is subsumed by the test for #32119 | Jeffrey Seyfried | -23/+0 |
| 2016-03-27 | Add test for #32119 | Jeffrey Seyfried | -0/+21 |
| 2016-03-27 | Improve import failure detection | Jeffrey Seyfried | -23/+19 |
| 2016-03-27 | Add `SingleImports` and use it in place of `outstanding_references` | Jeffrey Seyfried | -104/+114 |
| 2016-03-27 | Refactor ModuleS fields `public_glob_count`, `private_glob_count`, and | Jeffrey Seyfried | -57/+25 |
| 2016-03-27 | Avoid recomputing the target module for an import directive. | Jeffrey Seyfried | -7/+10 |
| 2016-03-27 | Add a field `target_module: Cell<Option<Module>>` to `ImportDirective` | Jeffrey Seyfried | -0/+3 |
| 2016-03-27 | Add a type parameter to ImportDirective | Jeffrey Seyfried | -14/+14 |
| 2016-03-26 | Auto merge of #32432 - eddyb:dock-service, r=nikomatsakis | bors | -1190/+1201 |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -557/+535 |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -16/+49 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -617/+617 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -97/+97 |
| 2016-03-26 | Auto merge of #32325 - alexcrichton:panic-once, r=aturon | bors | -56/+363 |
| 2016-03-26 | Auto merge of #32240 - jseyfried:cleanup_resolve, r=nikomatsakis | bors | -410/+224 |
| 2016-03-26 | Cleanup trait search | Jeffrey Seyfried | -10/+7 |
| 2016-03-26 | Remove unnecessary `pub`s | Jeffrey Seyfried | -24/+20 |
| 2016-03-26 | Remove an `if` statement with an condition that is always false | Jeffrey Seyfried | -1/+0 |
| 2016-03-26 | Remove outdated comment | Jeffrey Seyfried | -3/+0 |
| 2016-03-26 | Improve the error message for paths with too many initial `super`s | Jeffrey Seyfried | -21/+7 |
| 2016-03-26 | Refactor away `resolve_import_for_module` | Jeffrey Seyfried | -16/+14 |
| 2016-03-26 | Avoid passing around the current module as an argument in `resolve_imports` | Jeffrey Seyfried | -31/+17 |
| 2016-03-26 | Refactor away `resolve_name_in_lexical_scope` and `resolve_identifier_in_loca... | Jeffrey Seyfried | -81/+42 |
| 2016-03-26 | Refactor out the common functionality of | Jeffrey Seyfried | -52/+61 |
| 2016-03-26 | Replace uses of `DefLike` with `Def` (only the `DlDef` variant of `DefLike` w... | Jeffrey Seyfried | -34/+16 |
| 2016-03-26 | Refactor away GraphBuilder | Jeffrey Seyfried | -38/+11 |
| 2016-03-26 | Make populate_module_if_necessary a method of resolver | Jeffrey Seyfried | -20/+16 |
| 2016-03-26 | Avoid repeating parent | Jeffrey Seyfried | -25/+11 |
| 2016-03-26 | Refactor away populate_external_module | Jeffrey Seyfried | -25/+4 |
| 2016-03-26 | Refactor away handle_external_def | Jeffrey Seyfried | -67/+36 |
| 2016-03-26 | std: Rewrite Once with poisoning | Alex Crichton | -56/+363 |
| 2016-03-26 | Auto merge of #32503 - dotdash:llvm_attrs, r=eddyb | bors | -33/+27 |
| 2016-03-26 | Auto merge of #32508 - Manishearth:rollup, r=Manishearth | bors | -138/+63 |
| 2016-03-26 | Rollup merge of #32492 - xitep:master, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2016-03-26 | Rollup merge of #32478 - xevix:docs/strings-str-unsized-types, r=steveklabnik | Manish Goregaokar | -0/+6 |
| 2016-03-26 | Rollup merge of #32470 - rust-lang:steveklabnik-patch-1, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2016-03-26 | Rollup merge of #32440 - tshepang:compact, r=steveklabnik | Manish Goregaokar | -132/+48 |
| 2016-03-26 | Rollup merge of #32387 - alexcrichton:ascii-test, r=aturon | Manish Goregaokar | -0/+6 |
| 2016-03-26 | Rollup merge of #32383 - aidanhs:aphs-heap-move-guarantee, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-03-26 | Auto merge of #32484 - brson:cargotest, r=alexcrichton | bors | -2/+2 |
| 2016-03-26 | Revert "disable llvm assertions on ARM compilers" | Björn Steinbrink | -6/+1 |
| 2016-03-26 | Fix removal of function attributes on ARM | Björn Steinbrink | -27/+26 |
| 2016-03-26 | Fixup #32476 | Manish Goregaokar | -0/+1 |
| 2016-03-26 | Rollup merge of #32482 - nikomatsakis:erase-via-visitor, r=nagisa | Manish Goregaokar | -87/+17 |
| 2016-03-26 | Rollup merge of #32476 - diwic:63-null-thread-name, r=alexcrichton | Manish Goregaokar | -20/+30 |
| 2016-03-26 | Rollup merge of #32469 - nikomatsakis:shared-cgu, r=eddyb | Manish Goregaokar | -3/+3 |
| 2016-03-26 | Rollup merge of #32456 - bluss:str-zero, r=alexcrichton | Manish Goregaokar | -1/+5 |
| 2016-03-26 | Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichton | Manish Goregaokar | -2/+58 |