summary refs log tree commit diff stats
path: root/doc/intern.rst
Commit message (Collapse)AuthorAgeFilesLines
* Syntax (RST) fix Internals of the Compiler (#16341)Saem Ghani2020-12-151-6/+6
| | | | | 'Rebuilding the Compiler' and a few other sections required syntax fixes: * new lines before and after lists to fix rendering * use internal reference instead of Markdown style link
* minorflywind2020-11-141-1/+1
|
* [docs minor]add some tips yo intern.rstflywind2020-11-141-2/+10
|
* more "eg" fixesnarimiran2020-10-201-1/+1
|
* Fix some typos (#14843)Danil Yarantsev2020-06-281-3/+3
|
* make it easier to figure out how to debug issues (#14477)Timothee Cour2020-05-281-1/+30
|
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-281-1/+1
|
* integer literal documentation [ci skip] (#12513)Arne Döring2019-10-281-0/+88
| | | | | | * integer literal documentation [ci skip] * apply feedback [ci skip]
* Fix Typos in Internal Docs (#11735) [ci skip]Tristano Ajmone2019-07-151-4/+4
|
* document that multiple `yield` in inline iterator cause code bloat (#10553)Timothee Cour2019-02-051-2/+2
| | | | | * document that multiple `yield` in inline iterator cause code duplication * doc: rule `Start types with a capital T` was deprecated
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-1/+1
|
* intern.rst: minor formating improvementsAraq2018-10-181-6/+6
|
* [Docs] Attribute citation to Richard GabrielClyybber2018-09-221-1/+1
|
* integrate 'koch web' features into koch; deprecate 'nimweb' toolAraq2018-09-131-0/+669
'>266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397