about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-28Rollup merge of #32509 - tclfs:patch-2, r=steveklabnikSteve Klabnik-3/+3
2016-03-28Rollup merge of #32507 - klingtnet:master, r=steveklabnikSteve Klabnik-2/+7
2016-03-28Rollup merge of #32504 - tclfs:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-28Rollup merge of #32472 - GuillaumeGomez:patch-3, r=steveklabnikSteve Klabnik-0/+24
2016-03-28Rollup merge of #32235 - fbergr:trailing_whitespace, r=sanxiynSteve Klabnik-17/+17
2016-03-28Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnikSteve Klabnik-18/+18
2016-03-28Auto merge of #32522 - tedhorst:lldb-filename, r=michaelwoeristerbors-1/+4
2016-03-28Update concurrency.mdAndrew Horton-2/+2
2016-03-27Auto merge of #32529 - Manishearth:concurrency-fx, r=steveklabnikbors-18/+124
2016-03-27Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=alexcrichtonbors-2/+2
2016-03-27Improve concurrency chapterManish Goregaokar-18/+124
2016-03-27Auto merge of #32252 - durka:derive-21714, r=alexcrichtonbors-35/+60
2016-03-27Update macros.mdTang Chenglong-2/+2
2016-03-27Auto merge of #32521 - Manishearth:paramitem, r=eddybbors-2/+3
2016-03-27Type macro is tracked at rust-lang/rust#27245, not 27336NODA, Kai-2/+2
2016-03-27from_item is the old nameManish Goregaokar-2/+2
2016-03-27Clarify that ParameterEnvironment::for_item can take impl/trait items tooManish Goregaokar-0/+1
2016-03-26Auto merge of #32510 - nodakai:libstd-sys-net-error-check, r=alexcrichtonbors-10/+11
2016-03-27deriving: factor out discriminant_value constructionAlex Burka-37/+33
2016-03-27fix #21714 by using discriminant_value in #[derive(Hash)]Alex Burka-9/+12
2016-03-27add #[derive(Hash)] test for #21714Alex Burka-0/+26
2016-03-26Auto merge of #32513 - japaric:try-test, r=alexcrichtonbors-1/+58
2016-03-26Set source file name when setting breakpoints in lldbTed Horst-1/+4
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-27libstd/sys/*/net: very minor clean up of cvt*() utility functions.NODA, Kai-10/+11
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-26add regression test for try!Jorge Aparicio-0/+57
2016-03-26fix ? expansion in commentJorge Aparicio-1/+1