about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-64/+66
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-1/+1
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-64/+66
2015-02-25Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichtonManish Goregaokar-0/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-24core: fix typo that wasn't caught by the hacky previous implementation.Eduard Burtescu-1/+1
2015-02-24Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichtonManish Goregaokar-0/+22
2015-02-24Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichtonManish Goregaokar-40/+59
2015-02-24Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichtonManish Goregaokar-32/+0
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+1
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-1/+12
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-43/+61
2015-02-23Add documentation to associated types in libcore, libstdIvan Petkov-0/+22
2015-02-23int audit core::hashNick Cameron-4/+4
2015-02-23int audit - libcore::fmtNick Cameron-36/+55
2015-02-23Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581bors-5/+40
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-275/+756
2015-02-22Add negative impls for SyncFlavio Percoco-1/+5
2015-02-22Add negative impls for `*const T` and `*mut T`Flavio Percoco-0/+7
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-8/+42
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-253/+0
2015-02-22Rollup merge of #22602 - steveklabnik:doc_range_step, r=alexcrichtonManish Goregaokar-2/+47
2015-02-21Remove mention of non-existing AtomicOption in docsWesley Wiser-1/+1
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-32/+0
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-2/+3
2015-02-20Register new snapshotsAlex Crichton-253/+0
2015-02-20Add examples for iter::range_stepSteve Klabnik-2/+47
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-43/+61
2015-02-20Addressed PR commentsMarvin Löbel-56/+197
2015-02-20Fix tidy and rebase falloutMarvin Löbel-15/+27
2015-02-20Added a Pattern impl that delegates to the dereference of a type.Marvin Löbel-22/+89
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-384/+470
2015-02-20Made match_indices use the generic pattern APIMarvin Löbel-29/+34
2015-02-20Made str::MatchIndices a private implementantion detailMarvin Löbel-10/+24
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-126/+282
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-3/+3
2015-02-18Round 3 test fixes and conflictsAlex Crichton-10/+8
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-244/+240
2015-02-18Round 2 test fixes and conflictsAlex Crichton-11/+115
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-15/+15
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-382/+2
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-5/+5
2015-02-18Stabilize std::borrowAaron Turon-276/+0
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-15/+15
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-6/+6
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-9/+10
2015-02-18rollup merge of #22485: pnkfelix/fsk-int-uint-auditAlex Crichton-27/+27
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-128/+423
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-5/+22