about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-11Don't link to specific versions of rust in the book.Steven Allen-7/+5
2015-06-11Prevent raw pointers from being used as an explicit selfAriel Ben-Yehuda-2/+20
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-361/+359
2015-06-11update stability compile-fail testsAlexis Beingessner-8/+39
2015-06-11WIP inherited deprecation fixes #26040Alexis Beingessner-1/+11
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Auto merge of #26212 - Manishearth:rollup, r=Manishearthbors-38/+34
2015-06-11Auto merge of #26197 - dhuseby:fixing_morestack_breakage, r=brsonbors-2/+2
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-06-11Explain the `--bin` flag more clearlyNathan Long-2/+1
2015-06-11Auto merge of #26184 - aepsil0n:error-desc-funcargs, r=alexcrichtonbors-4/+91
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-109/+109
2015-06-11Auto merge of #26177 - jooert:fix26169, r=alexcrichtonbors-54/+71
2015-06-11Auto merge of #26172 - nham:add_E0116, r=alexcrichtonbors-8/+33
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-101/+60
2015-06-11Rollup merge of #26202 - nham:revise_E0072, r=alexcrichtonManish Goregaokar-5/+3
2015-06-11Rollup merge of #26195 - tshepang:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-06-11Rollup merge of #26191 - jimblandy:master, r=steveklabnikManish Goregaokar-26/+24
2015-06-11Rollup merge of #26189 - bluss:iter-once-clone, r=GankroManish Goregaokar-0/+2
2015-06-11Rollup merge of #26184 - aepsil0n:error-desc-funcargs, r=alexcrichtonManish Goregaokar-4/+91
2015-06-11Rollup merge of #26181 - Stebalien:fix-26178, r=steveklabnikManish Goregaokar-6/+4
2015-06-11Auto merge of #26155 - dhuseby:fixing_bitrig_net_tests, r=alexcrichtonbors-0/+6
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-17/+29
2015-06-11Auto merge of #26122 - bluss:borrow-box, r=alexcrichtonbors-1/+38
2015-06-10Revise the E0072 explanation.Nick Hamann-5/+3
2015-06-10fix #26092 by returning an empty OS string when the output file path has no f...swgillespie-2/+18
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-45/+105
2015-06-10Auto merge of #25777 - shepmaster:cstring-return-to-c, r=alexcrichtonbors-4/+41
2015-06-11doc: typo fixTshepang Lekhonkhobe-1/+1
2015-06-10Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichtonbors-5/+26
2015-06-10Fix examples for returning closures.Jim Blandy-26/+24
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-294/+292
2015-06-10Have std::fmt::Formatter implement std::fmt::Write.Simon Sapin-8/+16
2015-06-10core: impl Clone for option::IntoIter and iter::OnceUlrik Sverdrup-0/+2
2015-06-10Auto merge of #26182 - Manishearth:rollup, r=Manishearthbors-53/+121
2015-06-10Add a write_char method to std::fmt::Formatter.Simon Sapin-4/+17
2015-06-10Add error explanation for E0057, E0059–E0061Eduard Bopp-4/+91
2015-06-10fixes __morestack symbol problem on BSDsDave Huseby-2/+2
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+6
2015-06-10Rollup merge of #26174 - mcast:trpl-assignment-empty-tuple, r=steveklabnikManish Goregaokar-1/+3
2015-06-10Rollup merge of #26164 - tafia:early-dedup, r=GankroManish Goregaokar-1/+1
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-33/+33
2015-06-10Rollup merge of #26145 - steveklabnik:gh25853, r=brsonManish Goregaokar-0/+24
2015-06-10Rollup merge of #26143 - steveklabnik:gh25851, r=alexcrichtonManish Goregaokar-18/+18
2015-06-10Rollup merge of #26142 - steveklabnik:gh25850, r=GankroManish Goregaokar-0/+42
2015-06-10Rust is now post-1.0Steven Allen-6/+4
2015-06-10Improve examples for atomic types.Johannes Oertel-54/+71
2015-06-10mend bad MarkdownMatthew Astley-1/+1
2015-06-10Auto merge of #26141 - eddyb:ast_map, r=nikomatsakisbors-63/+75
2015-06-10Auto merge of #26153 - dotdash:issue26127, r=luqmanabors-1/+22