about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-07-13Update docs on Error struct. #29355Ryan Thomas-0/+16
2017-06-22Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakisbors-2/+4
2017-06-22Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoeristerbors-0/+3
2017-06-21Rollup merge of #42762 - jackpot51:patch-1, r=sfacklerCorey Farwell-2/+2
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+11
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-0/+3
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-1/+69
2017-06-20added `FromStr` Impl for `char`tinaun-1/+69
2017-06-19Bump version and stage0 compilerAlex Crichton-96/+6
2017-06-19Disable repr(simd) in mem::swap on RedoxJeremy Soller-2/+2
2017-06-19Add compile_error!Wesley Wiser-0/+11
2017-06-17Inline StrSearcher::haystack()Alexander Bulaev-1/+4
2017-06-16Rollup merge of #42705 - est31:master, r=alexcrichtonCorey Farwell-2/+2
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-2/+2
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-0/+118
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-0/+8
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-1/+1
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+118
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-8/+8
2017-06-14Auto merge of #42523 - clarcharr:refactor_ops, r=brsonbors-3021/+3163
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1
2017-06-13Rollup merge of #42496 - Razaekel:feature/integer_max-min, r=BurntSushiCorey Farwell-2/+53
2017-06-13Rollup merge of #42428 - scottmcm:str-get-overflow, r=sfacklerCorey Farwell-41/+30
2017-06-13Change the for-loop desugar so the `break` does not affect type inference. Fi...John Kåre Alsaker-2/+4
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+8
2017-06-12Auto merge of #42570 - birkenfeld:patch-3, r=frewsxcvbors-1/+21
2017-06-12Add dedicated docstrings to Sum/Product impl of ResultGeorg Brandl-1/+21
2017-06-11Auto merge of #42155 - seanmonstar:unimplemented, r=sfacklerbors-1/+2
2017-06-11Auto merge of #40454 - djzin:fast-swap, r=sfacklerbors-13/+54
2017-06-11Auto merge of #42569 - birkenfeld:patch-2, r=frewsxcvbors-6/+3
2017-06-10Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushibors-1/+50
2017-06-09Move Drop to module.Clar Charr-90/+103
2017-06-09Move CoerceUnsized to module.Clar Charr-69/+82
2017-06-09Move Index to module.Clar Charr-149/+162
2017-06-09Move Deref to module.Clar Charr-110/+123
2017-06-09Move Try to module.Clar Charr-102/+118
2017-06-09Move placement new operators to module.Clar Charr-119/+130
2017-06-09Move bit ops to module.Clar Charr-830/+846
2017-06-09Move arithmetic ops to module.Clar Charr-864/+880
2017-06-09Move Fn to module.Clar Charr-185/+198
2017-06-09Simplify FromIterator example of ResultGeorg Brandl-6/+3
2017-06-09hack around bug in emscriptenDjzin-1/+3
2017-06-08Use ctlz_nonzero to improve ASM from next_power_of_twoScott McMurray-1/+16
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-0/+34
2017-06-08doc: a more complete explanation, and a better exampleTshepang Lekhonkhobe-5/+5
2017-06-08Auto merge of #42522 - frewsxcv:rollup, r=frewsxcvbors-1/+1
2017-06-07Move Range to module.Clar Charr-356/+374
2017-06-07Move ops.rs to folder.Clar Charr-0/+0
2017-06-08Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichtonbors-11/+27
2017-06-07core: allow messages in unimplemented!() macroSean McArthur-1/+2