| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #59363 - peterjoel:issue_59361_edition_opt_shortlist, r=nagisa | Mazdak Farrokhzad | 2019-03-28 | 1 | -6/+6 |
|\ |
|
| * | Fixes #59361 | Peter Hall | 2019-03-23 | 1 | -6/+6 |
* | | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | 2019-03-23 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Elide object safety errors on non-existent trait function | Esteban Küber | 2019-03-15 | 1 | -0/+4 |
* | | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | 2019-03-16 | 1 | -1/+1 |
* | | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | 2019-03-16 | 1 | -1/+2 |
* | | Add `-Z allow_features=...` flag | Tyler Mandry | 2019-03-14 | 1 | -0/+6 |
* | | Add support for comma-separated option lists | Tyler Mandry | 2019-03-14 | 1 | -0/+13 |
|/ |
|
* | Use derive macro for HashStable | John Kåre Alsaker | 2019-03-13 | 1 | -1/+2 |
* | Make the rustc driver and interface demand driven | John Kåre Alsaker | 2019-03-10 | 2 | -24/+30 |
* | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | 2019-03-08 | 2 | -5/+14 |
|\ |
|
| * | Update treat-err-as-bug help text | Esteban Küber | 2019-03-07 | 1 | -1/+1 |
| * | Keep current behavior while accepting error count | Esteban Küber | 2019-03-07 | 1 | -2/+11 |
| * | Fix incorrect default | Esteban Kuber | 2019-03-06 | 1 | -1/+1 |
| * | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | 2019-03-06 | 2 | -4/+4 |
* | | Allow linking to a proc macro on the target in metadata and still use a host ... | John Kåre Alsaker | 2019-03-05 | 2 | -0/+3 |
|/ |
|
* | Remove profiler output and replace with a raw event dump | Wesley Wiser | 2019-03-03 | 2 | -7/+2 |
* | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | 2019-03-03 | 1 | -24/+22 |
* | Add support for using a jobserver with Rayon | John Kåre Alsaker | 2019-03-01 | 1 | -27/+3 |
* | Introduce rustc_interface and move some methods there | John Kåre Alsaker | 2019-02-28 | 2 | -43/+73 |
* | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | 2019-02-14 | 1 | -15/+1 |
|\ |
|
| * | rustc: Implement incremental "fat" LTO | Alex Crichton | 2019-02-12 | 1 | -15/+1 |
* | | Rollup merge of #58365 - Zoxc:task-status, r=michaelwoerister | Mazdak Farrokhzad | 2019-02-14 | 1 | -0/+2 |
|\ \ |
|
| * | | Add an option to print the status of incremental tasks / dep nodes after runn... | John Kåre Alsaker | 2019-02-11 | 1 | -0/+2 |
| |/ |
|
* | | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | 2019-02-13 | 2 | -4/+3 |
|\ \ |
|
| * | | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | 2019-02-13 | 2 | -4/+3 |
| |/ |
|
* | | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | 2019-02-13 | 2 | -22/+24 |
|\ \ |
|
| * | | Stabilize linker-plugin based LTO. | Michael Woerister | 2019-02-12 | 2 | -22/+24 |
| |/ |
|
* | | rustc: doc comments | Alexander Regueiro | 2019-02-10 | 2 | -20/+20 |
|/ |
|
* | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | 2019-02-07 | 1 | -2/+2 |
|\ |
|
| * | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | 2019-01-30 | 1 | -2/+2 |
* | | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | 2019-02-07 | 4 | -32/+32 |
|\ \ |
|
| * | | move librustc to 2018 | Mark Mansi | 2019-02-05 | 4 | -32/+32 |
* | | | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | 2019-02-06 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | 2019-01-31 | 1 | -0/+2 |
| |/ |
|
* | | Cleanup unecessary code | Aaron Hill | 2019-02-01 | 1 | -10/+0 |
* | | Replace --extern-public with --extern-private | Aaron Hill | 2019-02-01 | 1 | -20/+21 |
* | | Tidy fixes | Aaron Hill | 2019-02-01 | 1 | -1/+1 |
* | | Move --extern-public behind -Z unstable-options | Aaron Hill | 2019-02-01 | 1 | -17/+22 |
* | | Track extern_public command-line argument | Aaron Hill | 2019-02-01 | 1 | -5/+5 |
* | | Clippy fixes, rename stuff to match RFC | Aaron Hill | 2019-02-01 | 1 | -1/+1 |
* | | Always treat 'std' and 'core' as public | Aaron Hill | 2019-02-01 | 1 | -1/+5 |
* | | Initial implementation work | Aaron Hill | 2019-02-01 | 1 | -0/+24 |
|/ |
|
* | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | 2019-01-28 | 2 | -12/+12 |
* | remove `_with_applicability` from suggestion fns | Andy Russell | 2019-01-26 | 1 | -1/+1 |
* | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | 2019-01-26 | 1 | -0/+2 |
|\ |
|
| * | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | 2019-01-19 | 1 | -0/+2 |
* | | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | 2019-01-24 | 1 | -0/+2 |
* | | Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk | Mazdak Farrokhzad | 2019-01-19 | 1 | -2/+7 |
|\ \ |
|
| * | | Add missing unpretty option help message | Hirokazu Hata | 2019-01-15 | 1 | -2/+7 |