https://github.com/JuliaLang/julia
Revision bd06d27c001cd1c0a9d118c3614c74d33b406cb6 authored by Jeff Bezanson on 17 June 2016, 04:14:46 UTC, committed by Jeff Bezanson on 29 June 2016, 20:19:03 UTC
- detect pure and inline meta once, in the front end
- fixes #16712
- remove `skip_meta` since it probably assumes too much about where meta nodes occur
- add jl_ prefix to has_meta
- remove location/pure/inline meta early, in the front end
  (the first line node isn't needed, since this info is in the Method object)
- remove null_sym; this Expr head doesn't occur in the IR
1 parent 70a7da9
History
Tip revision: bd06d27c001cd1c0a9d118c3614c74d33b406cb6 authored by Jeff Bezanson on 17 June 2016, 04:14:46 UTC
some updates to code metadata handling
Tip revision: bd06d27
File Mode Size
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 207 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 4.6 KB
CONTRIBUTING.md -rw-r--r-- 17.7 KB
DEBUGGER.md -rw-r--r-- 1.2 KB
DISTRIBUTING.md -rw-r--r-- 8.8 KB
HISTORY.md -rw-r--r-- 73.8 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 31.5 KB
Makefile -rw-r--r-- 27.6 KB
NEWS.md -rw-r--r-- 13.1 KB
README.arm.md -rw-r--r-- 4.3 KB
README.md -rw-r--r-- 27.3 KB
README.windows.md -rw-r--r-- 17.6 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.1 KB

README.md

back to top