about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-18Fix comment formattingBrendan Zabarauskas-40/+36
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-56/+44
2014-06-18Add a ByteOrder trait for abstracting over endian conversionsBrendan Zabarauskas-167/+263
2014-06-18Add commands :RustEmitIr and :RustEmitAsmKevin Ballard-0/+62
2014-06-18Write documentation for the Rust vim pluginKevin Ballard-25/+131
2014-06-18Rename :Run and :Expand to :RustRun and :RustExpandKevin Ballard-17/+17
2014-06-18vim: Add :Run and :Expand commandsKevin Ballard-37/+265
2014-06-18auto merge of #14854 : jakub-/rust/issue-10991, r=pcwaltonbors-57/+29
2014-06-18auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichtonbors-195/+250
2014-06-18auto merge of #14873 : pnkfelix/rust/fsk-dataflow-revisions, r=nikomatsakisbors-646/+984
2014-06-18Adapt test case to match current set of emitted warnings. (or lackFelix S. Klock II-1/+1
2014-06-18Regression tests for flowgraph construction bug on ExprWhile.Felix S. Klock II-1/+444
2014-06-18some extra test cases to cover in the borrow checker.Felix S. Klock II-0/+108
2014-06-18fix typo in borrowck doc.Felix S. Klock II-1/+1
2014-06-18Ensure dataflow of a proc never looks at blocks from closed-over context.Felix S. Klock II-42/+82
2014-06-18middle::cfg code cleanup.Felix S. Klock II-7/+0
2014-06-18Revise dataflow to do a cfg-driven walk.Felix S. Klock II-608/+340
2014-06-18NodeIndex should derive `Show`.Felix S. Klock II-1/+1
2014-06-18Bug fixes for flowgraph construction.Felix S. Klock II-8/+30
2014-06-18auto merge of #14984 : thestinger/rust/libc, r=alexcrichtonbors-17/+16
2014-06-18auto merge of #14990 : tomjakubowski/rust/emacs-fix-attribute-highlight, r=pn...bors-30/+91
2014-06-18auto merge of #15000 : alexcrichton/rust/fix-rustdoc-tests, r=huonwbors-7/+15
2014-06-18auto merge of #14994 : nick29581/rust/comments, r=bstriebors-285/+400
2014-06-18std: Remove dual export of `Show`Alex Crichton-1/+1
2014-06-18rustdoc: Don't inject `extern crate std`.Alex Crichton-1/+3
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-5/+11
2014-06-18fix signatures of mmap-related functions from libcDaniel Micay-17/+16
2014-06-18auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonwbors-14/+22
2014-06-17change ~[] -> Vec for collect()Nathan Typanski-14/+22
2014-06-18Wrap debuginfo.rs at 80 columns.Nick Cameron-285/+400
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-108/+469
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-188/+181
2014-06-18auto merge of #14869 : nick29581/rust/tstore, r=nmatsakisbors-364/+451
2014-06-17emacs: Remove outdated references to ~ in testsTom Jakubowski-3/+3
2014-06-17emacs: Add shebang to test scriptTom Jakubowski-0/+1
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski-27/+87
2014-06-18Fix expected error message in a test.Simon Sapin-1/+1
2014-06-17auto merge of #14956 : nathantypanski/rust/master, r=alexcrichtonbors-15/+0
2014-06-18Remove TraitStore from ty_traitNick Cameron-364/+451
2014-06-18Fix some violations of stronger guarantees for mutable borrows.Simon Sapin-9/+17
2014-06-17Refactor backslash-escape parsing to share similar code.Simon Sapin-151/+69
2014-06-17Document the byte, byte string, and raw byte string literals.Simon Sapin-6/+65
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-5/+102
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-71/+186
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-5/+169
2014-06-17rustc: Add self/super hint for extern crate resolve errors.Kevin Butler-30/+92
2014-06-17auto merge of #14977 : pcwalton/rust/address-insignificant-reform, r=brsonbors-38/+55
2014-06-17auto merge of #14976 : luqmana/rust/focwtc, r=pcwaltonbors-1/+52
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-38/+55
2014-06-17librustc: Check regions for overloaded calls.Luqman Aden-1/+52