| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -4/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -4/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -8/+3 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Simplify | Shotaro Yamada | -1/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -7/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-25 | Improve readability in a few sorts | ljedrz | -4/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-24 | force the doctest rustc thread to share the name of the test | QuietMisdreavus | -5/+17 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -13/+35 |
| 2018-07-12 | Deny bare trait objects in librustc_driver | ljedrz | -18/+20 |
| 2018-07-06 | Haiku: work around the lack of setrlimit | Niels Sascha Reedijk | -1/+21 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-05 | Impl CompilerCalls for CompileController instead of AdHocCompilerCalls | bjorn3 | -24/+0 |
| 2018-06-05 | Add AdHocCalls and pass self to build_controller as Box<Self> | bjorn3 | -22/+50 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -1/+2 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -36/+38 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -16/+22 |
| 2018-05-13 | Add Sync bounds to the crate store | John Kåre Alsaker | -0/+2 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -1/+1 |
| 2018-04-27 | rustc_driver: Catch ICEs on the main thread too | Josh Stone | -1/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -2/+2 |
| 2018-04-17 | Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD. | Michael Woerister | -0/+4 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -0/+12 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -8/+3 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -0/+12 |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -8/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -8/+49 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -24/+30 |
| 2018-03-20 | Reinit the stack guard on unexpected failure | Tatsuyuki Ishi | -3/+3 |
| 2018-03-19 | Address review comments | Tatsuyuki Ishi | -3/+5 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Windows | Tatsuyuki Ishi | -1/+5 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Unix | Tatsuyuki Ishi | -8/+43 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -2/+2 |
| 2018-03-16 | Always print `aborting due to n previous error(s)` and only print it once for... | John Kåre Alsaker | -24/+30 |
| 2018-03-15 | Require a thread-safe file loader | John Kåre Alsaker | -2/+2 |
| 2018-03-15 | Rollup merge of #48993 - alexheretic:fix-48816, r=michaelwoerister | kennytm | -0/+6 |
| 2018-03-15 | Rollup merge of #48765 - Phlosioneer:10234-wall-help-message, r=estebank | kennytm | -0/+16 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -0/+11 |
| 2018-03-13 | fix #48816 don't print help on indirect compiler ICE | Alex Butler | -0/+6 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+1 |
| 2018-03-12 | Update -Wall message based on feedback | Phlosioneer | -4/+3 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -1/+1 |