| Age | Commit message (Expand) | Author | Lines |
| 2016-03-28 | Rollup merge of #32509 - tclfs:patch-2, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-03-28 | Rollup merge of #32507 - klingtnet:master, r=steveklabnik | Steve Klabnik | -2/+7 |
| 2016-03-28 | Rollup merge of #32504 - tclfs:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-28 | Rollup merge of #32472 - GuillaumeGomez:patch-3, r=steveklabnik | Steve Klabnik | -0/+24 |
| 2016-03-28 | Rollup merge of #32235 - fbergr:trailing_whitespace, r=sanxiyn | Steve Klabnik | -17/+17 |
| 2016-03-28 | Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik | Steve Klabnik | -18/+18 |
| 2016-03-28 | Auto merge of #32522 - tedhorst:lldb-filename, r=michaelwoerister | bors | -1/+4 |
| 2016-03-28 | Update concurrency.md | Andrew Horton | -2/+2 |
| 2016-03-27 | Auto merge of #32529 - Manishearth:concurrency-fx, r=steveklabnik | bors | -18/+124 |
| 2016-03-27 | Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=alexcrichton | bors | -2/+2 |
| 2016-03-27 | Improve concurrency chapter | Manish Goregaokar | -18/+124 |
| 2016-03-27 | Auto merge of #32252 - durka:derive-21714, r=alexcrichton | bors | -35/+60 |
| 2016-03-27 | Update macros.md | Tang Chenglong | -2/+2 |
| 2016-03-27 | Auto merge of #32521 - Manishearth:paramitem, r=eddyb | bors | -2/+3 |
| 2016-03-27 | Type macro is tracked at rust-lang/rust#27245, not 27336 | NODA, Kai | -2/+2 |
| 2016-03-27 | from_item is the old name | Manish Goregaokar | -2/+2 |
| 2016-03-27 | Clarify that ParameterEnvironment::for_item can take impl/trait items too | Manish Goregaokar | -0/+1 |
| 2016-03-26 | Auto merge of #32510 - nodakai:libstd-sys-net-error-check, r=alexcrichton | bors | -10/+11 |
| 2016-03-27 | deriving: factor out discriminant_value construction | Alex Burka | -37/+33 |
| 2016-03-27 | fix #21714 by using discriminant_value in #[derive(Hash)] | Alex Burka | -9/+12 |
| 2016-03-27 | add #[derive(Hash)] test for #21714 | Alex Burka | -0/+26 |
| 2016-03-26 | Auto merge of #32513 - japaric:try-test, r=alexcrichton | bors | -1/+58 |
| 2016-03-26 | Set source file name when setting breakpoints in lldb | Ted Horst | -1/+4 |
| 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-27 | libstd/sys/*/net: very minor clean up of cvt*() utility functions. | NODA, Kai | -10/+11 |
| 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 | add regression test for try! | Jorge Aparicio | -0/+57 |
| 2016-03-26 | fix ? expansion in comment | Jorge Aparicio | -1/+1 |