| Age | Commit message (Expand) | Author | Lines |
| 2020-05-10 | Add lld_link_script to TargetOptions | Marko Mijalkovic | -15/+39 |
| 2020-05-10 | Emit a warning when optimization fuel runs out | Jonas Schievink | -7/+11 |
| 2020-05-10 | Auto merge of #72074 - RalfJung:rollup-1ns58no, r=RalfJung | bors | -1760/+1628 |
| 2020-05-10 | Improve E0571 wording | Guillaume Gomez | -3/+3 |
| 2020-05-10 | Fix link to `map` documentation in example | Faris Sufyan | -1/+1 |
| 2020-05-10 | Rollup merge of #72043 - GuillaumeGomez:clean-up-e0569, r=Dylan-DPC | Ralf Jung | -1/+1 |
| 2020-05-10 | Rollup merge of #71945 - GuillaumeGomez:sort-impl-on-foreign-types-section, r... | Ralf Jung | -8/+7 |
| 2020-05-10 | Rollup merge of #71882 - alexcrichton:update-cc, r=Mark-Simulacrum | Ralf Jung | -2/+2 |
| 2020-05-10 | Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obk | Ralf Jung | -1749/+1618 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -9/+9 |
| 2020-05-10 | doc: minus (U+2212) instead of dash (U+002D) for negative infinity | Trevor Spiteri | -2/+2 |
| 2020-05-10 | add linking option strip | YI | -38/+81 |
| 2020-05-10 | Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper | bors | -14/+6 |
| 2020-05-10 | Auto merge of #72020 - alexcrichton:fix-incremental-linker-plugin-lto, r=oli-obk | bors | -35/+71 |
| 2020-05-09 | Fix disagreeement about CGU reuse and LTO | Alex Crichton | -35/+71 |
| 2020-05-10 | Auto merge of #71557 - matthewjasper:mir-asymmetric-or-pattern, r=oli-obk | bors | -19/+102 |
| 2020-05-09 | Auto merge of #69530 - Aaron1011:perf/skip-coerce-var, r=nikomatsakis | bors | -1/+35 |
| 2020-05-09 | Formatting | Marko Mijalkovic | -8/+4 |
| 2020-05-09 | Update stdarch | Marko Mijalkovic | -0/+0 |
| 2020-05-09 | Add mipsel-sony-psp target | Marko Mijalkovic | -0/+350 |
| 2020-05-09 | Auto merge of #5564 - MrAwesome:master, r=flip1995 | bors | -14/+245 |
| 2020-05-09 | Move is_test_module check to top of function | Glenn Hope | -3/+3 |
| 2020-05-09 | Check is_macro inside check_exceptions, update references to fix test | Glenn Hope | -9/+10 |
| 2020-05-09 | Fix test from auto-formatter fix | Glenn Hope | -1/+0 |
| 2020-05-09 | Remove check for Fn, reflect this in test cases, make test cases more robust/... | Glenn Hope | -12/+64 |
| 2020-05-09 | Remove unnecessary field, check for Mod/Fn ItemKind | Glenn Hope | -9/+5 |
| 2020-05-09 | Also have flag disable macro check | Glenn Hope | -1/+1 |
| 2020-05-09 | Add check for "test" in parent name. Include flag for disabling wildcard impo... | Glenn Hope | -28/+75 |
| 2020-05-09 | Check if the parent module name contains "test" | Glenn Hope | -19/+46 |
| 2020-05-09 | Run `cargo dev fmt` | Glenn Hope | -3/+5 |
| 2020-05-09 | Allow 'use super::*;' imports | Glenn Hope | -4/+111 |
| 2020-05-09 | Auto merge of #72041 - RalfJung:rollup-xivrvy2, r=RalfJung | bors | -874/+4111 |
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -14/+16 |
| 2020-05-09 | Visit move out of `_0` when visiting `return` | Jonas Schievink | -3/+38 |
| 2020-05-09 | Auto merge of #5580 - matthiaskrgr:regex_dep, r=flip1995 | bors | -1/+0 |
| 2020-05-09 | Add missing backtick in E0569 explanation | Guillaume Gomez | -1/+1 |
| 2020-05-09 | Sort "implementations on foreign types" section in the sidebar | Guillaume Gomez | -8/+7 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -593/+539 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -107/+115 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -1/+23 |
| 2020-05-09 | Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov | Ralf Jung | -152/+537 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -21/+2897 |
| 2020-05-09 | Address review comments | Matthew Jasper | -7/+11 |
| 2020-05-09 | Bless mir-opt tests | Matthew Jasper | -974/+820 |
| 2020-05-09 | Add some more comments | Matthew Jasper | -7/+22 |
| 2020-05-09 | Auto merge of #72030 - matthiaskrgr:submodule_upd, r=Mark-Simulacrum | bors | -0/+0 |
| 2020-05-09 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -39/+12 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -735/+766 |
| 2020-05-09 | Auto merge of #71994 - jyn514:path-independent, r=Mark-Simulacrum | bors | -2/+15 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -289/+414 |