| Age | Commit message (Expand) | Author | Lines |
| 2017-05-11 | do not fetch variance for items when equating | Niko Matsakis | -0/+43 |
| 2017-05-10 | Skip print-stdout-eprint-stderr test on emscripten | Zack Weinberg | -0/+2 |
| 2017-05-10 | Fix up stability annotations per feedback. | Zack Weinberg | -2/+0 |
| 2017-05-10 | Add `eprint!` and `eprintln!` macros to the prelude. | Zack Weinberg | -0/+40 |
| 2017-05-09 | Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1 | bors | -0/+50 |
| 2017-05-08 | Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakis | Corey Farwell | -0/+17 |
| 2017-05-08 | Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=estebank | Corey Farwell | -0/+18 |
| 2017-05-08 | massive refactor | Christian Poveda | -1/+0 |
| 2017-05-08 | added test | Christian Poveda | -0/+18 |
| 2017-05-08 | dump-mir was causing cycles by invoking item-path-str at bad times | Niko Matsakis | -0/+50 |
| 2017-05-08 | Allow bare CR in ////-style comment. | Masaki Hara | -0/+18 |
| 2017-05-06 | rustc: treat const bodies like fn bodies in middle::region. | Eduard-Mihai Burtescu | -0/+9 |
| 2017-05-03 | Add test for an inference failure. | Charlie Sheridan | -0/+21 |
| 2017-04-30 | refactor the handling of lvalue ops | Ariel Ben-Yehuda | -0/+20 |
| 2017-04-29 | Don't ever warn about #[used] items being dead code. | Eduard-Mihai Burtescu | -0/+17 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -0/+22 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -1/+12 |
| 2017-04-28 | Auto merge of #41591 - frewsxcv:rollup, r=frewsxcv | bors | -0/+26 |
| 2017-04-27 | Auto merge of #41529 - bitshifter:issue-41479, r=eddyb | bors | -0/+18 |
| 2017-04-27 | typeck: resolve type vars before calling `try_index_step` | Ariel Ben-Yehuda | -0/+26 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -0/+835 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -11/+11 |
| 2017-04-25 | Add a regression test for ICE #33287 | Wesley Wiser | -0/+18 |
| 2017-04-25 | Parse trait object types starting with a lifetime bound | Vadim Petrochenkov | -0/+22 |
| 2017-04-25 | Added test for #41479 from @eddyb. | Cameron Hart | -0/+18 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -0/+106 |
| 2017-04-24 | Auto merge of #40123 - TimNN:llvm40, r=alexcrichton | bors | -2/+23 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -0/+729 |
| 2017-04-24 | Fix more merge conflicts | Matthew | -37/+125 |
| 2017-04-23 | FIN: ignore failing test on emscripten, see #41299 | Tim Neumann | -0/+2 |
| 2017-04-23 | FIN: disable backtrace printing for panic-runtime/abort* on ARM | Tim Neumann | -2/+21 |
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -0/+98 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -37/+27 |
| 2017-04-22 | Resolve merge conflict | matthewjasper | -0/+196 |
| 2017-04-20 | Remove float_extras | Josh Stone | -5/+3 |
| 2017-04-20 | Remove num::{Zero,One} | Josh Stone | -12/+23 |
| 2017-04-20 | Remove BinaryHeap::{push_pop,replace} | Josh Stone | -2/+0 |
| 2017-04-20 | Remove EnumSet | Josh Stone | -18/+1 |
| 2017-04-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -0/+1 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -0/+195 |
| 2017-04-20 | Stabilize RFC 1506 - clarified ADT kinds | Matthew | -2/+0 |
| 2017-04-19 | propagate obligations during overlap check | Niko Matsakis | -0/+16 |
| 2017-04-19 | Auto merge of #41325 - eddyb:isolate-snapshots-for-good, r=arielb1 | bors | -0/+4 |
| 2017-04-17 | Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov | Corey Farwell | -0/+115 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -0/+5 |
| 2017-04-16 | rustc_typeck: fix binops needing more type informations to coerce. | Eduard-Mihai Burtescu | -0/+4 |
| 2017-04-15 | reduce macro rule duplication in test | Alex Burka | -20/+4 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -0/+1 |
| 2017-04-15 | parse interpolated visibility tokens | Alex Burka | -2/+14 |
| 2017-04-15 | update :vis implementation to current rust | Alex Burka | -10/+9 |