tinger
47df51c6f1
Bundle deprecation message and version in DeprecationInfo
...
Because the increase in size of `Binding` seemed to create a performance
regression we'll try to reduce the size by putting the rarely used
deprecation on the heap. In fact, the struct is even smaller than before
now, because `deprecation` was previously a wide pointer.
2025-07-21 19:44:38 +02:00
tinger
e6ac31e92c
Add version to Binding
deprecation warnings
...
This allows displaying a hint in which the version a binding may be
removed in. It helps to signal how urgent a package update may be to
package authors. The version is also sent to the proprietary doc
generator.
2025-07-21 19:30:12 +02:00
Laurenz
b036fd97ab
Reformat with 2024 edition
2025-07-21 15:22:29 +02:00
Malo
b1c79b50d4
Fix documentation oneliners ( #6608 )
2025-07-18 13:25:17 +00:00
Laurenz
e71674f6b3
Construct library via extension trait instead of default & inherent impl ( #6576 )
2025-07-09 09:28:26 +00:00
Laurenz
0a3c6939dd
Rewrite foundations of native elements ( #6547 )
2025-07-08 08:52:43 +00:00
Malo
04fd0acaca
Allow deprecating symbol variants ( #6441 )
2025-06-26 08:24:21 +00:00
Andrew Voynov
87c5686560
Add docs for std
module ( #6407 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-24 10:22:55 +00:00
T0mstone
d7e0c52dd5
Use codex::ModifierSet
( #6159 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11 13:28:03 +00:00
3w36zj6
5d13b35458
Standardize trailing slashes in docs route paths ( #6420 )
2025-06-10 15:34:27 +00:00
Laurenz
8d3488a07d
0.13.1 changelog ( #6025 )
2025-03-07 10:03:52 +00:00
Laurenz
d61f57365b
Fix docs outline for nested definitions ( #5823 )
2025-02-06 10:18:35 +00:00
Laurenz
4a9a5d2716
0.13 changelog ( #5801 )
2025-02-05 13:47:32 +00:00
Laurenz
029ae4a5ea
Export target docs ( #5812 )
...
Co-authored-by: Martin Haug <3874949+reknih@users.noreply.github.com>
2025-02-05 13:24:10 +00:00
Laurenz
5b3593e571
Enable HTML feature in docs generator ( #5800 )
2025-02-03 17:06:45 +00:00
Laurenz
eee903b0f8
Refactor Scope
( #5797 )
2025-02-03 16:04:54 +00:00
Laurenz
dacd6acd5e
More flexible and efficient Bytes
representation ( #5670 )
2025-01-08 10:57:56 +00:00
Niklas Eicker
0a374d2380
Embed files associated with the document as a whole ( #5221 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-01-08 09:38:34 +00:00
Laurenz
f8f2ba6a5f
Rename Document
to PagedDocument
2024-12-04 10:12:07 +01:00
Malo
5c37a1cfea
Use codex
for symbols ( #5421 )
2024-11-17 19:08:23 +00:00
Abdul-Rahman Sibahi
b969c01b28
Replace once_cell
's Lazy
as much as possible ( #4617 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-31 11:52:11 +00:00
Laurenz
838dabc84c
Bump version on main ( #5246 )
2024-10-19 08:08:42 +00:00
Laurenz
15a26c6c45
Split changelog ( #5237 )
2024-10-18 14:11:49 +00:00
Laurenz
cbd251f474
Tweak docs ( #5089 )
2024-10-03 13:20:48 +00:00
Laurenz
698ae870e7
Rescue math.binom
docs ( #5087 )
2024-10-01 14:45:35 +00:00
Max
b07607d35e
Split shorthands into math and markup, add tilde shorthand ( #4706 )
2024-08-09 07:41:01 +00:00
Laurenz
cd02ae709f
Move roadmap and community pages out of this repository ( #4688 )
2024-08-06 08:37:15 +00:00
Laurenz
be516867c8
Spans for cross-file go-to-definition ( #4539 )
2024-07-11 14:24:28 +00:00
Yip Coekjan
ddce645ef0
Add named symbols: ⌈
, ⌉
, ⌊
, ⌋
( #4267 )
2024-06-22 08:40:10 +00:00
Yip Coekjan
6f9855a8c3
Make symbols callable like functions & migrate callable accents to callable symbols ( #4299 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-06-13 16:57:34 +00:00
Laurenz
755dd4112d
Show block-level elements as blocks ( #4310 )
2024-06-03 08:12:52 +00:00
Laurenz
aad68ea489
Documentation for literals ( #4149 )
2024-05-16 13:02:55 +00:00
Laurenz
2d32ac73b6
Replace all Prehashed
with LazyHash
( #4127 )
2024-05-13 17:54:34 +00:00
Martin Haug
9bd1451452
Add a guide for the new tables ( #3655 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-15 14:02:56 +00:00
Laurenz
a483321aa0
Remove dependency on unicode_names2 ( #3570 )
2024-03-07 09:56:37 +00:00
Laurenz
e3bd39c9d1
Add support for shortcut links in docs ( #3547 )
2024-03-04 14:51:22 +00:00
Laurenz
8d63b0479c
Make use of is_some_and
where applicable ( #3523 )
2024-02-28 14:24:50 +00:00
Laurenz
a518e2dd4d
Move docs generation code ( #3519 )
2024-02-28 10:37:52 +00:00
Laurenz
ebfdb1dafa
Move everything into crates/
directory
2023-07-02 20:07:43 +02:00
Laurenz
c4d11dc3fb
More package documentation
2023-06-30 16:18:44 +02:00
Laurenz
7b92bd7c34
Basic package management
2023-06-27 18:40:17 +02:00
Luis David Licea Torres
3284e7fac7
Support for inside and outside margins ( #1308 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12 12:46:34 +02:00
Laurenz
fd417da04f
Improve value casting infrastructure
2023-06-06 22:06:16 +02:00
Laurenz Stampfl
752817ae74
Add support for date & time handling ( #435 )
2023-05-23 10:41:20 +02:00
Laurenz
56a96881a5
Doc links for function scopes
2023-05-19 11:04:20 +02:00
Laurenz
551ea99d05
Show default values in documentation
...
Fixes #169
Fixes #1102
2023-05-17 14:41:46 +02:00
Laurenz
46aace78ac
Search keywords
2023-05-17 14:39:47 +02:00
Laurenz
42afa410ae
Better documentation outlines
2023-05-17 14:38:03 +02:00
Laurenz
8971588486
Externalize contributor fetching
2023-05-17 14:31:55 +02:00
Martin Haug
d1dec299a7
Guide for users switching from LaTeX ( #1103 )
2023-05-11 17:08:44 +02:00