| Age | Commit message (Expand) | Author | Lines |
| 2021-01-13 | Rollup merge of #80232 - bugadani:roundtrip, r=estebank | Dylan DPC | -4/+2 |
| 2021-01-13 | Rollup merge of #79588 - estebank:issue-79187, r=oli-obk | Dylan DPC | -12/+64 |
| 2021-01-13 | Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebank | Dylan DPC | -1/+34 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -68/+123 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -12/+64 |
| 2021-01-12 | Make `DefIdForest` cheaper to clone | Nadrieril | -59/+81 |
| 2021-01-12 | Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a... | bors | -7/+14 |
| 2021-01-12 | Turn type inhabitedness into a query | Nadrieril | -27/+60 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -91/+333 |
| 2021-01-12 | Coverage computation needs access to the MIR, too | oli | -6/+13 |
| 2021-01-12 | Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d... | bors | -165/+224 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -44/+41 |
| 2021-01-12 | Auto merge of #80939 - JohnTitor:rollup-pymns4q, r=JohnTitor | bors | -65/+28 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -1/+1 |
| 2021-01-12 | Rollup merge of #80927 - LingMan:matches, r=estebank | Yuki Okushi | -2/+1 |
| 2021-01-12 | Rollup merge of #80897 - camelid:atty, r=jyn514 | Yuki Okushi | -33/+3 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -29/+23 |
| 2021-01-12 | Auto merge of #80463 - tgnottingham:incr_comp_serial_mem_usage, r=oli-obk | bors | -220/+686 |
| 2021-01-11 | driver: Use `atty` instead of rolling our own | Camelid | -33/+3 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -5/+31 |
| 2021-01-12 | Replace a simple `if let` with the `matches` macro | LingMan | -2/+1 |
| 2021-01-11 | fix typo in trait method mutability mismatch help | Andy Russell | -1/+1 |
| 2021-01-12 | Auto merge of #80928 - JohnTitor:rollup-sgerm3j, r=JohnTitor | bors | -123/+170 |
| 2021-01-12 | Rollup merge of #80923 - LingMan:exits, r=varkor | Yuki Okushi | -7/+2 |
| 2021-01-12 | Rollup merge of #80904 - camelid:fix-small-typo, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-01-12 | Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk | Yuki Okushi | -19/+15 |
| 2021-01-12 | Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk | Yuki Okushi | -74/+68 |
| 2021-01-12 | Rollup merge of #80042 - sivadeilra:cold_bits, r=oli-obk | Yuki Okushi | -6/+20 |
| 2021-01-12 | Rollup merge of #79998 - devsnek:wasm32-bindgen-compat, r=alexcrichton | Yuki Okushi | -4/+5 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -12/+59 |
| 2021-01-11 | Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebank | bors | -56/+222 |
| 2021-01-11 | squash! fix wasi | Gus Caplan | -14/+5 |
| 2021-01-11 | new target | Gus Caplan | -6/+11 |
| 2021-01-11 | Use correct ABI for wasm32 by default | Gus Caplan | -1/+6 |
| 2021-01-11 | rustc_serialize: fix incorrect signed LEB128 decoding | Tyson Nottingham | -58/+89 |
| 2021-01-11 | Serialize incr comp structures to file via fixed-size buffer | Tyson Nottingham | -175/+610 |
| 2021-01-12 | Add FIXME note about storing &'tcx str | jumbatm | -0/+5 |
| 2021-01-12 | Remove unnecessary allocation. | jumbatm | -4/+4 |
| 2021-01-12 | Use tcx.symbol_name to check for clashes. | jumbatm | -7/+9 |
| 2021-01-11 | --emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn` | oli | -11/+21 |
| 2021-01-11 | Auto merge of #80889 - cjgillot:asa, r=oli-obk | bors | -12/+4 |
| 2021-01-11 | Rollup merge of #80887 - camelid:fix-log-color-auto, r=RalfJung | Yuki Okushi | -2/+21 |
| 2021-01-11 | Rollup merge of #80878 - unseddd:abi, r=RalfJung | Yuki Okushi | -5/+14 |
| 2021-01-11 | Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnr | Yuki Okushi | -1/+1 |
| 2021-01-10 | Fix small typo | Camelid | -1/+1 |
| 2021-01-10 | Tweak `?` inference error messages | William Bain | -11/+8 |
| 2021-01-10 | Extract parent def handling for infer failure err | William Bain | -35/+20 |
| 2021-01-10 | Refactor `cannot infer ...` message rendering | William Bain | -145/+92 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -41/+171 |
| 2021-01-10 | Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper | bors | -57/+90 |