index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
/
location.mli
Commit message (
Expand
)
Author
Age
Files
Lines
*
New Build_path_prefix_map module interface
Richard L Ford
2023-03-27
1
-4
/
+68
*
toplevel: also separate the toplevel phrase with a blank line
Gabriel Scherer
2023-02-23
1
-0
/
+1
*
Have ocamlnat display the warning too
David Allsopp
2022-06-07
1
-3
/
+3
*
Deprecate implicit basenames with no extension
David Allsopp
2022-06-07
1
-1
/
+5
*
Add a hook for misses in Load_path
David Allsopp
2022-05-24
1
-0
/
+3
*
Tidy up docs for compiler libs
John Whitington
2021-01-11
1
-1
/
+1
*
Introduce the Lambda.scoped_location type
Stephen Dolan
2020-04-27
1
-0
/
+3
*
PR#8611: be more conservative (no assert false), and tweak some comments
Armaël Guéneau
2019-09-11
1
-4
/
+6
*
Fix source highlighting for long toplevel phrases (#7925) (#8611)
Kyle Miller
2019-09-11
1
-0
/
+5
*
"Alerts" as a generalization of "deprecated" (#1804)
Alain Frisch
2018-11-15
1
-3
/
+32
*
Add source highlighting for errors & warnings in batch mode
Armaël Guéneau
2018-10-19
1
-4
/
+0
*
manual: compiler-libs.mld -> compiler_libs.mld
Florian Angeletti
2018-09-12
1
-1
/
+1
*
MPR7546, manual: preambles and warnings for compiler-libs modules (#2020)
Florian Angeletti
2018-09-12
1
-1
/
+6
*
Change (improve) error highlighting in a dumb toplevel
Armaël Guéneau
2018-08-08
1
-8
/
+18
*
Location: significantly rework the code printing errors and warnings
Armaël Guéneau
2018-08-08
1
-41
/
+95
*
Reorganize location.mli, and add some docstrings
Armaël Guéneau
2018-08-08
1
-44
/
+75
*
Location: generalize [highlight_dumb] to handle several locations
Armaël Guéneau
2018-07-12
1
-1
/
+1
*
Move Location.absname to Clflags.absname (#1886)
Armael
2018-07-06
1
-2
/
+0
*
parser: better locations for type constraints
Thomas Refis
2018-06-21
1
-0
/
+2
*
honor the BUILD_PATH_PREFIX_MAP variable if it exists:
Gabriel Scherer
2018-03-01
1
-0
/
+5
*
ocamldep: color cycle error message
octachron
2018-02-28
1
-0
/
+1
*
Location.show_code_at_location: highlight the code at a given location
Gabriel Scherer
2017-12-12
1
-0
/
+2
*
Deprecation warning when checking signature inclusion
alainfrisch
2017-04-05
1
-1
/
+3
*
Changing the display of fatal warnings (#948)
sliquister
2017-03-08
1
-12
/
+13
*
PR#7147: add colors to errors generated by ppx rewriters
Simon Cruanes
2016-07-11
1
-5
/
+0
*
documentation fixes for some compilerlibs modules
Olivier Andrieu
2016-05-03
1
-2
/
+2
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-11
/
+14
*
Debuginfo.to_location and Location.print_compact
Mark Shinwell
2016-01-13
1
-0
/
+1
*
colorize error and warning messages, refactor Location
Gabriel Scherer
2015-08-15
1
-4
/
+11
*
merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...
Damien Doligez
2015-07-17
1
-0
/
+1
*
Fix bootstrap (broken by ambiguous ocamldoc comments).
Alain Frisch
2015-06-29
1
-0
/
+2
*
Attach documentation comments to Parsetree
Leo White
2015-06-28
1
-1
/
+4
*
GPR#171: allow custom warning printers / catchers
Gabriel Scherer
2015-04-26
1
-0
/
+10
*
Cherry-pick 15062,15063,15064 from 4.02 (#6497).
Alain Frisch
2014-08-07
1
-0
/
+3
*
Protocol to allow ppx processors to report warnings to the compiler (reported...
Alain Frisch
2014-05-07
1
-0
/
+2
*
fix some of the whitespace problems in the source
Damien Doligez
2014-04-12
1
-1
/
+2
*
PR#6270: remove need for -I directives to ocamldebug in common case
Gabriel Scherer
2014-04-06
1
-0
/
+2
*
Revert "PR#6270: remove need for -I directives to ocamldebug in common case (...
Gabriel Scherer
2014-03-31
1
-2
/
+0
*
PR#6270: remove need for -I directives to ocamldebug in common case (patch by...
Xavier Clerc
2014-03-31
1
-0
/
+2
*
Continue cleanup. driver/errors.ml is no longer needed.
Alain Frisch
2013-09-12
1
-0
/
+3
*
Simplify common case of unit-wide errors.
Alain Frisch
2013-09-12
1
-0
/
+2
*
Port Syntaxerr.Error to the new system. Trickier, because of special way to r...
Alain Frisch
2013-09-11
1
-2
/
+5
*
Cherry-picking commit 14093 from trunk.
Alain Frisch
2013-09-11
1
-0
/
+26
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
clean up TABs and whitespace
Damien Doligez
2012-07-30
1
-1
/
+0
*
merge with branch bin-annot
Fabrice Le Fessant
2012-05-30
1
-0
/
+12
*
remove redundant colon in norepeat mode for the toplevel
Damien Doligez
2012-04-17
1
-1
/
+1
*
#5527: use absolute filenames in the message for Warning 31, when requested (...
Alain Frisch
2012-03-07
1
-0
/
+4
*
Reverting bad commit.
Alain Frisch
2012-01-20
1
-3
/
+0
*
Fix #5490.
Alain Frisch
2012-01-20
1
-0
/
+3
[next]