about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-06-22Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakisbors-2/+4
2017-06-22Ensure Guard types impl Display & DebugChris MacNaughton-0/+14
2017-06-21Reuse the mem::swap optimizations to speed up slice::rotateScott McMurray-61/+86
2017-06-22Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoeristerbors-0/+3
2017-06-21Use `fold` to implement `Iterator::for_each`Josh Stone-4/+51
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-20Add `Iterator::for_each`Josh Stone-0/+46
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-20Whitespace changeGiles Cope-2/+2
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-19Merge remote-tracking branch 'upstream/master'Giles Cope-3112/+3547
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-15Add hint about the return code of panic!Stefan Schindler-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-13Removing tabs. Sorry - have updated my .vimrcGiles Cope-2/+2
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+8
2017-06-13Updated tests and fixed inconsistent message on assert_eqGiles Cope-8/+10
2017-06-13updated assert_eq test, fixed incorrect assert_ne message and added test.Giles Cope-8/+12
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