summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2012-03-28python scripts run with Python 2.4 (for RHEL5)Grahame Bowland-6/+12
2012-03-27emacs: Make 'mut' a keywordBrian Anderson-1/+1
2012-03-25Fixed vim highlighting for \' (and other) escapes in char literalsJacob Parker-2/+3
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-27/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+27
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-27/+0
2012-03-20test: Begin running the language ref examples. Mostly xfailedBrian Anderson-0/+6
2012-03-20doc: Switch the tutorial to pandoc's method of tagging code blocksBrian Anderson-8/+6
2012-03-18rt: Remove lock_held_by_current_threadBrian Anderson-28/+0
2012-03-16Add loop to the vim keyword list.Erick Tryzelaar-1/+1
2012-03-15kill old serialization codeNiko Matsakis-74/+0
2012-03-15Suppress valgrind error in dynamic linkerMarijn Haverbeke-0/+8
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-5/+5
2012-03-09Add a couple more missing pieces to libc and os.Graydon Hoare-0/+6
2012-03-08Properly serialize is_last_use valuesMarijn Haverbeke-1/+1
2012-03-08etc: Allow a build dir to be specified in gen-astencode, for out of tree buildsPatrick Walton-1/+6
2012-03-05etc: Add more helgrind suppressions for i686Brian Anderson-0/+19
2012-03-05etc: Add helgrind suppressions for libunwindBrian Anderson-1/+26
2012-03-03Update paths in gen-astencodeTim Chevalier-4/+4
2012-03-02First cut at consolidated core::os module built on core::libc.Graydon Hoare-0/+3
2012-03-02etc: Add helgrind suppressions for random locking order in rust_port_selectorBrian Anderson-0/+9
2012-03-02etc: Add some helgrind suppressions for uvBrian Anderson-0/+19
2012-03-02etc: Add more lock_and_signal helgrind suppressionsBrian Anderson-1/+22
2012-03-02etc: Add helgrind suppression for lock_held_by_current_threadBrian Anderson-0/+7
2012-03-02restructure to better support method inliningNiko Matsakis-1/+1
2012-03-02retool inline encoding to handle methods, fix testsNiko Matsakis-1/+2
2012-02-29etc: Remove rustdoc scriptBrian Anderson-34/+0
2012-02-29optionally enforce local variable mutabilityNiko Matsakis-24/+30
2012-02-28vim: add "to" as a keyword.Erick Tryzelaar-2/+2
2012-02-27Add libc module to libcore and utility file to help generate it.Graydon Hoare-0/+237
2012-02-24retool serializer to be built by stage0 rustcNiko Matsakis-2/+7
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-1/+61
2012-02-24allow snapshot to be specified in make command lineNiko Matsakis-13/+21
2012-02-23Revert "etc: Add helgrind suppression for lock_held_by_current_thread"Brian Anderson-7/+0
2012-02-23etc: Add helgrind suppression for lock_held_by_current_threadBrian Anderson-0/+7
2012-02-19vim: fix indenting enums and macrosErick Tryzelaar-1/+2
2012-02-13build: Start downloading FreeBSD snaps from the official serverBrian Anderson-3/+0
2012-02-13build: Temporarily retrieve FreeBSD snapshots from jyyou's serverBrian Anderson-0/+3
2012-02-10use absolute names when pretty-printing typesNiko Matsakis-0/+3
2012-02-10update ebml interfaceNiko Matsakis-0/+1
2012-02-05vim: block is no longer a keyword.Erick Tryzelaar-1/+1
2012-02-05platform-specific valgrind suppressionNiko Matsakis-0/+9
2012-02-03correct to use enum keywordNiko Matsakis-1/+1
2012-02-02rt: Fix intrinsics bustageBrian Anderson-1/+1
2012-02-02Update libuv.Graydon Hoare-32/+31
2012-01-31Remove NSIS package, obsolete (and hazardous).Graydon Hoare-396/+0
2012-01-26Merge pull request #1669 from graydon/inno-setupGraydon Hoare-0/+269
2012-01-25Add Inno Setup installer script rather than NSISunknown-0/+269
2012-01-23rustdoc: Add a script for running rustdoc output through markdown/pandocBrian Anderson-0/+34
2012-01-21Added a `src/etc/vim/ftdetect` directory and file.tim-0/+1