summaryrefslogtreecommitdiff
path: root/lib/elixir/pages
Commit message (Expand)AuthorAgeFilesLines
* Improvements to compatibility and deprecation docsJosé Valim2018-05-071-10/+10
* Improve processes feedback in library guidelinesJosé Valim2018-04-281-1/+1
* Standardize use of Erlang, OTP and Erlang/OTP names (#7618)Eksperimental2018-04-282-11/+11
* Deprecation table: mention in table heading "Hard-deprecated in" (#7611)Eksperimental2018-04-281-3/+3
* Add missing deprecations in v1.4 (#7615)Eksperimental2018-04-281-0/+2
* Standardize on SECURITY PATCHESJosé Valim2018-04-281-2/+2
* Add __STACKTRACE__/0 to Naming Conventions page (#7578)Eksperimental2018-04-221-1/+1
* Talk about not using processes for organizationJosé Valim2018-04-201-0/+39
* Fix typo (#7570)John Mertens2018-04-201-1/+1
* Talk about the code formatter in library guidelinesJosé Valim2018-04-181-0/+2
* Deprecations table improvements (#7555)Eksperimental2018-04-161-15/+15
* Be explicit about MINOR versions in deprecation policy (#7550)Eksperimental2018-04-151-1/+1
* Fix typo in library guidelines (#7516)Will Strinz2018-03-311-1/+1
* Typo (#7517)Martin Svalin2018-03-301-1/+1
* Add a guard to invalid data exampleJosé Valim2018-03-291-1/+3
* Add guidelines for those writing libraries (#7506)José Valim2018-03-292-4/+246
* tiny -> patchJosé Valim2018-03-261-2/+2
* Outline versioning schema and support, closes #7489José Valim2018-03-261-4/+18
* Remove comma from operators table (#7450)Damien Krotkine2018-03-131-1/+1
* Add a simple example at the top of the "Typespecs" page (#7413)Nathan Long2018-03-031-0/+18
* Improve documentation on string typesJosé Valim2018-03-031-3/+3
* Document versioning expectations since v1.0 (#7386)José Valim2018-02-241-0/+20
* Make typespec notation consistent with formatterJosé Valim2018-02-151-5/+6
* Fix a few typos in some pages in the docs (#7352)Guilherme Carreiro2018-02-143-3/+3
* Update Typespecs.md (#7341)Ian Rumford2018-02-121-1/+1
* Deprecate outdated Registry.start_link/2José Valim2018-02-121-0/+1
* Bring add_doc/6 back, closes #7335José Valim2018-02-101-0/+1
* Clarify behaviour of failing gaurds (#7334)Michał Muskała2018-02-091-1/+2
* Fix typo (#7269)Diego Stratta2018-01-271-1/+1
* Illustrate specifying function argument names in Writing Documentation docs (...Michał Łępicki2018-01-241-1/+1
* Link remaining functions on Guards page (#7228)Wojtek Mach2018-01-191-16/+17
* Mention defguard on Guards page (#7226)Wojtek Mach2018-01-181-5/+14
* Update Guards.md to for clairty on boolean ops (#7212)Bryan Paxton2018-01-151-1/+3
* Add type union explanation to typespecs (#7197)Mario de la Ossa2018-01-111-0/+2
* Clear up deprecations pageJosé Valim2017-12-271-4/+3
* Add new deprecation and CHANGELOG infoJosé Valim2017-12-251-0/+3
* Fixes to readme and deprecation pagesJosé Valim2017-12-251-2/+2
* Update deprecations table, closes #7137José Valim2017-12-241-29/+9
* Start v1.7José Valim2017-12-231-1/+2
* Minor docs updates (#7123)Wojtek Mach2017-12-181-1/+1
* Update Unicode Syntax.mdJosé Valim2017-12-121-8/+3
* Remove unecessary headerJosé Valim2017-12-061-2/+0
* Add OTP compatibility table to the "Compatibility and Deprecations" page (#7057)Andrea Leopardi2017-11-231-3/+43
* Deprecate Range.range? in favor of pattern matchingJosé Valim2017-10-171-2/+2
* Deprecate Keyword.replace/3 and Map.replace/3José Valim2017-10-041-0/+2
* Add groups_for_modules when generating Elixir docs (#6621)José Valim2017-10-012-58/+53
* Improvements to Unicode syntax documentJosé Valim2017-10-011-7/+15
* Move & up in the operator table to avoid conflicts with | in cons, closes #6613José Valim2017-09-281-1/+1
* Mention multi-line strings in the syntax reference (#6572)Michael Howell2017-09-151-1/+22
* Describe reserved words, sigils and structs in syntax referenceJosé Valim2017-09-121-54/+46