| Age | Commit message (Expand) | Author | Lines |
| 2020-11-21 | Improve integer range tests | Nadrieril | -665/+907 |
| 2020-11-19 | Regroup many usefulness-related test in the same folder | Nadrieril | -0/+1 |
| 2020-11-19 | Auto merge of #79198 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-11-19 | Auto merge of #78449 - Aaron1011:fix/libstd-semi, r=dtolnay | bors | -2/+2 |
| 2020-11-19 | update Miri | Ralf Jung | -7/+9 |
| 2020-11-19 | Auto merge of #79068 - DevJPM:ci-llvm-9-fix, r=pietroalbini | bors | -13/+4 |
| 2020-11-19 | Auto merge of #79002 - est31:backtrace_colno, r=dtolnay | bors | -2/+13 |
| 2020-11-18 | Bump stage0 rustfmt to nightly-2020-11-19 | Aaron Hill | -1/+1 |
| 2020-11-18 | Remove semicolon from internal `err` macro | Aaron Hill | -1/+1 |
| 2020-11-18 | Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddyb | bors | -12/+35 |
| 2020-11-18 | Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor | bors | -168/+317 |
| 2020-11-18 | Auto merge of #79167 - m-ou-se:rollup-4g15apk, r=m-ou-se | bors | -221/+548 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -19/+33 |
| 2020-11-18 | Rollup merge of #79151 - wchargin:wchargin-io-write-docs, r=jyn514 | Mara Bos | -2/+2 |
| 2020-11-18 | Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995 | Mara Bos | -54/+106 |
| 2020-11-18 | Rollup merge of #79133 - pietroalbini:simplify-stage0, r=Mark-Simulacrum | Mara Bos | -31/+9 |
| 2020-11-18 | Rollup merge of #79131 - vertexclique:stdarch-update, r=Amanieu | Mara Bos | -0/+0 |
| 2020-11-18 | Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se | Mara Bos | -1/+178 |
| 2020-11-18 | Rollup merge of #79079 - camelid:mir-visit-docs, r=matthewjasper | Mara Bos | -62/+62 |
| 2020-11-18 | Rollup merge of #79039 - thomcc:weakly-relaxing, r=Amanieu | Mara Bos | -6/+40 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -3/+15 |
| 2020-11-18 | Rollup merge of #78785 - cuviper:weak-getrandom, r=m-ou-se | Mara Bos | -18/+35 |
| 2020-11-18 | Rollup merge of #78361 - DevJPM:master, r=workingjubilee | Mara Bos | -25/+68 |
| 2020-11-18 | Auto merge of #79159 - pietroalbini:woops, r=pietroalbini | bors | -31/+36 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -19/+32 |
| 2020-11-18 | Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" | Pietro Albini | -31/+36 |
| 2020-11-18 | Auto merge of #77820 - jyn514:from-inner, r=petrochenkov | bors | -446/+274 |
| 2020-11-18 | Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum | bors | -36/+31 |
| 2020-11-17 | Fix typo in `std::io::Write` docs | William Chargin | -2/+2 |
| 2020-11-17 | Ignore failures of RLS on aarch64 Windows | Mark Rousskov | -1/+7 |
| 2020-11-17 | Fix handling of panic calls | Camelid | -54/+106 |
| 2020-11-17 | Remove dead code in rustdoc::doctree | Joshua Nelson | -147/+18 |
| 2020-11-17 | Add `from_def_id_and_kind` reducing duplication in rustdoc | Joshua Nelson | -260/+193 |
| 2020-11-17 | Fix broken handling of `MacroDef` in `Map::attrs` | Joshua Nelson | -17/+26 |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -22/+37 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -1/+178 |
| 2020-11-17 | Update fulldeps test | Mark Rousskov | -29/+18 |
| 2020-11-17 | Auto merge of #79138 - m-ou-se:rollup-owel5ld, r=m-ou-se | bors | -145/+329 |
| 2020-11-17 | Rollup merge of #79130 - lcnr:extend-tes, r=varkor | Mara Bos | -2/+44 |
| 2020-11-17 | Rollup merge of #79126 - jyn514:auto, r=GuillaumeGomez | Mara Bos | -7/+3 |
| 2020-11-17 | Rollup merge of #79125 - jyn514:fewer-types, r=GuillaumeGomez | Mara Bos | -55/+35 |
| 2020-11-17 | Rollup merge of #79120 - calebcartwright:update-rustfmt, r=Mark-Simulacrum | Mara Bos | -6/+6 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -12/+113 |
| 2020-11-17 | Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez | Mara Bos | -17/+16 |
| 2020-11-17 | Rollup merge of #78702 - wesleywiser:self_profile_cgu_sizes, r=Mark-Simulacrum | Mara Bos | -2/+26 |
| 2020-11-17 | Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r... | Mara Bos | -44/+86 |
| 2020-11-17 | bootstrap: use the same version number for rustc and cargo | Pietro Albini | -31/+9 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -213/+232 |
| 2020-11-17 | Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ... | Guillaume Gomez | -14/+27 |
| 2020-11-17 | Ensure that the source code display is working with DOS backline | Guillaume Gomez | -0/+2 |