Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel.QueryNodes / QueryWhereNode.cs
2013-02-11 Rodrigo KumperaSince MOBILE implies NET_4_* now, take this into accoun...
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-06 Miguel de IcazaBring Parallel LINQ to the Mobile profile
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-19 Jeremie Laval[System.Core] cache array comparison predicate
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Jérémie Laval[PLinq] Cleanup and prettify code from earlier commit
2010-11-24 Jérémie Laval[PLinq] Improve Where query node speed by avoiding...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Jérémie Laval[PLinq] Add Cancellation checks even deeper. Introduce...
2010-08-19 Jérémie Laval[PLinq] Replace calls to ToArray by ToList in query...
2010-08-18 Jérémie Laval[PLinq] Reflect directory hierarchy change on namespace...
2010-08-17 Jérémie Laval[PLinq] Move NET_4_0 define check under licence text
2010-08-17 Jérémie Laval[PLinq] Tidy up file hierarchy in System.Linq