Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
e6d46b9
Generate source for .resx files on build. (#3607)
brettfo Sep 22, 2017
65819cc
fix order of file items in FSharp.Core
brettfo Sep 22, 2017
01eab69
Fix build.cmd for certain always-shown errors (like "unable to find r…
abelbraaksma Sep 25, 2017
d08a5ff
Fixing JaroWinkler tests with InvariantCulture and fixing async tests…
abelbraaksma Sep 25, 2017
383e2f6
update to System.Collections.Immutable 1.3.1 (#3641)
dsyme Sep 25, 2017
51a19b9
fix assembly reference
dsyme Sep 25, 2017
46df51f
[WIP] Adds optimized emit for int64 constants (#3620)
ChrSteinert Sep 25, 2017
c2406fd
fix assembly reference (#3646)
dsyme Sep 25, 2017
af82cbe
Merge branch 'master' of http://github.com/Microsoft/visualfsharp
dsyme Sep 25, 2017
bd9b37c
Remove a few more build warnings (#3647)
dsyme Sep 26, 2017
1b72733
move BuildFromSource projects to their own directory
brettfo Sep 26, 2017
9da66d1
Adds tests for emitted IL for new Int64 constants. (#3650)
ChrSteinert Sep 26, 2017
b96f64b
Merge branch 'master' of http://github.com/Microsoft/visualfsharp
dsyme Sep 27, 2017
780b6c4
Enable FS as prefix and ignore invalid values for warnings (#3631)
KevinRansom Sep 27, 2017
34e669c
Fix stack overflow on assembly resolution (#3658)
KevinRansom Sep 29, 2017
20573b7
Add impl files to file check results (#3659)
vasily-kirichenko Oct 2, 2017
4a1e31b
This adds backup, restore, coloration and many more checks to the upd…
abelbraaksma Oct 2, 2017
faf693a
add LanguageServiceProfiling project to internals visible to list of …
vasily-kirichenko Oct 2, 2017
88fc657
bump FCS version (#3676)
dsyme Oct 2, 2017
4c244da
Parsing improvements: no reactor, add parsing options, error severity…
auduchinok Oct 3, 2017
841dc2c
whitespace cleanup (#3682)
dsyme Oct 3, 2017
d29d6e2
whitespace and docs (#3684)
dsyme Oct 3, 2017
1d59de8
Merge branch 'master' of http://github.com/Microsoft/visualfsharp
dsyme Oct 3, 2017
5d177a4
Preserve XML docs for in-memory project references (#3683)
dsyme Oct 3, 2017
9893e72
whitespace and comments (#3686)
dsyme Oct 3, 2017
47ce8af
Merge branch 'master' of http://github.com/Microsoft/visualfsharp
dsyme Oct 3, 2017
c76b29e
cherry pick two PRs from FCS (#3687)
dsyme Oct 3, 2017
245a40b
Merge branch 'master' of http://github.com/Microsoft/visualfsharp
dsyme Oct 3, 2017
e29e235
try to fix travis
dsyme Oct 3, 2017
940fcb0
try to fix travis
dsyme Oct 3, 2017
585b9b4
list dependencies
dsyme Oct 3, 2017
20b9173
no obsolete pdb in nuget
dsyme Oct 3, 2017
4723695
list dependencies
dsyme Oct 3, 2017
9a64db8
cherry pick of fsharp/fsharp change
dsyme Oct 4, 2017
4635c8d
Merge branch 'master' of http://github.com/Microsoft/visualfsharp int…
dsyme Oct 4, 2017
7926274
bump FCS version number (#3688)
dsyme Oct 4, 2017
948f7e7
Update FSharp.Compiler.Service.MSBuild.v12.nuspec
dsyme Oct 4, 2017
d94167f
fix FCS nuget on windows
dsyme Oct 4, 2017
83208f8
fix-resource (#3690)
dsyme Oct 4, 2017
d39cba7
Bump FSharp.Compiler.Tools to 4.1.27 and align mono build files (#3693)
dsyme Oct 4, 2017
81d162c
update FCS doc generation (#3694)
dsyme Oct 4, 2017
db2e4e2
update DEVGUIDE to add addiitional steps before running build (#3725)
eriawan Oct 10, 2017
6ecacd7
Split templates out into a seperate vsix (#3720)
KevinRansom Oct 10, 2017
57b2cfe
Merge branch 'vs2017-rtm' into master
KevinRansom Oct 10, 2017
b714ecb
fix merge that picked up the wrong refactoring (#3732)
brettfo Oct 11, 2017
481427f
Don't suggest variables explicitly marked unused (#3706)
drvink Oct 12, 2017
68f4187
Parameterise rc location (#3744)
KevinRansom Oct 13, 2017
503d167
undo #3536 (#3746)
dsyme Oct 13, 2017
8adfa2f
Do not commit autocompletion on bracket or pipe chars (#3718)
cartermp Oct 14, 2017
860c812
Fix completion inside last part of long ident (#3711)
vasily-kirichenko Oct 14, 2017
baf0c53
make SimplifyNameEachItemDelay zero (#3708)
vasily-kirichenko Oct 14, 2017
44e3e0d
Fix IL types constructors nice print (#3754)
vasily-kirichenko Oct 15, 2017
3634f0c
Fix typo in README (#3760)
piperchester Oct 16, 2017
80b8c9e
Add WriteCodeFragment build task (#3702)
brettfo Oct 17, 2017
4029f19
fix IndexOutOfRange exception in advanced completion (#3753)
vasily-kirichenko Oct 17, 2017
72e28fe
Add `IsRelativeNameResolvableFromSymbol` (#3722)
Krzysztof-Cieslak Oct 17, 2017
0095fde
Fix de-duplication of module names in ParseAndCheckFileInProject (FCS…
dsyme Oct 17, 2017
e5762fd
typeof in quotations.fs now respects ByRef types (#3450)
krauthaufen Oct 17, 2017
452f21a
don't display contents of <InternalsVisibleTo> nodes in the solution …
brettfo Oct 18, 2017
b05e17a
Fix editor service sample (#3770)
Krzysztof-Cieslak Oct 18, 2017
064d804
Make "GitHub linguist" happy (#3771)
forki Oct 18, 2017
a0918f2
Activate FCS build on CI (#3769)
forki Oct 20, 2017
bf4d5f7
Merge remote-tracking branch 'upstream/vs2017-rtm' into merge-vs2017-…
brettfo Oct 19, 2017
00ca671
Make the FCS build work (#3781)
forki Oct 20, 2017
129a9b0
Update netci.groovy (#3787)
forki Oct 20, 2017
cb33a22
Merge pull request #3780 from Microsoft/merge-vs2017-rtm-to-master
brettfo Oct 20, 2017
9153474
bump
KevinRansom Oct 20, 2017
cc4b678
Correct groovy file
KevinRansom Oct 21, 2017
f375d8d
don't update project info if the source file collection is empty (#37…
brettfo Oct 21, 2017
2e0af3d
remove duplicate reference to FSharp.Core (#3796)
brettfo Oct 21, 2017
8d5176a
Update netci.groovy (#3800)
forki Oct 23, 2017
28ea9a5
set execute for fcs build.sh (#3801)
forki Oct 23, 2017
28f0262
Update netci.groovy (#3805)
forki Oct 24, 2017
716b8e9
P2p references (#3777)
KevinRansom Oct 24, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
This adds backup, restore, coloration and many more checks to the upd…
…ate-vsintegration.cmd (#3672)

* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd

* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd

* Remove ambiguous an irrelevant instruction, improved help and instructions

* Fix a scenario where the return code wasn't nonzero for error conditions, fixes not creating backup dir when not backing up
  • Loading branch information
abelbraaksma authored and dsyme committed Oct 2, 2017
commit 4a1e31b0c1aa8a7935ba33654adfc154598f88fb
Loading