index
:
delta/erlang.git
HansN-patch-1
HansN/common_test/rephrase_ct_prop_test_doc
IngelaAndin-httpc-typo
KennethL-patch-1
KennethL/erl_docgen/erlref_update
baserock/morph
baserock/ps/proto-web-system
baserock/ps/try-erlang
bjorn/contributing
bjorn/contributing-1
bjorn/work
bmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654
dgud-string-depr
dgud/stdlib/gen-async-call
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
kenneth/asn1_paramtype/OTP-17227
klarna/mnesia_ext
kuba/ssl/doc_typeos_using_ssl
lukas/erts/win32-read_file_info-links
lukas/kernel/docs-assert
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-23
maint-24
maint-25
maint-26
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
master-pu
meta
pu
sverker-erts-alloc-doc-fix
sverker-ets-doc-1
sverker-ets-patch-1
sverker/doc-fix-billion
sverker/enif_open_resource_type-doc
github.com: erlang/otp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bjorn/compiler/coverage-and-minor-fixes/OTP-9982' into maint
Björn Gustavsson
2012-03-14
9
-328
/
+264
|
\
|
*
v3_life: Use common code for guards and bodies
Björn Gustavsson
2012-03-14
1
-62
/
+34
|
*
v3_core: Don't put negative line numbers in annotations
Björn Gustavsson
2012-03-14
4
-30
/
+31
|
*
v3_kernel: Dig out the line number only when generating a warning
Björn Gustavsson
2012-03-14
1
-8
/
+8
|
*
v3_kernel: Clean up handling of guards
Björn Gustavsson
2012-03-14
1
-83
/
+34
|
*
v3_kernel: Introduce is_in_guard/1
Björn Gustavsson
2012-01-11
1
-4
/
+11
|
*
v3_kernel: Removed unreached clause for #k_bin_int{} in sub_size_var/1
Björn Gustavsson
2012-01-11
1
-3
/
+0
|
*
v3_kernel: Remove unreached handling of #k_bin_int{} in arg_con/1
Björn Gustavsson
2012-01-11
1
-1
/
+0
|
*
v3_codegen: Eliminate the special case of 'put' without destination
Björn Gustavsson
2012-01-11
2
-18
/
+12
|
*
v3_kernel: Don't attempt to share identical literals
Björn Gustavsson
2012-01-11
1
-50
/
+15
|
*
v3_kernel: Handle sequences in guards
Björn Gustavsson
2012-01-11
3
-5
/
+73
|
*
v3_kernel: Remove clauses that are never executed in arg_val/1
Björn Gustavsson
2012-01-11
1
-7
/
+1
|
*
v3_kernel.hrl: Remove unused record #k_string{}
Björn Gustavsson
2012-01-11
3
-4
/
+0
|
*
v3_kernel.erl: Remove unused define of EXPENSIVE_BINARY_LIMIT
Björn Gustavsson
2012-01-11
1
-2
/
+0
|
*
sys_core_fold: Refactor previous_ctx_to_binary/2 to cover it completely
Björn Gustavsson
2012-01-11
1
-6
/
+6
|
*
sys_core_fold: Fix opt_guard_try/1
Björn Gustavsson
2012-01-11
2
-8
/
+37
|
*
sys_core_fold: Simplify opt_bool_not() to cover it completely
Björn Gustavsson
2012-01-11
1
-18
/
+8
|
*
sys_core_fold: Remove duplicate optimization
Björn Gustavsson
2012-01-11
1
-26
/
+1
*
|
Merge branch 'ks/compile_info-fix' into maint
Gustav Simonsson
2012-02-21
2
-6
/
+10
|
\
\
|
*
|
Fix discrepancy in compile_info
Kostis Sagonas
2012-02-20
2
-6
/
+10
*
|
|
Merge branch 'bjorn/compiler/inline-and-on_load/OTP-9910' into maint
Björn Gustavsson
2012-02-16
3
-1
/
+47
|
\
\
\
|
*
|
|
compiler: Teach the inliner to preserve on_load functions
Björn Gustavsson
2012-02-13
3
-1
/
+47
|
|
/
/
*
|
|
Fix typo in `compile' doc: unmatched parenthesis
Ricardo Catalinas Jiménez
2012-02-04
1
-1
/
+1
|
/
/
*
|
compile_SUITE: Eliminate race condition
Björn Gustavsson
2012-01-25
1
-3
/
+3
*
|
compiler: Correct live calculation when get/1 is used in try...catch
Björn Gustavsson
2012-01-18
2
-4
/
+25
|
/
*
compile_SUITE: Add test of 'sys_pre_attributes'
Björn Gustavsson
2012-01-11
2
-2
/
+58
*
Correct syntax in compiler.cover
Björn Gustavsson
2012-01-05
1
-1
/
+1
*
Cover v3_kernel:get_line/1
Björn Gustavsson
2012-01-04
2
-2
/
+52
*
core_SUITE: Cover the nomatch_shadow warning in v3_kernel
Björn Gustavsson
2012-01-04
2
-2
/
+31
*
core_SUITE: Cover v3_kernel:build_match/2
Björn Gustavsson
2012-01-04
2
-16
/
+37
*
bs_match_SUITE: Add a test case to cover bsm_ensure_no_partition_2/5
Björn Gustavsson
2012-01-04
2
-3
/
+10
*
core_fold_SUITE: Cover sys_core_fold:is_safe_bool_expr_1/3
Björn Gustavsson
2012-01-04
1
-0
/
+14
*
core_SUITE: Cover sys_core_fold:eval_is_boolean/2
Björn Gustavsson
2012-01-04
2
-2
/
+26
*
core_SUITE: Cover sys_core_fold:make_effect_seq/2
Björn Gustavsson
2012-01-04
2
-2
/
+55
*
beam_validator_SUITE:beam_files/1: Validate modules in parallel
Björn Gustavsson
2012-01-04
1
-15
/
+12
*
compilation_SUITE: Compile compiler modules in parallel
Björn Gustavsson
2012-01-04
1
-3
/
+6
*
compilation_SUITE: Prevent cover from being run on slave nodes
Björn Gustavsson
2012-01-04
1
-9
/
+14
*
test_lib:p_run/2: Be careful about how many parallel processes we use
Björn Gustavsson
2012-01-04
1
-1
/
+8
*
Remove part_eval_SUITE
Björn Gustavsson
2012-01-04
3
-207
/
+0
*
Add the beam_except pass to optimize exceptions
Björn Gustavsson
2012-01-04
7
-2
/
+240
*
Eliminate the match_fail primop in v3_kernel and later passes
Björn Gustavsson
2012-01-04
4
-79
/
+30
*
Prepare release
Erlang/OTP
2011-12-12
2
-1
/
+100
*
Update copyright years
Björn-Egil Dahlberg
2011-12-09
16
-16
/
+16
*
beam_validator: Fix type for failure label for bs_start_match2/5
Björn Gustavsson
2011-12-06
1
-2
/
+12
*
inline_SUITE: Add the comma_splitter/1 test case
Björn Gustavsson
2011-12-06
2
-1
/
+20
*
Teach the compiler the 'no_dead' option
Björn Gustavsson
2011-12-06
5
-63
/
+93
*
compiler: Turn calls to math:pi/0 into constant values
Björn Gustavsson
2011-11-30
1
-0
/
+1
*
Merge branch 'bjorn/compiler/options/OTP-9752'
Björn Gustavsson
2011-11-28
2
-21
/
+53
|
\
|
*
compiler: Don't include {cwd,_} in module_info(compile)
Björn Gustavsson
2011-11-24
1
-10
/
+18
|
*
compiler: Don't include source code options in module_info(compile)
Björn Gustavsson
2011-11-24
2
-9
/
+27
[next]