summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-29Implement `as` casting (Misc cast kind)Simonas Kazlauskas-1/+433
2015-12-29AsRef and related conversions for CStringarcnmx-2/+33
2015-12-29Correct the documentation of debug_assert_eqSteve Klabnik-3/+3
2015-12-29Remove "Learn Rust" from TRPL.Steve Klabnik-1086/+14
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-75/+81
2015-12-29Add a hint when given --extern with an indeterminate typeCorey Richardson-0/+2
2015-12-28Add comments and simplify MIR graphviz code.Scott Olson-31/+47
2015-12-28Rewrite MIR graphviz printing and improve MIR debug printing.Scott Olson-200/+236
2015-12-28Auto merge of #30548 - mmcco:linux-syscall, r=brsonbors-5/+1
2015-12-28Instant/SystemTime doc: add meaning to first lineSimon Sapin-3/+4
2015-12-28[MIR] Translate ConstVal::FunctionSimonas Kazlauskas-36/+46
2015-12-28Link with ld.gold by defaultBrian Anderson-0/+57
2015-12-28Use a more efficient encoding for opaque data in RBML.Michael Woerister-369/+1308
2015-12-28[MIR] Fix setting discriminant for unit enumsSimonas Kazlauskas-1/+14
2015-12-28Rename ExplicitSelfCategory's variants and stop re-exporting them.Ms2ger-60/+59
2015-12-28Auto merge of #30570 - fhartwig:dead-doc-links, r=steveklabnikbors-20/+19
2015-12-28Auto merge of #30547 - mmcco:cfg, r=sanxiynbors-2/+2
2015-12-28Auto merge of #30579 - dotdash:30478, r=arielb1bors-7/+11
2015-12-27Auto merge of #30582 - arielb1:self-test, r=eddybbors-366/+164
2015-12-28remove hack in region inferenceAriel Ben-Yehuda-7/+0
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-359/+164
2015-12-27Auto merge of #30575 - jswalden:error-handling-typo, r=apasel422bors-1/+1
2015-12-27Fix `auto_ref()` for fat pointersBjörn Steinbrink-7/+11
2015-12-27Change the typo 'that' to 'than' in the book error-handling chapter.Jeff Walden-1/+1
2015-12-27Auto merge of #30566 - salty-horse:doc_typo, r=apasel422bors-1/+1
2015-12-26Fix links in char docsFlorian Hartwig-11/+11
2015-12-26llvm: Add support for vectorcall (X86_VectorCall) conventionSteffen-1/+7
2015-12-26book: Fix typoOri Avtalion-1/+1
2015-12-26Also fix MIRification of unit enum variantsSimonas Kazlauskas-17/+36
2015-12-26Fix some links in str docsFlorian Hartwig-3/+3
2015-12-26Fix links in docs for std::ioFlorian Hartwig-4/+4
2015-12-26Fix link that is currently broken due to bad markupFlorian Hartwig-2/+1
2015-12-25Auto merge of #30558 - jonas-schievink:delete-ast, r=nrcbors-25/+33
2015-12-25update valgrind suppressionsTamir Duberstein-55/+28
2015-12-25Delete the AST after loweringJonas Schievink-3/+13
2015-12-25libstd: unix process spawning: fix bug with setting stdioIvan Petkov-0/+139
2015-12-25Rollup merge of #30552 - mmcco:align, r=steveklabnikManish Goregaokar-2/+2
2015-12-25Rollup merge of #30551 - nagisa:mir-unit-structs, r=luqmanaManish Goregaokar-54/+73
2015-12-25Rollup merge of #30545 - bluss:operator-overload, r=steveklabnikManish Goregaokar-5/+6
2015-12-25Rollup merge of #30528 - michaelwoerister:fix-extern-def-paths, r=nikomatsakisManish Goregaokar-23/+50
2015-12-25Rollup merge of #30518 - semarie:openbsd-snapshot, r=alexcrichtonManish Goregaokar-0/+1
2015-12-25Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturonManish Goregaokar-16/+24
2015-12-25Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichtonManish Goregaokar-8/+331
2015-12-25Auto merge of #30544 - steveklabnik:rollup, r=steveklabnikbors-506/+22
2015-12-24Add test.Luqman Aden-0/+28
2015-12-24[MIR] Make sure candidates are reversed before `match_candidates`.Luqman Aden-1/+4
2015-12-24Fix whitespace alignmentMichael McConville-2/+2
2015-12-25Properly translate unit structs in MIRSimonas Kazlauskas-54/+73
2015-12-24ast_map => hir_mapJonas Schievink-22/+20
2015-12-24Fix link to `Formatter::debug_struct`mitaa-1/+1