| Age | Commit message (Expand) | Author | Lines |
| 2018-02-02 | Auto merge of #47943 - MaloJaffre:beta-backport, r=Mark-Simulacrum | bors | -0/+63 |
| 2018-02-02 | Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddyb | bors | -0/+162 |
| 2018-02-01 | rustc_trans: keep LLVM types for trait objects anonymous. | Eduard-Mihai Burtescu | -0/+18 |
| 2018-02-01 | Expand union test to include different types | Ryan Cumming | -7/+26 |
| 2018-02-01 | Fix ICE on const eval of union field | Ryan Cumming | -0/+26 |
| 2018-01-31 | add regression test | Niko Matsakis | -0/+162 |
| 2018-01-23 | avoid double-unsizing arrays in bytestring match lowering | Ariel Ben-Yehuda | -0/+37 |
| 2018-01-12 | Treat #[path] files as mod.rs files | Taylor Cramer | -0/+0 |
| 2018-01-01 | Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried | bors | -0/+119 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -12/+10 |
| 2017-12-30 | Add tests on fixed ICEs | Seiichi Uchida | -0/+42 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -2/+0 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -10/+10 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -0/+7 |
| 2017-12-28 | Fix build and add a macro lifetime labels test | Matt Peterson | -0/+43 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -0/+69 |
| 2017-12-27 | Auto merge of #47014 - topecongiro:fixed-ices, r=estebank | bors | -0/+113 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -0/+45 |
| 2017-12-27 | Auto merge of #47009 - eddyb:issue-46855, r=arielb1 | bors | -0/+34 |
| 2017-12-27 | Auto merge of #46977 - est31:column_fix, r=dtolnay | bors | -5/+5 |
| 2017-12-26 | Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1 | bors | -0/+43 |
| 2017-12-26 | rustc_trans: support ZST indexing involving uninhabited types. | Eduard-Mihai Burtescu | -0/+34 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+45 |
| 2017-12-26 | Add tests to fixed ICEs | Seiichi Uchida | -0/+113 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -0/+17 |
| 2017-12-24 | Auto merge of #46859 - gereeter:uninhabited-unions, r=eddyb | bors | -0/+39 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+43 |
| 2017-12-24 | Fix tests | est31 | -5/+5 |
| 2017-12-23 | Give MIR borrowck a better understanding of inline asm | Matthew Jasper | -0/+43 |
| 2017-12-23 | Update check::cast::pointer_kind logic to new rustc | Ariel Ben-Yehuda | -0/+17 |
| 2017-12-22 | Auto merge of #46752 - Yoric:nll, r=arielb1 | bors | -0/+34 |
| 2017-12-22 | Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1 | kennytm | -2/+11 |
| 2017-12-21 | Issue #46589 - Kill borrows on a local variable whenever we assign over this ... | David Teller | -0/+34 |
| 2017-12-21 | Add a feature gate for nested uses of `impl Trait` | Taylor Cramer | -1/+1 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -3/+2 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -0/+173 |
| 2017-12-21 | Mir: Abort on nounwind ABIs | David Henningsson | -0/+43 |
| 2017-12-20 | add some run-pass tests for NLL showing that things work as expected | Niko Matsakis | -0/+108 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -1/+0 |
| 2017-12-20 | feature nll implies two-phase-borrows | Santiago Pastorino | -1/+3 |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -0/+3 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -2/+2 |
| 2017-12-20 | rustc: do not raise the alignment of optimized enums to the niche's alignment. | Eduard-Mihai Burtescu | -2/+11 |
| 2017-12-19 | Ignore pretty printing tests for non_modrs_mods | Taylor Cramer | -0/+2 |
| 2017-12-19 | Only mark unions as uninhabited if all of their fields are uninhabited. Fixes... | Jonathan S | -0/+39 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -0/+171 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -0/+107 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+16 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -2/+2 |