| Age | Commit message (Expand) | Author | Lines |
| 2020-01-03 | Rollup merge of #67762 - lzutao:systemtime-links, r=joshtriplett | Yuki Okushi | -0/+2 |
| 2020-01-03 | Rollup merge of #67736 - taralx:patch-1, r=sfackler | Yuki Okushi | -2/+2 |
| 2020-01-03 | Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-01-03 | Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es... | Yuki Okushi | -16/+89 |
| 2020-01-03 | Rollup merge of #67450 - michaelwoerister:bootstrap-import-limit, r=Mark-Simu... | Yuki Okushi | -1/+21 |
| 2020-01-02 | Set a lower ThinLTO import limit for PR CI image. | Michael Woerister | -1/+3 |
| 2020-01-02 | bootstrap: Allow for setting the ThinLTO import limit used for compiler the c... | Michael Woerister | -0/+18 |
| 2020-01-02 | Auto merge of #63177 - MOZGIII:find-result, r=Amanieu | bors | -0/+79 |
| 2020-01-02 | Auto merge of #67779 - Amanieu:ehabi_fix, r=Mark-Simulacrum | bors | -1/+9 |
| 2020-01-02 | Auto merge of #67700 - cjgillot:passes-stability, r=Zoxc | bors | -609/+628 |
| 2020-01-02 | Auto merge of #67689 - mark-i-m:update-guide, r=JohnTitor | bors | -0/+0 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+79 |
| 2020-01-01 | Auto merge of #67676 - wesleywiser:lint_overflowing_int_casts, r=oli-obk | bors | -63/+219 |
| 2020-01-01 | Ignore overflow lint on 32-bit platform | Wesley Wiser | -0/+3 |
| 2020-01-01 | update rustc-guide | Mark Mansi | -0/+0 |
| 2020-01-01 | Update the barrier cache during ARM EHABI unwinding | Amanieu d'Antras | -1/+9 |
| 2020-01-01 | Auto merge of #67729 - mati865:deps, r=nikomatsakis | bors | -1/+1 |
| 2020-01-01 | Move stability queries to librustc_passes. | Camille GILLOT | -472/+491 |
| 2020-01-01 | Move stability.rs to librustc_passes. | Camille GILLOT | -0/+0 |
| 2020-01-01 | Auto merge of #67471 - nnethercote:revert-66405, r=nikomatsakis | bors | -111/+80 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -601/+601 |
| 2019-12-31 | Revert parts of #66405. | Nicholas Nethercote | -111/+80 |
| 2019-12-31 | Auto merge of #67726 - JohnTitor:clippy-up, r=oli-obk | bors | -7/+9 |
| 2019-12-31 | Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centril | bors | -509/+713 |
| 2019-12-31 | Rollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe | Mazdak Farrokhzad | -9/+19 |
| 2019-12-31 | Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkov | Mazdak Farrokhzad | -142/+147 |
| 2019-12-31 | Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebank | Mazdak Farrokhzad | -244/+418 |
| 2019-12-31 | Rollup merge of #67702 - crlf0710:normalize_ident2, r=petrochenkov | Mazdak Farrokhzad | -15/+14 |
| 2019-12-31 | Rollup merge of #67685 - lukaslueg:const_result, r=oli-obk | Mazdak Farrokhzad | -3/+7 |
| 2019-12-31 | Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-Simulacrum | Mazdak Farrokhzad | -96/+108 |
| 2019-12-31 | Add missing links for insecure_time | Lzu Tao | -0/+2 |
| 2019-12-31 | nix `lower_label` identity function. | Mazdak Farrokhzad | -21/+7 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -76/+78 |
| 2019-12-31 | librustc_ast_lowering: cargo changes. | Mazdak Farrokhzad | -1/+25 |
| 2019-12-31 | librustc_ast_lowering: move the files. | Mazdak Farrokhzad | -0/+0 |
| 2019-12-31 | Auto merge of #67699 - cjgillot:passes-resolve, r=Zoxc | bors | -2866/+2915 |
| 2019-12-31 | Constify Result | Lukas Lueg | -3/+7 |
| 2019-12-31 | Auto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r=Dylan-DPC | bors | -909/+920 |
| 2019-12-31 | Rollup merge of #67735 - petrochenkov:uibool, r=Mark-Simulacrum | Dylan DPC | -27/+17 |
| 2019-12-31 | Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPC | Dylan DPC | -3/+54 |
| 2019-12-31 | Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc | Dylan DPC | -877/+847 |
| 2019-12-31 | Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2019-12-31 | Update Clippy | Yuki Okushi | -7/+9 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -17/+17 |
| 2019-12-31 | Auto merge of #67597 - estebank:placeholder-type, r=oli-obk | bors | -119/+516 |
| 2019-12-31 | Simplify ResolveLiftimes creation. | Camille GILLOT | -62/+31 |
| 2019-12-31 | Review comments. | Camille GILLOT | -13/+5 |
| 2019-12-31 | Inert doc comments. | Camille GILLOT | -0/+2 |
| 2019-12-31 | Move resolve_lifetimes query in librustc_resolve. | Camille GILLOT | -102/+188 |
| 2019-12-31 | Move resolve_lifetime.rs to librustc_resolve. | Camille GILLOT | -0/+0 |