about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+2
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-2/+0
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-7/+7
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-6/+6
2015-03-12Auto merge of #23162 - sfackler:debug-builders, r=alexcrichtonbors-0/+403
2015-03-11Switch to a specific featureSteven Fackler-0/+1
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-25/+37
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-25/+37
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-0/+10
2015-03-09Implement RFC 640Steven Fackler-0/+392
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-8/+8
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-20/+20
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-5/+3
2015-03-03Switched to Box::new in many places.Felix S. Klock II-5/+9
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-4/+4
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-10/+10
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-33/+9
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-33/+9
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-5/+3
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-0/+11
2015-02-27Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-Manish Goregaokar-3/+3
2015-02-27Rollup merge of #22817 - jmesmon:result-or-type, r=huonwManish Goregaokar-2/+2
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-3/+3
2015-02-25Result::or : avoid over-specializing the typeCody P Schafer-2/+2
2015-02-25Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichtonManish Goregaokar-0/+5
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-51/+40
2015-02-24Add missing `fn`Michał Krasnoborski-1/+1
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+5
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+267
2015-02-20try to reduce bajillion warningsAlexis-22/+31
2015-02-20Fix tidy and rebase falloutMarvin Löbel-2/+144
2015-02-20Added a Pattern impl that delegates to the dereference of a type.Marvin Löbel-0/+10
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-3/+3
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-0/+7
2015-02-20Added benchmarks for string pattern matching functionsMarvin Löbel-0/+107
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-3/+3
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-7/+7
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+0
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-7/+7
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-31/+31
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-14/+10
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-22/+22