2019-08-19 |
Jay Krell | [interp] Inline MINT_NEWOBJ_VTST_FAST (#16314)
|
commit | commitdiff | tree |
2019-08-19 |
Martin Baulig | Add missing `Dispose()` call on error in `MonoTlsStream...
|
commit | commitdiff | tree |
2019-08-19 |
Vincent Povirk | eglib: Remove broken executable test on Windows. (...
|
commit | commitdiff | tree |
2019-08-19 |
Jan Kotas | Fix CoreRT build breaks
|
commit | commitdiff | tree |
2019-08-19 |
Stephen Toub | Remove useless GetLongPathNameW call (dotnet/coreclr...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Remove InterpFrame.locals, replace with reasonably...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Outline ves_array_element_address to save...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | Reduce size of internal MonoErrors by 3 pointers, while...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Replace frame.args with frame.stack, the same...
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Fix more MonoError reuse. (#16262)
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | Retain thread names as UTF8 instead of only UTF16....
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Outline newobj and newobj_vt. (#16267)
|
commit | commitdiff | tree |
2019-08-15 |
Egor Bogatov | [netcore] Mark "Run Tests" step as failed if there...
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | Reduce redundant setting of thread name. (#16253)
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] [wasm] p vs. o on newobj (#16264)
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Fix some, not all, of the error management...
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Short-circuit MINT_STELEM_REF on NULL. (#16229)
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Compute locals later to reduce register/stack...
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Split leave into pieces, partially outlined...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | Remove ampersand from cfg->error per old agreement...
|
commit | commitdiff | tree |
2019-08-14 |
Martin Baulig | X509CertificateImplBtls.PrivateKey should allow to...
|
commit | commitdiff | tree |
2019-08-14 |
Aleksey Kliger ... | (mono.1) Update the MONO_THREADS_SUSPEND description...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | [interp] Reduce frame size by partially outlining load...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | Make small_id_mutex not recursive. (#15485)
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | Use ERROR_DECL. (#16220)
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | [interp] Remove address-taking of vt_sp. (#16215)
|
commit | commitdiff | tree |
2019-08-14 |
Zoltan Varga | [wasm] Disable running xunit test suites on wasm, its...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | [interp] Outline `mono_interp_calli_nat_dynamic_pinvoke...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | Completely replace mono_error_ok with is_ok and make...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | Skip degenerate qsort: num < 2, size == 0, base ==...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | Fix warning LNK4221 warning in assembly-load-context...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | [interp] Outline `get_virtual_method_fast` to save...
|
commit | commitdiff | tree |
2019-08-14 |
Jay Krell | [interp] Outline `set_resume_state` to conserve stack...
|
commit | commitdiff | tree |
2019-08-13 |
Jay Krell | [interp] Replace `mono_error_ok` with `is_ok`. (#16193)
|
commit | commitdiff | tree |
2019-08-13 |
Alexander Köplinger | [pkg] Bump libgdiplus to 6.0.2
|
commit | commitdiff | tree |
2019-08-12 |
Ankit Jain | [msbuild] Bump to track xplat-master and update roslyn...
|
commit | commitdiff | tree |
2019-08-12 |
UnknownShadow200 | [WinForms] Fix NotifyIcon not showing in systray on...
|
commit | commitdiff | tree |
2019-08-12 |
Nikolay Sivov | [mono] Fix some compiler warnings (#16159)
|
commit | commitdiff | tree |
2019-08-12 |
Nikolay Sivov | [System.Drawing] Use CoreFX implementation of BufferedGraphi...
|
commit | commitdiff | tree |
2019-08-12 |
Jay Krell | [remoting+interp] [remoting+debugger] Fix use of dangling...
|
commit | commitdiff | tree |
2019-08-12 |
Jay Krell | [interp] Remove unnecessary loops, that optimizer might...
|
commit | commitdiff | tree |
2019-08-12 |
Vincent Povirk | [w32process-win32] Don't duplicate CreateProcess search...
|
commit | commitdiff | tree |
2019-08-10 |
Alexander Köplinger | Bump corefx to fix build break
|
commit | commitdiff | tree |
2019-08-10 |
Alexander Köplinger | Bump corefx to get https://github.com/mono/corefx/pull/327
|
commit | commitdiff | tree |
2019-08-10 |
Nikita Voronchev | [System.Drawing.Design] Allow `context` be a null in...
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | Bump eng/Versions.props again
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | Add mono-hang-watchdog.in to tarball
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix FxCop warning CA1823 (unused fields)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix FxCop warning CA2229 (private deserialization ctor)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix FxCop warning CA1825 (Array.Empty)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warning SA1620 (generic XML comment ordering)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warning SA1617 (void return XML comment)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warning SA1113 (comma position for parameters)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warning SA1206 (modifer ordering)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warning SA1121 (use built-in types)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warning SA1200 (cref prefixes)
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix StyleCop warnings SA1028 and SA1518 (trailing whitespace...
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Fix FxCop warning CA1018 (attributes should have AttributeUsage)
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | Bump corefx to get https://github.com/mono/corefx/pull/323
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Remove ILDISASM variable from platform Makefiles
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Remove PLATFORM_CORLIB from platform Makefiles
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Remove MBAS from the platform Makefiles
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Remove EXTERNAL_MCS setting in platform Makefiles
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Remove confusing commented out code
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Remove PLATFORM_MAKE_CORLIB_CMP
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [build] Replace PLATFORM_ ifdefs with HOST_PLATFORM...
|
commit | commitdiff | tree |
2019-08-09 |
Alexander Köplinger | [tools] Add .gitignore for mono-hang-watchdog
|
commit | commitdiff | tree |
2019-08-09 |
Stephen Toub | Move CodeAnalysis.ruleset to shared (dotnet/corefx...
|
commit | commitdiff | tree |
2019-08-08 |
Alexander Köplinger | [ci] Trigger PR builds for netcore only on master branch
|
commit | commitdiff | tree |
2019-08-08 |
Alexander Köplinger | Bump corefx so it points to correct branch
|
commit | commitdiff | tree |
2019-08-08 |
Steve Pfister | Fixed RuntimeType.GetConstructorCandidates("") to return...
|
commit | commitdiff | tree |
2019-08-07 |
Sylvain | Memcpy instead of memcpy1 in System.Buffer.MemoryCopy...
|
commit | commitdiff | tree |
2019-08-07 |
Radek Doulik | [aotprof-tool] Initial import of AOT profiler tool...
|
commit | commitdiff | tree |
2019-08-07 |
Alexander Köplinger | [utils] Move MAP_ANONYMOUS check after sys/mman.h import
|
commit | commitdiff | tree |
2019-08-07 |
Nikolay Sivov | [trace] Improve enter/leave output formatting (#16036)
|
commit | commitdiff | tree |
2019-08-07 |
Nikolay Sivov | [win32] Fix some compilation warnings (#15956)
|
commit | commitdiff | tree |
2019-08-07 |
iamphi | Fix compilation on OSX 10.9 (#14411)
|
commit | commitdiff | tree |
2019-08-07 |
Alex Thibodeau | Swap bytes for tcp port number because windows API...
|
commit | commitdiff | tree |
2019-08-06 |
coypoop | Update NetBSD support (#15938)
|
commit | commitdiff | tree |
2019-08-06 |
Egor Bogatov | DeflateStream: check IsInvalid before disposing (#16048)
|
commit | commitdiff | tree |
2019-08-06 |
Ryan Lucia | [netcore] Make the load hook ALC-aware (#16012)
|
commit | commitdiff | tree |
2019-08-06 |
Jay Krell | UWP now allows LoadLibrary. (#16015)
|
commit | commitdiff | tree |
2019-08-06 |
Martin Baulig | `SocketAsyncEventArgs` cleanups and preparations for...
|
commit | commitdiff | tree |
2019-08-05 |
Alexander Köplinger | [ci] Disable 32bit llvm sdks build
|
commit | commitdiff | tree |
2019-08-05 |
Egor Bogatov | Add finalizer to DeflateStream (#15879)
|
commit | commitdiff | tree |
2019-08-02 |
Jo Shields | Bump libgdiplus to new release (#15996)
|
commit | commitdiff | tree |
2019-08-02 |
Calvin Buckley | Don't use clock_nanosleep on PASE (#15988)
|
commit | commitdiff | tree |
2019-08-02 |
Alexander Köplinger | [ci] Remove the downloaded pr-files.txt
|
commit | commitdiff | tree |
2019-08-02 |
Zoltan Varga | [ci] Skip lanes on ppc/wasm changes. (#15995)
|
commit | commitdiff | tree |
2019-08-02 |
Thays Grazia | [Debugger] Fixing test with mcs (#15985)
|
commit | commitdiff | tree |
2019-08-02 |
Alexander Köplinger | [ci] Set apidiff/csprojdiff statuses even when we're...
|
commit | commitdiff | tree |
2019-08-02 |
Zoltan Varga | [ci] Skip jenkins lanes for PRs which only contain...
|
commit | commitdiff | tree |
2019-08-02 |
Egor Bogatov | [netcore] Use mono-netcore to run real world apps using...
|
commit | commitdiff | tree |
2019-08-02 |
Thays Grazia | [debugger] Invoke method with fixed size array as an...
|
commit | commitdiff | tree |
2019-08-01 |
Phil Jaenke | Fix patch step in mdoc tests for non-Linux (#15974)
|
commit | commitdiff | tree |
2019-08-01 |
Jay Krell | Bump monolite version. (#15969)
|
commit | commitdiff | tree |
2019-08-01 |
Maxim Lipnin | Bump corefx (#15932)
|
commit | commitdiff | tree |
2019-08-01 |
Filip Navara | [System.Drawing] Fix comparison in MeasureString_Wrapping_Do...
|
commit | commitdiff | tree |
2019-08-01 |
Jay Krell | Support proper Windows kernel Unicode thread names...
|
commit | commitdiff | tree |
2019-08-01 |
Zoltan Varga | [wasm] Add normal GC support. (#15577)
|
commit | commitdiff | tree |