| Age | Commit message (Expand) | Author | Lines |
| 2021-01-12 | Rollup merge of #80600 - CoffeeBlend:maybe_uninit_array_assume_init, r=dtolnay | Yuki Okushi | -0/+56 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -29/+48 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -17/+34 |
| 2021-01-12 | Fix implementation | CoffeeBlend | -1/+1 |
| 2021-01-12 | Auto merge of #80928 - JohnTitor:rollup-sgerm3j, r=JohnTitor | bors | -153/+231 |
| 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 #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -1/+10 |
| 2021-01-12 | Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk | Yuki Okushi | -19/+15 |
| 2021-01-12 | Rollup merge of #80864 - ericseppanen:master, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-12 | Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk | Yuki Okushi | -94/+108 |
| 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 | -20/+69 |
| 2021-01-11 | Simplify array_assume_init | CoffeeBlend | -12/+5 |
| 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 | -15/+5 |
| 2021-01-11 | new target | Gus Caplan | -6/+12 |
| 2021-01-11 | Use correct ABI for wasm32 by default | Gus Caplan | -1/+6 |
| 2021-01-11 | Auto merge of #75490 - LukasKalbertodt:add-basic-array-methods, r=dtolnay | bors | -3/+72 |
| 2021-01-11 | Auto merge of #80889 - cjgillot:asa, r=oli-obk | bors | -12/+4 |
| 2021-01-11 | Add `[T; N]::each_ref` and `[T; N]::each_mut` | Lukas Kalbertodt | -3/+72 |
| 2021-01-11 | Add tracking issue for array_assume_init | CoffeeBlend | -1/+1 |
| 2021-01-11 | Auto merge of #80905 - JohnTitor:rollup-tmmwmnb, r=JohnTitor | bors | -45/+76 |
| 2021-01-11 | Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 | Yuki Okushi | -3/+1 |
| 2021-01-11 | Rollup merge of #80887 - camelid:fix-log-color-auto, r=RalfJung | Yuki Okushi | -2/+21 |
| 2021-01-11 | Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomez | Yuki Okushi | -21/+26 |
| 2021-01-11 | Rollup merge of #80878 - unseddd:abi, r=RalfJung | Yuki Okushi | -5/+14 |
| 2021-01-11 | Rollup merge of #80872 - eltociear:patch-4, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-01-11 | Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnr | Yuki Okushi | -13/+13 |
| 2021-01-10 | Fix small typo | Camelid | -1/+1 |
| 2021-01-11 | Auto merge of #80818 - 12101111:system-libunwind, r=Mark-Simulacrum | bors | -0/+4 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -3/+1 |
| 2021-01-10 | Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper | bors | -57/+90 |
| 2021-01-10 | Do not query the HIR in `opt_associated_item`. | Camille GILLOT | -12/+4 |
| 2021-01-10 | log-color: Detect TTY based on stderr, not stdout | Camelid | -2/+21 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -1/+10 |
| 2021-01-10 | Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit... | bors | -9/+22 |
| 2021-01-10 | Use standard formatting for "rust-call" ABI message | Camelid | -13/+13 |
| 2021-01-10 | Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkov | bors | -1/+50 |
| 2021-01-10 | Add ABI argument to `find_mir_or_eval_fn` | Nym Seddon | -5/+14 |
| 2021-01-10 | Small cleanups | Joshua Nelson | -15/+4 |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -6/+22 |
| 2021-01-10 | Merge different function exits | LingMan | -7/+2 |
| 2021-01-10 | Fix typo in source-based-code-coverage.md | Ikko Ashimine | -1/+1 |
| 2021-01-10 | resolve: Simplify built-in macro table | Vadim Petrochenkov | -19/+15 |
| 2021-01-10 | Auto merge of #80391 - ssomers:btree_cleanup_slices_3, r=Mark-Simulacrum | bors | -26/+32 |
| 2021-01-10 | Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor | bors | -171/+299 |
| 2021-01-10 | Rollup merge of #80857 - camelid:vec-truncate-comment, r=scottmcm | Yuki Okushi | -0/+3 |
| 2021-01-10 | Rollup merge of #80850 - m-ou-se:rustc-builtin-macro-name, r=petrochenkov | Yuki Okushi | -15/+13 |