| Age | Commit message (Expand) | Author | Lines |
| 2020-08-18 | Rollup merge of #75626 - GuillaumeGomez:cleanup-e0754, r=pickfire | Yuki Okushi | -13/+7 |
| 2020-08-18 | Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkov | Yuki Okushi | -0/+70 |
| 2020-08-18 | Rollup merge of #75578 - 5M1Sec:master, r=oli-obk | Yuki Okushi | -13/+16 |
| 2020-08-18 | Rollup merge of #75389 - RalfJung:span_label, r=davidtwco | Yuki Okushi | -12/+17 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -458/+565 |
| 2020-08-17 | Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiser | bors | -267/+381 |
| 2020-08-17 | Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obk | bors | -24/+24 |
| 2020-08-17 | Improve display | Guillaume Gomez | -6/+4 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -3/+180 |
| 2020-08-17 | Make a test platform independent | Oliver Scherer | -7/+11 |
| 2020-08-17 | Clean up E0754 explanation | Guillaume Gomez | -9/+5 |
| 2020-08-17 | clippy: support `QPath::LangItem` | David Wood | -130/+117 |
| 2020-08-17 | attempt to improve span_label docs | Ralf Jung | -12/+17 |
| 2020-08-17 | Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obk | bors | -10/+23 |
| 2020-08-17 | fix typo | Ralf Jung | -1/+1 |
| 2020-08-17 | Auto merge of #75568 - ehuss:cloudabi-tier3, r=Mark-Simulacrum | bors | -5/+2 |
| 2020-08-16 | Allowing raw ptr dereference in const fn | 5M1Sec | -13/+16 |
| 2020-08-17 | Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisa | bors | -91/+959 |
| 2020-08-16 | Add explanation for `&mut self` method call when expecting `-> Self` | Esteban Küber | -0/+70 |
| 2020-08-16 | Rollup merge of #75569 - tmiasko:emscripten, r=tlively | Tyler Mandry | -2/+2 |
| 2020-08-16 | Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddyb | Tyler Mandry | -0/+1 |
| 2020-08-16 | Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddyb | Tyler Mandry | -0/+205 |
| 2020-08-16 | Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddyb | Tyler Mandry | -15/+12 |
| 2020-08-16 | Rollup merge of #74346 - eddyb:reachable-defs, r=nikomatsakis | Tyler Mandry | -57/+55 |
| 2020-08-16 | Rollup merge of #74314 - eddyb:closure-substs-direct, r=nikomatsakis | Tyler Mandry | -82/+118 |
| 2020-08-16 | Rollup merge of #74204 - ayazhafiz:i/74120, r=eddyb | Tyler Mandry | -1/+43 |
| 2020-08-16 | Fix fortanix build | Mark Rousskov | -1/+1 |
| 2020-08-16 | Implement 'considered equal' for statements, so that for example `_0 = _1` an... | Simon Vandel Sillesen | -267/+381 |
| 2020-08-16 | move DelaySpanBugEmitted to ty::context | mark | -15/+12 |
| 2020-08-16 | Auto merge of #73176 - LeSeulArtichaut:tyctxtat-err, r=eddyb | bors | -3/+19 |
| 2020-08-16 | rustc_typeck: construct {Closure,Generator}Substs more directly. | Eduard-Mihai Burtescu | -82/+118 |
| 2020-08-16 | Use LocalDefId instead of HirId for reachable_set elements. | Eduard-Mihai Burtescu | -57/+55 |
| 2020-08-16 | Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddyb | bors | -0/+7 |
| 2020-08-16 | miri engine: add option to use force_int for alignment check | Ralf Jung | -10/+23 |
| 2020-08-16 | rustdoc: clean `QPath::LangItem` | David Wood | -0/+21 |
| 2020-08-16 | resolve: support `GenericBound::LangItemTrait` | David Wood | -0/+28 |
| 2020-08-16 | hir: simplify `is_range_literal` | David Wood | -49/+23 |
| 2020-08-16 | save_analysis: support `QPath::LangItem` | David Wood | -44/+32 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -314/+289 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -1/+37 |
| 2020-08-16 | tests: add test for #61019's current behaviour | David Wood | -0/+90 |
| 2020-08-16 | lang_items: add support for lang items on variants | David Wood | -1/+9 |
| 2020-08-16 | Auto merge of #75536 - estebank:e0255-suggestion, r=varkor | bors | -139/+295 |
| 2020-08-15 | Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddyb | bors | -2/+4 |
| 2020-08-16 | Only measure time spent dropping the AST | marmeladema | -2/+4 |
| 2020-08-15 | Auto merge of #75514 - gdhuper:gdhuper/replace_log_with_tracing, r=davidtwco | bors | -104/+109 |
| 2020-08-15 | Bump minor version of emsdk to 1.38.47 | Tomasz Miąsko | -2/+2 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -104/+109 |
| 2020-08-15 | Auto merge of #75560 - Mark-Simulacrum:rustc-docs, r=matthiaskrgr | bors | -0/+2 |
| 2020-08-15 | Auto merge of #75483 - mati865:mingw-lld-flags, r=petrochenkov | bors | -67/+71 |