about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-09-05avoid duplicate translation of monomorphizations, drop glue, and visit glueStuart Pernsteiner-31/+114
2014-09-05translate into multiple llvm contextsStuart Pernsteiner-50/+149
2014-09-05reuse original symbols for inlined itemsStuart Pernsteiner-14/+15
2014-09-05run optimization and codegen on worker threadsStuart Pernsteiner-285/+773
2014-09-05move back::link::write into a separate fileStuart Pernsteiner-506/+511
2014-09-05split CrateContext into shared and local piecesStuart Pernsteiner-182/+327
2014-09-05make CrateContext fields privateStuart Pernsteiner-377/+544
2014-09-05auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichtonbors-0/+16
2014-09-05auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichtonbors-1/+1
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-117/+136
2014-09-04Auto-derive Clone for syntax::diagnostic::Level.Richard Diamond-1/+1
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-64/+64
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-27/+27
2014-09-05Attach documentation to the bitflags! macro itselfBrendan Zabarauskas-97/+98
2014-09-05Test attributesBrendan Zabarauskas-0/+8
2014-09-05Allow trailing commas in bitflags! macroBrendan Zabarauskas-4/+14
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-20/+25
2014-09-04auto merge of #16885 : wickerwaka/rust/fmt-center, r=alexcrichtonbors-9/+33
2014-09-04Center alignment for fmtwickerwaka-9/+33
2014-09-04auto merge of #16981 : kmcallister/rust/ctypes-warning, r=alexcrichtonbors-41/+77
2014-09-04auto merge of #16976 : treeman/rust/issue-16943, r=kballardbors-2/+23
2014-09-04auto merge of #16964 : nodakai/rust/libnative-superfluous-retry, r=alexcrichtonbors-24/+12
2014-09-04Print file permissions with 4 digits.Jonas Hietala-10/+10
2014-09-04auto merge of #16883 : jakub-/rust/issue-16648, r=pcwaltonbors-364/+334
2014-09-04auto merge of #16909 : carols10cents/rust/docs-links, r=alexcrichtonbors-38/+36
2014-09-03Fix spelling errors and capitalization.Joseph Crail-64/+64
2014-09-04auto merge of #16972 : ruud-v-a/rust/timespec-arithmetic, r=alexcrichtonbors-0/+9
2014-09-03Use a visitor to look for non-FFI-safe typesKeegan McAllister-40/+74
2014-09-03Fix some non-FFI-safe types in externsKeegan McAllister-1/+3
2014-09-04auto merge of #16961 : huonw/rust/bitv-twiddle, r=alexcrichtonbors-22/+29
2014-09-03auto merge of #16954 : nick29581/rust/dst-bug-deref, r=nikomatsakisbors-4/+81
2014-09-03Print file permissions in octal form.Jonas Hietala-2/+23
2014-09-03auto merge of #16953 : nick29581/rust/dst-bug-7, r=pcwaltonbors-6/+41
2014-09-03auto merge of #16932 : crabtw/rust/mips, r=alexcrichtonbors-0/+6
2014-09-03libtime: Fix adding negative duration to Timespec.Ruud van Asseldonk-0/+9
2014-09-03auto merge of #16811 : nick29581/rust/dst-bug-2, r=nikomatsakisbors-5/+29
2014-09-03auto merge of #16634 : apoelstra/rust/to-option-fix, r=aturonbors-15/+70
2014-09-03auto merge of #16956 : nick29581/rust/unsized-test-1, r=alexcrichtonbors-2/+3
2014-09-03libnative/io/file_unix: remove superfluous retry().NODA, Kai-24/+12
2014-09-03bitv: add larger tests, better benchmarks & remove dead code.Huon Wilson-22/+29
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-1/+29
2014-09-03auto merge of #16934 : nick29581/rust/dst-bug-6, r=pcwaltonbors-5/+19
2014-09-03Enable a test for correct treatment of Sized?Nick Cameron-2/+3
2014-09-03Handle custom deref returning fat pointersNick Cameron-4/+81
2014-09-03Fix ICE when casting `&[T]` to `*const [T]`Nick Cameron-6/+41
2014-09-03auto merge of #16917 : nick29581/rust/cross-trait, r=pcwaltonbors-25/+54
2014-09-03auto merge of #16892 : andrew-d/rust/andrew-fix-test-reexports, r=sfacklerbors-13/+67
2014-09-02auto merge of #16850 : vks/rust/hash-num, r=alexcrichtonbors-8/+24
2014-09-02auto merge of #16944 : alexcrichton/rust/ignore-gdb-pretty, r=brsonbors-0/+2
2014-09-03Remove cross-borrowing for traits.Nick Cameron-19/+40