| Age | Commit message (Expand) | Author | Lines |
| 2018-10-13 | rustc/driver: improve common patterns | ljedrz | -38/+23 |
| 2018-10-13 | rustc/driver: use Cow<str> where applicable | ljedrz | -7/+8 |
| 2018-10-13 | rustc/driver: improve/remove allocations | ljedrz | -15/+12 |
| 2018-10-12 | rustc/driver: improve macro calls | ljedrz | -1/+1 |
| 2018-10-08 | Stabilize the `Option::replace` method | Clément Renault | -1/+0 |
| 2018-09-30 | Re-export `getopts` so custom drivers can reference it. | Richard Diamond | -1/+1 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-28 | Remap only source files in the command line | Igor Matuszewski | -0/+1 |
| 2018-09-26 | Remove OneVector | ljedrz | -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 |