about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-17rollup merge of #19905: AaronFriel/patch-1Alex Crichton-1/+2
2014-12-17rollup merge of #19893: JacobEdelman/patch-1Alex Crichton-1/+1
2014-12-17rollup merge of #19753: brson/rust-installerAlex Crichton-519/+0
2014-12-15Add probe and var for fileAaron Friel-1/+2
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-5/+5
2014-12-15Fixed a small spelling mistakeJacob Edelman-1/+1
2014-12-15rollup merge of #19804: kballard/vim-new-unicode-escapesBrian Anderson-1/+2
2014-12-15rollup merge of #19784: csouth3/vim-syntax-iterBrian Anderson-1/+1
2014-12-15rollup merge of #19775: SimonSapin/gedit-new-unicode-escapeBrian Anderson-0/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+5
2014-12-14auto merge of #19725 : vadimcn/rust/inst-path, r=alexcrichtonbors-2/+2
2014-12-14Update emacs and vi modes.Niko Matsakis-2/+2
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-3/+2
2014-12-12vim: Support the new \u{1234} unicode escapesKevin Ballard-1/+2
2014-12-12Update vim syntax highlighting for ExactSizeIteratorChase Southwood-1/+1
2014-12-12gedit language spec: add new-style Unicode escapesSimon Sapin-0/+1
2014-12-11Use rust-installer for installationBrian Anderson-519/+0
2014-12-11Register new snapshotsAlex Crichton-14/+13
2014-12-10Change default installation directory to %SYSTEMDRIVE%\Rust.Vadim Chugunov-2/+2
2014-12-09rollup merge of #19604: vadimcn/gcc-lessAlex Crichton-7/+19
2014-12-06- Support gcc-less installation on Windows. To do so in unattended mode run:...Vadim Chugunov-7/+19
2014-12-05Utilize fewer reexportsCorey Farwell-7/+9
2014-12-05rollup merge of #19474: luqmana/flCorey Richardson-7/+18
2014-12-05Fall out of the std::sync rewriteAlex Crichton-3/+2
2014-12-03rustup: simplify downloading packagesErick Tryzelaar-8/+9
2014-12-03rustup: extract the tarballs as part of installationErick Tryzelaar-11/+16
2014-12-03rustup: rewrite to protect against truncationErick Tryzelaar-18/+28
2014-12-03rustup: factor out installing packages into a functionErick Tryzelaar-27/+14
2014-12-03rustup: factor out downloading and extracting the snapshot tarballsErick Tryzelaar-18/+35
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-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-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