https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
06ec2ab blublublublu 30 June 2015, 22:27:00 UTC
a5241a0 uh 30 June 2015, 18:40:27 UTC
268eeb1 test 30 June 2015, 18:06:08 UTC
8a49356 Merge pull request #11939 from JuliaLang/anj/sendmsg Avoid that type inference runs each time a message is sent by wrapping args in a Vector 30 June 2015, 12:53:03 UTC
147fa0b Merge pull request #11901 from JuliaLang/jmw/nullablebits Avoid branch in get(Nullable, default_value) 29 June 2015, 20:31:36 UTC
c70368e Avoid that type inference runs each time a message is sent by wrapping args in a Vector 29 June 2015, 20:29:47 UTC
89fbb19 Merge pull request #11924 from ninjin/nin/pad Fix for l/rpad with > 1 length padding string 29 June 2015, 19:21:26 UTC
1544e4e Merge pull request #11929 from waldyrious/patch-1 Fix typo & attempt at more explicit comment 29 June 2015, 15:30:43 UTC
fe4e552 Fix typo in sparse matmul method and test it. 29 June 2015, 15:00:25 UTC
9a4a607 Fix typo & attempt at more explicit comment Originally commented here: https://github.com/JuliaLang/julia/pull/11922#discussion_r33428187 29 June 2015, 12:14:33 UTC
dcc4596 Merge pull request #11926 from JuliaLang/omm/doc-revert Revert manual conversion 29 June 2015, 04:36:16 UTC
8c5bc10 Revert "Merge pull request #11906 from JuliaLang/sk/new-doc-city" This reverts commit bebae84a43bb65e097416c4fc46e2a0706fbb37b, reversing changes made to 070d3565e450c5a5b752be80540565efcce75006. 29 June 2015, 03:38:34 UTC
3f0fdb1 Revert "Define MS_ASYNC and similar constants on Windows too" This reverts commit fb109275c49c21e96f2d37563bc90004bd2428d1. 29 June 2015, 03:38:07 UTC
dbb539f Revert "quote tables as code for now" This reverts commit da8cd21f78413d0d909c6ffca4f2395c973e7648. 29 June 2015, 03:34:22 UTC
0095df1 Revert "regenerate the manual" This reverts commit a6427bc37d79a20204317d30451f9eba96156b36. 29 June 2015, 03:33:37 UTC
5444813 Merge pull request #11922 from JuliaLang/sk/irrational rename: MathConst => Irrational 29 June 2015, 02:04:10 UTC
05fb251 Fix for l/rpad with > 1 length padding string Also, tests for #11885. 29 June 2015, 01:03:22 UTC
3ebabb4 rename: MathConst => Irrational 28 June 2015, 21:50:22 UTC
1823f8e add line numbers to default constructors 28 June 2015, 21:10:04 UTC
f7a4aa3 reserve default field value syntax ref #10146, #11536 28 June 2015, 20:25:47 UTC
995772c Add a more deterministic test for buffer overflow from #11917 28 June 2015, 19:41:03 UTC
7644455 Merge pull request #11918 from MichaelHatherly/mh/funcdoc-objectiddict Use ObjectIdDict for Method storage. 28 June 2015, 19:38:41 UTC
73a3217 Merge pull request #11897 from JuliaLang/kf/exportagain Adjust export of LLVM state 28 June 2015, 19:15:49 UTC
7c65815 Hopefully fix #11917 28 June 2015, 19:05:05 UTC
182066d Restrict signature of Symmetric/Hermitian multiplication methods calling BLAS. 28 June 2015, 18:54:40 UTC
9b45970 Use ObjectIdDict for Method storage. 28 June 2015, 18:36:45 UTC
34ec37d fix #11876 don't print an extra newline to stdout when exiting with an error when we quit on EPIPE this caused us to throw another error 28 June 2015, 17:28:18 UTC
a6427bc regenerate the manual 28 June 2015, 16:07:54 UTC
da8cd21 quote tables as code for now we can translate these fairly easily later 28 June 2015, 16:07:38 UTC
fb10927 Define MS_ASYNC and similar constants on Windows too Otherwise the new base/docs/helpdb.jl cannot be built on Windows This may not be the right fix, but it should work as a temporary fix. Ref https://groups.google.com/forum/#!topic/julia-dev/OMi7TsNuQNg for those of us who weren't in the same room while the new system was put in place. 28 June 2015, 11:49:10 UTC
f3266ba Merge pull request #11898 from malmaud/fast_replace Speed up replace 28 June 2015, 06:53:02 UTC
bebae84 Merge pull request #11906 from JuliaLang/sk/new-doc-city new doc city 28 June 2015, 05:38:57 UTC
f7f82f6 new doc city: remove traces of the old helpdb.jl 28 June 2015, 05:32:34 UTC
070d356 Merge pull request #11905 from JuliaLang/kf/codegenbugs Fix #11904 and also fix #11874 28 June 2015, 05:32:22 UTC
4f4e2f9 new doc city: script to gen manual/stdlib docs from new helpdb.jl The next piece of the doc up date is a script that uses help info picked up from base/docs/helpdb.jl while building julia, to make a new standard library. Currently, we merge the docs for all methods into a single blob which gets included at every point where *any* method of the function was documented previously. This is a bit confusing but isn't the end of the world while we migrate to a new way of generating our manual. The script can be run as: julia doc/genstdlib.jl From this, you can do make -C doc helpdb.jl This regenerates the old help index from the new generated manual, allowing you to compare them. The diff is essentially all additions so we didn't delete any essential documentation. 28 June 2015, 05:18:58 UTC
e943818 new doc city: script to generate new helpdb.jl (md) from old (rst) Current doc generation process generates a ReStructured text format helpdb.jl file that is loaded when building Julia. The new doc system will grab docstrings while building Julia and use those to generate parts of the manual -- currently in ReStructured text, but in the future in Markdown format. As a step towards that, this script generates the new Markdown index from the old ReStructured text index. You can run it as: julia doc/newdoc.jl julia doc/markdown.jl mv base/docs/helpdb{2,}.jl julia doc/coalesce.jl 28 June 2015, 05:17:54 UTC
042f937 Merge pull request #11907 from JuliaLang/kf/pipeserverfree Remove superfluous free in PipeServer 28 June 2015, 05:17:49 UTC
f33a00a Remove superfluous free in PipeServer 28 June 2015, 05:10:56 UTC
55b3b51 Markdown: add an ReStructured text rendering backend 28 June 2015, 05:10:35 UTC
9abe7fe Fix #11904 and also fix #11874 When in branches that type inference knows are dead, type information can be inaccurate and codegen basically just needs to bail out as fast as possible. 28 June 2015, 04:51:33 UTC
1685834 Merge pull request #11833 from JuliaLang/mb/to_index Ensure n-ary to_index inlines 28 June 2015, 03:40:35 UTC
2f59702 Merge pull request #11903 from JuliaLang/jq/genericstirng Excise GenericString 28 June 2015, 03:25:02 UTC
d2cc359 Merge branch 'master' of github.com:JuliaLang/julia 28 June 2015, 03:17:51 UTC
cb2dbda add line numbers to auto-generated `eval` functions in modules 28 June 2015, 03:17:27 UTC
9579c1e Merge pull request #11900 from JuliaLang/kf/forceelf Reset module triple and data layout before emitting an object file 28 June 2015, 03:15:20 UTC
a430892 fix #11894 - make module expression return the module - error for module not at top level scope - fix lowering of module expressions in value position 28 June 2015, 02:35:19 UTC
2a0b234 Excise GenericString [ci skip] 28 June 2015, 02:27:17 UTC
9e23721 Merge pull request #11528 from JuliaLang/ob/stagedln Splice line node into staged function result tree 28 June 2015, 01:50:51 UTC
256e699 Merge branch 'master' of github.com:JuliaLang/julia 28 June 2015, 01:22:42 UTC
59f5e65 update helpdb.jl 28 June 2015, 01:22:32 UTC
d5177e2 Merge pull request #11883 from JuliaLang/yyc/method_def_copy Do not mutate the argument in jl_method_def 28 June 2015, 01:18:58 UTC
2131ec0 Avoid branch in get(Nullable, default) 28 June 2015, 00:46:17 UTC
78072a9 Do not mutate the argument in jl_method_def. Fix #11858 27 June 2015, 22:30:18 UTC
4f642da Reset module triple and data layout before emitting an object file 27 June 2015, 22:08:11 UTC
b2e69d0 Fix win+llvm-svn build, re-enable ELF 27 June 2015, 21:43:03 UTC
acb8d20 Speed up replace 27 June 2015, 21:38:39 UTC
db0babe Merge pull request #11896 from JuliaLang/kf/keep Add a missing instance of KEEP_BODIES 27 June 2015, 20:41:53 UTC
1bd5d80 Deprecate to_index(::Tuple) While this was an internal function, it was used in at least a few other packages. It is easy to deprecate, so we may as well do so. 27 June 2015, 20:14:13 UTC
1220d65 Simplify getindex and setindex! for Array 27 June 2015, 20:14:13 UTC
a296bfc Adjust export of LLVM state - Prefix llvm_to_jl_value - Export createSimdLoopPass 27 June 2015, 19:05:32 UTC
492ced6 Add a missing instance of KEEP_BODIES 27 June 2015, 18:50:33 UTC
a1c932a Merge pull request #11892 from JuliaLang/yyc/set-rehash Fix Set rehash! test 27 June 2015, 18:25:26 UTC
ed5b843 fix module docs 27 June 2015, 18:16:32 UTC
482cf41 Fix logic mistake in LLVM37 emit_f_is branch Gives a verifier failure otherwise. 27 June 2015, 18:10:59 UTC
7f54c37 Merge pull request #11870 from JuliaLang/kf/export DLLEXPORT more llvm state 27 June 2015, 18:08:38 UTC
9fd1749 Merge pull request #11893 from JuliaLang/type-docs Type docs 27 June 2015, 17:18:38 UTC
3a4d466 Ensure to_index inlines by separating the n-ary version This separates the n-ary version of to_index to to_indexes. Recursive definitions with tuples don't inline like recursive splatted arguments. 27 June 2015, 15:30:18 UTC
937894c llvm API updates for Windows-only sections refs: https://github.com/JuliaLang/julia/commit/23d108c8868d72e8d2e97dac424e37ff8b514909 and https://github.com/llvm-mirror/llvm/commit/821b06f3a88085a4aefa205e83451bdf718bfe4a 27 June 2015, 15:25:23 UTC
425ad1b Fix Set rehash! test 27 June 2015, 15:02:12 UTC
901fa3e fix for typed fields 27 June 2015, 14:43:14 UTC
f293541 generic func / method doc improvements 27 June 2015, 13:30:48 UTC
bf8ed91 type doc patches 27 June 2015, 13:30:03 UTC
f36ccf0 Merge pull request #11887 from JuliaLang/anj/sparse Fix #11109. Fix sparse matrix-matrix multiplication. 27 June 2015, 13:11:37 UTC
d914fb3 Fix #11109. Fix sparse matrix-matrix multiplication. Remove *(AbstractVector, SparseMatrixCSC) 27 June 2015, 05:16:21 UTC
7b0f93a Merge pull request #11889 from KristofferC/kc/rdiv_trig Fix bug in rdiv for triangular matrices and add tests 27 June 2015, 05:04:05 UTC
bf8b5f9 Fix bug in rdiv for triangular matrices and add tests 27 June 2015, 03:18:52 UTC
e103701 get fieldname docs working 26 June 2015, 21:57:55 UTC
36f0973 fix typo in 4f4938e066cc995f70bec801a3073e3d0277abe5 26 June 2015, 21:21:45 UTC
4a27d73 get type docs (methods/fields) working 26 June 2015, 20:53:33 UTC
2b07246 Merge pull request #11880 from malmaud/mapslices_sig Ducktype function argument of mapslices 26 June 2015, 20:21:08 UTC
4f4938e triple quoted strings: don't dedent interpolates Before: julia> s = """ $("\n ") """ "\n\n" After: julia> s = """ $("\n ") """ "\n \n" Plus some minor cleanup of 333bb876d. 26 June 2015, 20:01:43 UTC
0e27875 Merge pull request #11861 from waTeim/waT/jconfigfix Support loss of .ji in lib 26 June 2015, 19:24:10 UTC
56dfd01 Merge pull request #11795 from Ismael-VC/sets-coverage Sets coverage. 26 June 2015, 19:19:18 UTC
1b12faf Revert "regex v dates: comment date tests failing due to defining regex ==" This reverts commit d28fc3ebb4643f6d147aa3eb0a7a692a161a3786. 26 June 2015, 18:05:05 UTC
ef0b895 Merge pull request #11882 from omus/patch-3 Fixed example of escaping a double quote. 26 June 2015, 17:37:58 UTC
f4c3d03 Fixed example of escaping a double quote. 26 June 2015, 17:29:02 UTC
195961c Merge pull request #11863 from JuliaLang/ksh/linalgtests More tests for Diagonal and Givens, bugfix for Givens 26 June 2015, 15:28:48 UTC
e45be96 Ducktype function argument of mapslices 26 June 2015, 15:24:09 UTC
a540255 Better imagePath comparison 26 June 2015, 14:39:03 UTC
412918a Merge pull request #11844 from tanmaykm/regexfix fix regex serialization 26 June 2015, 03:54:52 UTC
68ffe11 Merge pull request #11865 from JuliaLang/sk/regexfix-v-dates regexfix v dates 26 June 2015, 03:52:58 UTC
be131b9 Merge pull request #11854 from JuliaLang/sf/whereforeartthoujulia Allow sys.ji to not exist during `make install` 26 June 2015, 03:32:34 UTC
f1384b6 DLLEXPORT more llvm state This is extremely useful when debugging LLVM state live from the process. 25 June 2015, 23:16:38 UTC
08fdb0a Merge pull request #11868 from Wilfred/emacs-23.3-error Fix Emacs 23 error. 25 June 2015, 22:51:34 UTC
21931ef Fix Emacs 23 error. This constant is only used in Emacs 24+, and `syntax-propertize-rules` is not defined in Emacs 23. 25 June 2015, 22:44:35 UTC
124f496 fix regex serialization also: - add regex comparison method and serialization test - define hash for regex - fix date parsing 25 June 2015, 21:55:04 UTC
d28fc3e regex v dates: comment date tests failing due to defining regex == These should be fixed but that shouldn't hold up an unrelated fix. 25 June 2015, 21:15:24 UTC
c258b4c triple_quoted_string and single_quoted_string were removed in 333bb876d 25 June 2015, 20:49:34 UTC
e61f4dd define hash for regex 25 June 2015, 20:40:45 UTC
4ae258b Merge pull request #11826 from JuliaLang/anj/logabsdet Fix #3070. Rename logdet2 to logabsdet + export and tests. 25 June 2015, 20:37:50 UTC
back to top