| Age | Commit message (Expand) | Author | Lines |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -4/+3 |
| 2016-03-30 | Autoderef privacy for methods | Jeffrey Seyfried | -14/+46 |
| 2016-03-30 | Autoderef privacy for fields | Jeffrey Seyfried | -35/+48 |
| 2016-03-26 | Auto merge of #32432 - eddyb:dock-service, r=nikomatsakis | bors | -1192/+1204 |
| 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 | -18/+52 |
| 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 | Auto merge of #32468 - cardoe:llvm-check, r=alexcrichton | bors | -2/+2 |
| 2016-03-26 | Auto merge of #32496 - Manishearth:rollup, r=Manishearth | bors | -307/+825 |
| 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 |
| 2016-03-26 | Rollup merge of #32447 - nodakai:dots-in-err-idx, r=Manishearth | Manish Goregaokar | -3/+3 |
| 2016-03-26 | Rollup merge of #32435 - nrc:fix-err-recover, r=nikomatsakis | Manish Goregaokar | -31/+162 |
| 2016-03-26 | Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon | Manish Goregaokar | -1/+42 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -46/+438 |
| 2016-03-26 | Rollup merge of #32131 - petrochenkov:prim, r=eddyb | Manish Goregaokar | -113/+66 |