summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
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-08Assert failure message easier to readSquirrel-4/+6
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
2017-06-07Update docs to say iterator instead of rangeMatt Brubeck-1/+1
2017-06-06Alias std::cmp::max/min to Ord::max/minNick Whitney-2/+6
2017-06-06Add max and min default fns to Ord traitNick Whitney-0/+47
2017-06-06Rollup merge of #42469 - citizen428:document-assert-macros, r=steveklabnikCorey Farwell-5/+13
2017-06-05Doc changes for assert macrosMichael Kohl-5/+13