about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-12-03rustup: factor out the install flags into a CFG_INSTALL_FLAGS variableErick Tryzelaar-14/+13
2014-12-03rustup: rename TMP_DIR to CFG_TMP_DIRErick Tryzelaar-16/+16
2014-12-03rustup: add a RUST_ prefix to the rust-specific variablesErick Tryzelaar-10/+11
2014-12-03rustup: probe for the existance of tarErick Tryzelaar-2/+3
2014-12-03rustup: make rustup executableErick Tryzelaar-0/+0
2014-12-03whitespace cleanupErick Tryzelaar-1/+1
2014-12-02gdb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-5/+11
2014-12-02lldb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-2/+7
2014-11-27Fall back to hard coded download directoryJohannes Hoff-1/+13
2014-11-26rollup merge of #19322: DiamondLovesYou/multi-llvmdepsAlex Crichton-61/+40
2014-11-26debuginfo: Fix LLDB pretty printer for enum variants with zero fields.Michael Woerister-4/+7
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister-0/+30
2014-11-25Never generate multiple extern {} blocks in mklldeps.py.Richard Diamond-61/+40
2014-11-25auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichtonbors-4/+3
2014-11-24auto merge of #19021 : roysc/rust/emacs-pr, r=brsonbors-4/+1
2014-11-24Merge libsync into libstdAaron Turon-4/+3
2014-11-23rollup merge of #19166: richo/lldb-cleanupsJakub Bukaj-31/+21
2014-11-22Use mktemp for temporary download directoryJohannes Hoff-7/+1
2014-11-22auto merge of #19125 : chris-morgan/rust/vim-prelude-2014-11-20, r=alexcrichtonbors-32/+27
2014-11-22auto merge of #17513 : dradtke/rust/master, r=kballardbors-15/+38
2014-11-21lldb: Clean up struct printingRicho Healey-21/+15
2014-11-21auto merge of #19095 : juxiliary/rust/master, r=bstriebors-3/+13
2014-11-21auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichtonbors-4/+11
2014-11-20lldb: refactor print_vec_slice_valRicho Healey-10/+4
2014-11-20Add vim modeline to lldb formatterRicho Healey-0/+2
2014-11-20Update the Vim syntax prelude.Chris Morgan-32/+27
2014-11-19Adding switch in vim plugin to toggle format optsjuxiliary-3/+13
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-16rust-mode.el: Tweak syntax tableRoy Crihfield-4/+1
2014-11-16auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-bors-1/+0
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-1/+1
2014-11-16rollup merge of #18935: jmesmon/cody/no-vendor-triplleJakub Bukaj-1/+5
2014-11-15Un-feature gate struct variantsSteven Fackler-1/+0
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-1/+1
2014-11-16Look for standard crates in LIBDIR provided by --libdir option,Jauhien Piatlicki-4/+11
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-2/+1
2014-11-13src/etc/snapshot: support triples lacking a vendorCody P Schafer-1/+5
2014-11-13etc: Don't bundle libctl3d32 on windowsAlex Crichton-1/+0
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-2/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-11auto merge of #18793 : swgillespie/rust/master, r=alexcrichtonbors-1/+2
2014-11-11auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichtonbors-8/+45
2014-11-10Add 'move' keyword to emacs, kate, and vim editor modes.Sean Gillespie-1/+2
2014-11-10vim: move 'move' to rustStorageJosh Stone-2/+2
2014-11-10auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichtonbors-6/+6
2014-11-09Added `move` keyword and renamed `fail` to `panic`Vladimir Matveev-6/+6
2014-11-08Include some of the more popular Windows import libs into the bundle.Vadim Chugunov-5/+42
2014-11-08Move gcc back to rustlib\<triple>\binVadim Chugunov-3/+3
2014-11-08Renamed Extendable to Extendgamazeps-1/+1