index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-25
use standard evaluator
Robin Templeton
2
-3
/
+1
2016-03-25
guile-backtrace function
Robin Templeton
1
-2
/
+5
2016-03-25
use guile eval for elisp tree-il
Robin Templeton
3
-9
/
+6
2016-03-25
deprecated eval-when situations
Robin Templeton
1
-3
/
+6
2016-03-25
execute top level require forms
Robin Templeton
1
-0
/
+4
2016-03-25
top level fixes
Robin Templeton
1
-2
/
+2
2016-03-25
only evaluate top-level macro definitions
Robin Templeton
1
-1
/
+2
2016-03-25
degenerate let forms
Robin Templeton
1
-6
/
+8
2016-03-25
eval-when
Robin Templeton
1
-4
/
+41
2016-03-25
fset macro
Robin Templeton
1
-0
/
+12
2016-03-25
use defsubst
Robin Templeton
1
-5
/
+13
2016-03-25
defsubst
Robin Templeton
1
-0
/
+13
2016-03-25
compiler macros
Robin Templeton
2
-0
/
+24
2016-03-25
defconst, defvar: proclaim special at compile-time
Robin Templeton
1
-0
/
+3
2016-03-25
elisp @@ macro
Robin Templeton
1
-0
/
+3
2016-03-25
compile-elisp fn
Robin Templeton
1
-0
/
+5
2016-03-25
fix `nil?' type inference
Robin Templeton
1
-1
/
+0
2016-03-25
fix symbol-function
Robin Templeton
1
-4
/
+4
2016-03-25
restore special operator handling
Robin Templeton
3
-44
/
+7
2016-03-25
define-module for elisp special modules
Robin Templeton
1
-3
/
+3
2016-03-25
constant-interning fix
Robin Templeton
1
-1
/
+2
2016-03-25
defvar affects default value
Robin Templeton
1
-2
/
+5
2016-03-25
symbol default value procedures
Robin Templeton
1
-1
/
+13
2016-03-25
read nil/t as #nil/#t
Robin Templeton
1
-12
/
+18
2016-03-25
elisp updates
Robin Templeton
6
-277
/
+583
2016-03-25
prefer compilers earlier in list
Robin Templeton
1
-2
/
+2
2016-03-25
allow arbitrary constants in cps
Robin Templeton
1
-2
/
+1
2016-03-25
guile-private-ref
BT Templeton
2
-0
/
+8
2016-03-25
check symbols constants uninterned
Robin Templeton
1
-2
/
+2
2016-03-25
intern arbitrary constants
Robin Templeton
4
-10
/
+47
2016-03-14
Fix lower-bound saturation in type inference
Andy Wingo
1
-2
/
+2
2016-02-02
Fix frame-call-representation for change to <binding>.
Andy Wingo
1
-2
/
+2
2016-02-01
Update statprof documentation; deprecate `with-statprof'
Andy Wingo
2
-143
/
+48
2016-02-01
Better call-counting profiles in statprof
Andy Wingo
1
-32
/
+39
2016-01-31
Frame <binding> objects capture frame, can ref value directly
Andy Wingo
2
-30
/
+29
2016-01-31
Remove frame-local-ref, frame-local-set!
Andy Wingo
3
-17
/
+27
2016-01-29
Fix uniform vector compilation to foreign byte orders.
Andy Wingo
1
-19
/
+26
2016-01-29
Fix cross-compilation of immediates to targets with different word sizes
Andy Wingo
1
-32
/
+61
2016-01-17
Fix type inference of integer division
Andy Wingo
1
-7
/
+11
2016-01-11
statprof: Better tree-format profiles
Andy Wingo
1
-19
/
+29
2016-01-11
statprof: Add tree #:display-style.
Andy Wingo
1
-32
/
+119
2016-01-07
web: Be less strict when parsing entity tags.
Andy Wingo
1
-4
/
+9
2016-01-04
Remove unused function in simplify.scm
Andy Wingo
1
-6
/
+0
2016-01-04
Inline some helpers in intset.scm.
Andy Wingo
1
-3
/
+7
2016-01-04
Include missing #:simplify? option in (language cps optimize).
Andy Wingo
1
-0
/
+1
2016-01-03
Better CPS conversion for tests in tests
Andy Wingo
1
-2
/
+9
2016-01-03
Better partial evaluation of tests in tests
Andy Wingo
1
-20
/
+53
2016-01-03
Better folding of branches on $values
Andy Wingo
1
-0
/
+14
2016-01-03
Eta-reduce branches
Andy Wingo
1
-26
/
+39
2015-12-30
Fix module for reification of srfi-4 primitives
Andy Wingo
1
-0
/
+7
[next]