| Age | Commit message (Expand) | Author | Lines |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -28/+28 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -2/+2 |
| 2018-08-14 | Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis | kennytm | -1/+3 |
| 2018-08-14 | Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebank | kennytm | -2/+1 |
| 2018-08-09 | Don't set rlimit to a lower value than the current | varkor | -1/+3 |
| 2018-08-09 | set the syntax edition in the driver's phase 1 | QuietMisdreavus | -2/+1 |
| 2018-08-09 | [nll] librustc_driver: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -0/+1 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -2/+1 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -3/+3 |
| 2018-08-02 | make `everybody_loops` keep item declarations | QuietMisdreavus | -0/+1 |
| 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 |