Commit graph

12453 commits

Author SHA1 Message Date
Walter Bright
01eb06bb38 Merge pull request #4584 from MartinNowak/fixWinTZTranslations
fix test failure for updated Windows TZs
2016-07-09 09:52:24 -07:00
Martin Nowak
aa88e7bc8e fix test failure for updated Windows TZs
- change to list all missing WinTZ translations when running std/datetime
  unittests w/ -version=UpdateWindowsTZTranslations so they can be
  updated manually
2016-07-09 18:13:11 +02:00
Walter Bright
bd5e7fc2a7 Merge pull request #4583 from atilaneves/std_conv_ut
Add @system and @safe to std.conv unit tests
2016-07-09 04:42:13 -07:00
Atila Neves
786b2c1257 Add @system and @safe to std.conv unit tests 2016-07-09 11:21:27 +02:00
Atila Neves
307f95381b Replace @trusted with @system in std.string unit tests 2016-07-09 11:07:51 +02:00
Atila Neves
d4eddd72c9 Add @system and @safe to std.stdio unit tests 2016-07-09 11:05:19 +02:00
Walter Bright
782e5399ea Merge pull request #4455 from JackStouffer/file
Remove some global imports from std.file
2016-07-08 20:26:52 -07:00
Steven Schveighoffer
c74537000c Fix all windows cycles 2016-07-08 21:07:15 -04:00
Walter Bright
c2209e9587 Merge pull request #4579 from JackStouffer/immutable
Added some const and immutable to unmodified variables
2016-07-08 15:47:48 -07:00
Walter Bright
0f85b1e53a Merge pull request #4576 from atilaneves/std_file_ut
Add @system and @safe to std.file unit tests
2016-07-08 15:46:31 -07:00
Steven Schveighoffer
69dbebb250 Merge pull request #4575 from atilaneves/std_path_ut
Add @system and @safe to std.path unit tests
2016-07-08 15:03:53 -04:00
Jack Stouffer
049dcc32c8 Added const and immutable to unmodified variables in std.string 2016-07-08 12:14:34 -04:00
Jack Stouffer
99e767b1e3 Added const and immutable to unmodified variables in std.bigint 2016-07-08 12:07:51 -04:00
Jack Stouffer
60808c7e1c Added const and immutable to unmodified variables in std.array 2016-07-08 12:07:41 -04:00
Jack Stouffer
0f7a01178b Removed unused variables from std.array 2016-07-08 11:36:30 -04:00
Jack Stouffer
b24000513d Removed unused variables from std.algorithm.sorting 2016-07-08 11:34:48 -04:00
Atila Neves
aad03b2829 Add @system and @safe to std.file unit tests 2016-07-08 16:31:17 +02:00
Atila Neves
5ed8ffc05b Add @system and @safe to std.path unit tests 2016-07-08 16:24:32 +02:00
Jack Stouffer
323a3aed9d [std.file] Removed global std.exception import 2016-07-08 09:04:20 -04:00
Jack Stouffer
bb13820459 [std.file] Removed global std.conv and std.path imports 2016-07-08 09:04:10 -04:00
Walter Bright
e41d77db83 Merge pull request #4467 from JackStouffer/format
Fixed std.algorithm imports in std.format
2016-07-08 03:36:37 -07:00
Steven Schveighoffer
b08b2a680e Merge pull request #4459 from weka-io/shachar/iota_end
Allow iota implementation of custom types
2016-07-07 15:32:23 -04:00
Jack Stouffer
008f50f84a Added error messages to asserts in std.range 2016-07-07 14:40:01 -04:00
H. S. Teoh
acd6ab506a Merge pull request #4572 from JackStouffer/patch-masterofpuppets
Removed package wide std.algorithm imports from std.container
2016-07-07 08:57:13 -07:00
Jack Stouffer
50476873b0 Removed package wide std.algorithm imports from std.container.array/binaryheap 2016-07-07 09:46:02 -04:00
H. S. Teoh
c4b397315c Merge pull request #4489 from aG0aep6G/16192-2
fix issue 16192 - std.conv.toChars() opSlice wrong for radix other th…
2016-07-06 16:53:55 -07:00
H. S. Teoh
5225064a82 Merge pull request #4570 from aG0aep6G/16241
fix issue 16241 - std.xml mistakenly disallows "==" in comments but a…
2016-07-06 16:07:52 -07:00
H. S. Teoh
d231d783e6 Merge pull request #4567 from aG0aep6G/4509
Fix issue 4509 - XML parser in std.xml throws TagException if the attr value is put in apostrophes.
2016-07-06 15:35:48 -07:00
H. S. Teoh
0641a8d8ca Merge pull request #4568 from JackStouffer/patch-crazydiamond
Added error messages to asserts in std.range
2016-07-06 14:53:00 -07:00
anonymous
bab9832adf actually do the parsing 2016-07-06 23:45:01 +02:00
anonymous
82afcc0c19 fix issue 16241 - std.xml mistakenly disallows "==" in comments but allows "--" 2016-07-06 23:38:14 +02:00
Dmitry Olshansky
01f14f7141 Merge pull request #4571 from schveiguy/fixcycles3
Fix loop during unit tests between std.parallelism and std.range
2016-07-06 19:34:08 +02:00
Jack Stouffer
0855a87abf Added error messages to asserts in std.range.package 2016-07-06 12:10:20 -04:00
Steven Schveighoffer
612444ea67 Fix loop during unit tests between std.parallelism and std.range 2016-07-06 11:45:52 -04:00
Steven Schveighoffer
d498325017 Merge pull request #4569 from JackStouffer/patch-7
[HOTFIX] Fix Travis CI
2016-07-06 11:37:27 -04:00
Jack Stouffer
880b13313c Remove too broad local import from phobosinit 2016-07-06 10:00:39 -04:00
David Nadlinger
c33f3862b7 Merge pull request #4493 from schveiguy/fixcycles2
Fix cycles in Phobos
2016-07-06 00:06:11 +01:00
anonymous
85bb6c20f8 add asserts and attributes
Also remove extra trailing newlines at the end of the file.
2016-07-05 23:21:17 +02:00
coderabhishek
1533801fc8 std.xml: accept single quotes for attributes
Fixes issue 4509 - XML parser in std.xml throws TagException if the
attr value is put in apostrophes.
2016-07-05 23:06:29 +02:00
Steven Schveighoffer
e41b83f0a3 Merge pull request #4566 from aG0aep6G/16238
fix issue 16238 - std.string.lastIndexOf fails compilation with -de
2016-07-05 12:01:07 -04:00
anonymous
d9a2d28514 fix issue 16238 - std.string.lastIndexOf fails compilation with -de 2016-07-05 15:49:35 +02:00
Walter Bright
453b24281d Merge pull request #4565 from atilaneves/std_bitmanip_ut
Add @system and @safe to std.bitmanip unit tests
2016-07-05 02:05:17 -07:00
Walter Bright
6650cfa585 Merge pull request #4530 from atilaneves/std_bigint_ut
Add @system and @safe to std.bigint unit tests
2016-07-05 01:17:59 -07:00
Atila Neves
c45e4d4353 Add @system and @safe to std.bigint unit tests 2016-07-05 09:39:28 +02:00
Atila Neves
b543043a87 Add @system and @safe to std.bitmanip unit tests 2016-07-05 09:35:47 +02:00
Walter Bright
3a3a95e364 Merge pull request #4564 from JackStouffer/patch-goldexperience
Fix imports in std.regex (part 2)
2016-07-04 22:02:26 -07:00
Jack Stouffer
0bdd144e01 Fixed package wide std.range import in std.regex.internal.kickstart 2016-07-05 00:13:24 -04:00
Jack Stouffer
e97579b66a Fixed package wide std.algorithm imports in std.regex.internal.tests 2016-07-05 00:13:24 -04:00
Jack Stouffer
6420451c1b Fixed package wide std.algorithm imports in std.regex.internal.kickstart 2016-07-05 00:13:24 -04:00
Jack Stouffer
808ea77a99 Fixed package wide std.algorithm imports in std.regex.internal.backtracking 2016-07-05 00:13:24 -04:00