Skip to content
Permalink

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: videlalvaro/clochure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: clojure-1.5.0-RC4
Choose a base ref
...
head repository: videlalvaro/clochure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: clojure-1.5.0-RC5
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 29, 2013

  1. [maven-release-plugin] prepare for next development iteration

    Hudson @ build.clojure.org committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    cd01820 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. Restore {:as x} destructuring for empty lists [CLJ-1140]

    Signed-off-by: Rich Hickey <[email protected]>
    tobias authored and richhickey committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    cdc037d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2013

  1. split off arbitrary eval parts of #= and flip default for *read-eval*…

    … to false. N.B. this does not disable #=, only arbitrary eval using #=.
    richhickey committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    974a64c View commit details
    Browse the repository at this point in the history
  2. Make some PersistentVector's and APersistentVector.SubVector's intern…

    …als public
    
    This commit makes public the following items:
    
     * PersistentVector.Node,
     * PersistentVector.Node binary ctor,
     * PersistentVector.Node's edit and array fields,
     * PersistentVector.EMPTY_NODE,
     * PersistentVector's shift, root and tail fields,
     * APersistentVector.SubVector's v, start and end fields.
    
    Signed-off-by: Rich Hickey <[email protected]>
    michalmarczyk authored and richhickey committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    1428d43 View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release clojure-1.5.0-RC5

    Hudson @ build.clojure.org committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    389d25f View commit details
    Browse the repository at this point in the history
Loading