| Age | Commit message (Expand) | Author | Lines |
| 2021-01-30 | Precompute ancestors when checking privacy | Tomasz Miąsko | -33/+21 |
| 2021-01-30 | Auto merge of #81453 - jumbatm:clashing-extern-decl-perf, r=nagisa | bors | -4/+4 |
| 2021-01-30 | Auto merge of #81545 - JohnTitor:rollup-zlt3tn6, r=JohnTitor | bors | -99/+602 |
| 2021-01-30 | Auto merge of #81521 - nikic:update-dist-various, r=Mark-Simulacrum | bors | -22/+20 |
| 2021-01-30 | Rollup merge of #81520 - jyn514:rustc2, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-01-30 | Rollup merge of #81519 - jyn514:rustup-toolchain, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2021-01-30 | Rollup merge of #81515 - eltociear:patch-7, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-01-30 | Rollup merge of #81512 - GuillaumeGomez:cleanup-fixme-rustdoc, r=bugadani | Yuki Okushi | -2/+1 |
| 2021-01-30 | Rollup merge of #81505 - henryboisdequin:cold_path-not-pub, r=sanxiyn | Yuki Okushi | -2/+2 |
| 2021-01-30 | Rollup merge of #81501 - calebcartwright:update-rustfmt, r=sanxiyn | Yuki Okushi | -6/+6 |
| 2021-01-30 | Rollup merge of #81499 - SOF3:patch-1, r=sanxiyn | Yuki Okushi | -1/+1 |
| 2021-01-30 | Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG... | Yuki Okushi | -13/+21 |
| 2021-01-30 | Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obk | Yuki Okushi | -0/+62 |
| 2021-01-30 | Rollup merge of #81468 - est31:cfg_version, r=petrochenkov | Yuki Okushi | -5/+108 |
| 2021-01-30 | Rollup merge of #81409 - gilescope:chars_count, r=joshtriplett | Yuki Okushi | -6/+1 |
| 2021-01-30 | Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda... | Yuki Okushi | -5/+67 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -17/+8 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -37/+30 |
| 2021-01-30 | Rollup merge of #80562 - nagisa:nagisa/bools-are-unsigned, r=eddyb | Yuki Okushi | -2/+20 |
| 2021-01-30 | Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAus | Yuki Okushi | -0/+271 |
| 2021-01-30 | Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum | bors | -12/+19 |
| 2021-01-30 | Auto merge of #81398 - bugadani:rustdoc-perf, r=GuillaumeGomez | bors | -512/+521 |
| 2021-01-30 | rustdoc tweaking | bors | -512/+521 |
| 2021-01-30 | Consider Scalar to be a bool only if its unsigned | Simonas Kazlauskas | -2/+20 |
| 2021-01-29 | Auto merge of #81534 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2021-01-29 | update Miri | Ralf Jung | -7/+7 |
| 2021-01-29 | Update dist-various to Ubuntu 20.04 | Nikita Popov | -22/+20 |
| 2021-01-29 | Don't clone LLVM submodule when download-ci-llvm is set | Joshua Nelson | -1/+1 |
| 2021-01-29 | Don't print error output from rustup when detecting default build triple | Joshua Nelson | -1/+2 |
| 2021-01-29 | Fix typo in pat.rs | Ikko Ashimine | -1/+1 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -37/+30 |
| 2021-01-29 | Auto merge of #81470 - tmiasko:remove-allocations, r=matthewjasper | bors | -7/+6 |
| 2021-01-29 | Add missiong variants in match binding | Guillaume Gomez | -2/+1 |
| 2021-01-29 | fix typo | Henry Boisdequin | -1/+1 |
| 2021-01-29 | Auto merge of #81419 - rylev:canocalize-extern-entries, r=petrochenkov | bors | -20/+54 |
| 2021-01-29 | Pre-canoncalize ExternLocation::ExactPaths | Ryan Levick | -20/+54 |
| 2021-01-29 | `fn cold_path` doesn't need to be pub | Henry Boisdequin | -1/+1 |
| 2021-01-29 | Add tests | est31 | -0/+94 |
| 2021-01-29 | Treat nightlies for a version as complete | est31 | -5/+14 |
| 2021-01-29 | Auto merge of #81440 - tmiasko:always-live-locals, r=matthewjasper | bors | -19/+12 |
| 2021-01-28 | update rustfmt to v1.4.34 | Caleb Cartwright | -6/+6 |
| 2021-01-28 | Add a test for syntax like: ..t.s | Dhruv Jauhar | -1/+17 |
| 2021-01-29 | Updated Vec::splice documentation | Chan Kwan Yin | -1/+1 |
| 2021-01-29 | Auto merge of #81073 - ssomers:btree_owned_root_vs_dying, r=Mark-Simulacrum | bors | -32/+73 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -13/+21 |
| 2021-01-29 | Auto merge of #81493 - JohnTitor:rollup-sa4m4zh, r=JohnTitor | bors | -442/+979 |
| 2021-01-29 | Rollup merge of #81459 - probablykasper:text-selection-fix, r=Nemo157 | Yuki Okushi | -32/+32 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -144/+66 |
| 2021-01-29 | Rollup merge of #81306 - SkiFire13:fuse-flatten, r=cuviper | Yuki Okushi | -2/+31 |
| 2021-01-29 | Rollup merge of #81287 - CraftSpider:json-crate, r=jyn514,GuillaumeGomez | Yuki Okushi | -59/+88 |