| Age | Commit message (Expand) | Author | Lines |
| 2021-01-29 | update Miri | Ralf Jung | -7/+7 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -37/+70 |
| 2021-01-29 | Fix unused 'mut' warning for capture's root variable | Aman Arora | -17/+46 |
| 2021-01-29 | Test for restricting capture precision | Aman Arora | -0/+657 |
| 2021-01-29 | Test cases for handling mutable references | Aman Arora | -0/+245 |
| 2021-01-29 | rustdoc: Move `display_fn` struct inside `display_fn` | Camelid | -11/+11 |
| 2021-01-29 | Update test-various to Ubuntu 20.04 | Nikita Popov | -2/+3 |
| 2021-01-29 | Fix invalid camel case suggestion involving unicode idents | Esteban Küber | -4/+4 |
| 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 | Remove remnants of the santizer runtime crates from bootstrap | Tomasz Miąsko | -50/+1 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -14/+12 |
| 2021-01-29 | Add missiong variants in match binding | Guillaume Gomez | -2/+1 |
| 2021-01-29 | Add rust-fix test | Hirochika Matsumoto | -3/+32 |
| 2021-01-29 | Add test for match expression | Hirochika Matsumoto | -1/+42 |
| 2021-01-29 | Add tests | est31 | -0/+94 |
| 2021-01-28 | update rustfmt to v1.4.34 | Caleb Cartwright | -5/+5 |
| 2021-01-28 | Remove struct_type from union output and bump format | Rune Tynan | -6/+20 |
| 2021-01-28 | Add a test for syntax like: ..t.s | Dhruv Jauhar | -1/+17 |
| 2021-01-28 | Remove leading newline | Rune Tynan | -1/+0 |
| 2021-01-28 | Fix has_body for trait methods | Rune Tynan | -11/+31 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -13/+21 |
| 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 | -59/+34 |
| 2021-01-29 | Rollup merge of #81287 - CraftSpider:json-crate, r=jyn514,GuillaumeGomez | Yuki Okushi | -59/+79 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -58/+45 |
| 2021-01-29 | Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011 | Yuki Okushi | -3/+97 |
| 2021-01-29 | Rollup merge of #79991 - camelid:rustdoc-for-lifetime, r=GuillaumeGomez,jyn514 | Yuki Okushi | -6/+44 |
| 2021-01-29 | Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc... | Yuki Okushi | -0/+85 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -8/+134 |
| 2021-01-28 | Use LLVM_USE_LINKER instead of LLVM_ENABLE_LLD | Nikita Popov | -1/+1 |
| 2021-01-29 | Suggest accessing field when code compiles with it | Hirochika Matsumoto | -0/+34 |
| 2021-01-28 | Update Python and Clang on x86 dist images | Nikita Popov | -11/+18 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -1/+60 |
| 2021-01-28 | Add some test for ATB issues | Jack Huey | -0/+73 |
| 2021-01-28 | move a bunch of tests | Bastian Kauschke | -9/+7 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -8/+134 |
| 2021-01-28 | Fix README typo | Rune Tynan | -1/+1 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+47 |
| 2021-01-28 | Clone entire `TokenCursor` when collecting tokens | Aaron Hill | -0/+40 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+85 |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -105/+105 |
| 2021-01-28 | Rollup merge of #81445 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-01-28 | Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk | Yuki Okushi | -4/+35 |
| 2021-01-28 | Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-01-28 | Rollup merge of #81428 - phansch:compiletest-tests, r=Mark-Simulacrum | Yuki Okushi | -1/+20 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -0/+123 |
| 2021-01-28 | Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkov | Yuki Okushi | -12/+12 |
| 2021-01-28 | Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157 | Yuki Okushi | -7/+17 |