-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ef91678bb9a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 731e9c097c9b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
9
contributors
Commits on Dec 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 68c0098 - Browse repository at this point
Copy the full SHA 68c0098View commit details
Commits on Dec 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4313e86 - Browse repository at this point
Copy the full SHA 4313e86View commit details
Commits on Dec 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 12cc7f2 - Browse repository at this point
Copy the full SHA 12cc7f2View commit details
Commits on Dec 29, 2017
-
Update gitignore template (#5480)
* Fix docs directory in gitignore.ecr (renamed in #4937)
Configuration menu - View commit details
-
Copy full SHA for 4f56a57 - Browse repository at this point
Copy the full SHA 4f56a57View commit details
Commits on Jan 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d3fed8b - Browse repository at this point
Copy the full SHA d3fed8bView commit details
Commits on Jan 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1680dd - Browse repository at this point
Copy the full SHA e1680ddView commit details
Commits on Jan 10, 2018
-
Fix: decode DWARF line sequences with single program entry (#5565)
Debug::DWARF::LineNumbers would skip the program statement when it contained a single entry, because of a wrong assumption of the sequence unit_length entry, which doesn't account for the unit length space in the standard, and was overlooked in checking whether the sequence had any program statement, or not.
Configuration menu - View commit details
-
Copy full SHA for 5eecd57 - Browse repository at this point
Copy the full SHA 5eecd57View commit details
Commits on Jan 23, 2018
-
Add ASTNode#single_expression and refactor with using it (#5513)
Configuration menu - View commit details
-
Copy full SHA for 0ebc173 - Browse repository at this point
Copy the full SHA 0ebc173View commit details
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b793876 - Browse repository at this point
Copy the full SHA b793876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f05801 - Browse repository at this point
Copy the full SHA 7f05801View commit details -
Bug: default_verify_param are inverted in SSL::Context::Client and SS…
…L::Context::Server Fixes #5266 x509 certificates have a purpose associated to them. Clients should verify that the server's certificate is intended to be used in a server, and servers should check the client's certificate is intended to be used for clients. Crystal was mistakingly checking those mixed up. See https://wiki.openssl.org/index.php?title=Manual:X509(1)&oldid=1797#CERTIFICATE_EXTENSIONS See https://tools.ietf.org/html/rfc5280#section-4.2.1.3
Configuration menu - View commit details
-
Copy full SHA for 558a32a - Browse repository at this point
Copy the full SHA 558a32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1445529 - Browse repository at this point
Copy the full SHA 1445529View commit details
Commits on Jan 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8e621ad - Browse repository at this point
Copy the full SHA 8e621adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6418ee4 - Browse repository at this point
Copy the full SHA 6418ee4View commit details -
Enable ipv6 for docker in linux build
Move setup from .travis.yml to /bin/ci
Configuration menu - View commit details
-
Copy full SHA for 6b655af - Browse repository at this point
Copy the full SHA 6b655afView commit details -
Configuration menu - View commit details
-
Copy full SHA for d08d7c9 - Browse repository at this point
Copy the full SHA d08d7c9View commit details -
Add branch and tag filter to ci
Build master, release and ci branches Build tags
Configuration menu - View commit details
-
Copy full SHA for 1a1124b - Browse repository at this point
Copy the full SHA 1a1124bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9538efb - Browse repository at this point
Copy the full SHA 9538efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c06ff9 - Browse repository at this point
Copy the full SHA 5c06ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc9f79 - Browse repository at this point
Copy the full SHA bfc9f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d895f - Browse repository at this point
Copy the full SHA 85d895fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdf9c1 - Browse repository at this point
Copy the full SHA ccdf9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ed534 - Browse repository at this point
Copy the full SHA a4ed534View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d5e952f - Browse repository at this point
Copy the full SHA d5e952fView commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 80a1c4a - Browse repository at this point
Copy the full SHA 80a1c4aView commit details
Commits on Feb 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e3c3f7f - Browse repository at this point
Copy the full SHA e3c3f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66600d6 - Browse repository at this point
Copy the full SHA 66600d6View commit details
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 19981d3 - Browse repository at this point
Copy the full SHA 19981d3View commit details
Commits on Mar 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4cf8a7c - Browse repository at this point
Copy the full SHA 4cf8a7cView commit details
Commits on Mar 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 91cd833 - Browse repository at this point
Copy the full SHA 91cd833View commit details -
run dist only after test on all platforms run. split workflows for: 1. test all platforms 2. tagged releases 3. nightly releases 4. maintenance releases (specific branch build per commit)
Configuration menu - View commit details
-
Copy full SHA for f0e2be1 - Browse repository at this point
Copy the full SHA f0e2be1View commit details
Commits on Mar 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 601d3c9 - Browse repository at this point
Copy the full SHA 601d3c9View commit details -
Remove package iteration args Tidy up dist_docker args
Configuration menu - View commit details
-
Copy full SHA for 3533460 - Browse repository at this point
Copy the full SHA 3533460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04755f9 - Browse repository at this point
Copy the full SHA 04755f9View commit details
Commits on Mar 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ad85aa - Browse repository at this point
Copy the full SHA 3ad85aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd3a87 - Browse repository at this point
Copy the full SHA 2dd3a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161bea6 - Browse repository at this point
Copy the full SHA 161bea6View commit details
Commits on Mar 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4f9ed8d - Browse repository at this point
Copy the full SHA 4f9ed8dView commit details
Commits on Mar 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 731e9c0 - Browse repository at this point
Copy the full SHA 731e9c0View commit details
There are no files selected for viewing
This file was deleted.