| Age | Commit message (Expand) | Author | Lines |
| 2015-12-29 | Implement `as` casting (Misc cast kind) | Simonas Kazlauskas | -1/+433 |
| 2015-12-29 | AsRef and related conversions for CString | arcnmx | -2/+33 |
| 2015-12-29 | Correct the documentation of debug_assert_eq | Steve Klabnik | -3/+3 |
| 2015-12-29 | Remove "Learn Rust" from TRPL. | Steve Klabnik | -1086/+14 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -75/+81 |
| 2015-12-29 | Add a hint when given --extern with an indeterminate type | Corey Richardson | -0/+2 |
| 2015-12-28 | Add comments and simplify MIR graphviz code. | Scott Olson | -31/+47 |
| 2015-12-28 | Rewrite MIR graphviz printing and improve MIR debug printing. | Scott Olson | -200/+236 |
| 2015-12-28 | Auto merge of #30548 - mmcco:linux-syscall, r=brson | bors | -5/+1 |
| 2015-12-28 | Instant/SystemTime doc: add meaning to first line | Simon Sapin | -3/+4 |
| 2015-12-28 | [MIR] Translate ConstVal::Function | Simonas Kazlauskas | -36/+46 |
| 2015-12-28 | Link with ld.gold by default | Brian Anderson | -0/+57 |
| 2015-12-28 | Use a more efficient encoding for opaque data in RBML. | Michael Woerister | -369/+1308 |
| 2015-12-28 | [MIR] Fix setting discriminant for unit enums | Simonas Kazlauskas | -1/+14 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -60/+59 |
| 2015-12-28 | Auto merge of #30570 - fhartwig:dead-doc-links, r=steveklabnik | bors | -20/+19 |
| 2015-12-28 | Auto merge of #30547 - mmcco:cfg, r=sanxiyn | bors | -2/+2 |
| 2015-12-28 | Auto merge of #30579 - dotdash:30478, r=arielb1 | bors | -7/+11 |
| 2015-12-27 | Auto merge of #30582 - arielb1:self-test, r=eddyb | bors | -366/+164 |
| 2015-12-28 | remove hack in region inference | Ariel Ben-Yehuda | -7/+0 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -359/+164 |
| 2015-12-27 | Auto merge of #30575 - jswalden:error-handling-typo, r=apasel422 | bors | -1/+1 |
| 2015-12-27 | Fix `auto_ref()` for fat pointers | Björn Steinbrink | -7/+11 |
| 2015-12-27 | Change the typo 'that' to 'than' in the book error-handling chapter. | Jeff Walden | -1/+1 |
| 2015-12-27 | Auto merge of #30566 - salty-horse:doc_typo, r=apasel422 | bors | -1/+1 |
| 2015-12-26 | Fix links in char docs | Florian Hartwig | -11/+11 |
| 2015-12-26 | llvm: Add support for vectorcall (X86_VectorCall) convention | Steffen | -1/+7 |
| 2015-12-26 | book: Fix typo | Ori Avtalion | -1/+1 |
| 2015-12-26 | Also fix MIRification of unit enum variants | Simonas Kazlauskas | -17/+36 |
| 2015-12-26 | Fix some links in str docs | Florian Hartwig | -3/+3 |
| 2015-12-26 | Fix links in docs for std::io | Florian Hartwig | -4/+4 |
| 2015-12-26 | Fix link that is currently broken due to bad markup | Florian Hartwig | -2/+1 |
| 2015-12-25 | Auto merge of #30558 - jonas-schievink:delete-ast, r=nrc | bors | -25/+33 |
| 2015-12-25 | update valgrind suppressions | Tamir Duberstein | -55/+28 |
| 2015-12-25 | Delete the AST after lowering | Jonas Schievink | -3/+13 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+139 |
| 2015-12-25 | Rollup merge of #30552 - mmcco:align, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-12-25 | Rollup merge of #30551 - nagisa:mir-unit-structs, r=luqmana | Manish Goregaokar | -54/+73 |
| 2015-12-25 | Rollup merge of #30545 - bluss:operator-overload, r=steveklabnik | Manish Goregaokar | -5/+6 |
| 2015-12-25 | Rollup merge of #30528 - michaelwoerister:fix-extern-def-paths, r=nikomatsakis | Manish Goregaokar | -23/+50 |
| 2015-12-25 | Rollup merge of #30518 - semarie:openbsd-snapshot, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-12-25 | Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturon | Manish Goregaokar | -16/+24 |
| 2015-12-25 | Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichton | Manish Goregaokar | -8/+331 |
| 2015-12-25 | Auto merge of #30544 - steveklabnik:rollup, r=steveklabnik | bors | -506/+22 |
| 2015-12-24 | Add test. | Luqman Aden | -0/+28 |
| 2015-12-24 | [MIR] Make sure candidates are reversed before `match_candidates`. | Luqman Aden | -1/+4 |
| 2015-12-24 | Fix whitespace alignment | Michael McConville | -2/+2 |
| 2015-12-25 | Properly translate unit structs in MIR | Simonas Kazlauskas | -54/+73 |
| 2015-12-24 | ast_map => hir_map | Jonas Schievink | -22/+20 |
| 2015-12-24 | Fix link to `Formatter::debug_struct` | mitaa | -1/+1 |