| Age | Commit message (Expand) | Author | Lines |
| 2020-12-13 | Use imports instead of rewriting the type signature of `stable` | Joshua Nelson | -14/+2 |
| 2020-12-13 | Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkov | bors | -0/+61 |
| 2020-12-13 | Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkov | bors | -0/+62 |
| 2020-12-13 | Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum | Yuki Okushi | -21/+29 |
| 2020-12-13 | Rollup merge of #79954 - jyn514:normalize-oops, r=Mark-Simulacrum | Yuki Okushi | -2/+8 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -11/+6 |
| 2020-12-13 | Rollup merge of #79845 - jyn514:python3, r=Mark-Simulacrum | Yuki Okushi | -3/+8 |
| 2020-12-13 | Fixes submit event of the search input | Guillaume Gomez | -1/+1 |
| 2020-12-12 | Auto merge of #79976 - jyn514:assertion-failure, r=jyn514 | bors | -1/+1 |
| 2020-12-12 | Fix building compiler docs with stage 0 | Joshua Nelson | -2/+8 |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -0/+62 |
| 2020-12-12 | Recover on `const impl<> X for Y` | Noah | -0/+61 |
| 2020-12-12 | Remove incorrect assert | Joshua Nelson | -1/+1 |
| 2020-12-12 | rustdoc light theme: Fix CSS for selected buttons | Camelid | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -95/+116 |
| 2020-12-12 | Auto merge of #79969 - petrochenkov:outestidy, r=Mark-Simulacrum | bors | -1/+4 |
| 2020-12-12 | Don't require cmake and ninja when the LLVM backend is not used | bjorn3 | -16/+20 |
| 2020-12-12 | Don't checkout llvm-project when the LLVM backend isn't built | bjorn3 | -5/+9 |
| 2020-12-12 | tidy: Re-enable check for inline unit tests | Vadim Petrochenkov | -1/+4 |
| 2020-12-12 | Small cleanups | Joshua Nelson | -16/+18 |
| 2020-12-12 | Ignore .css files in the diff | Joshua Nelson | -1/+2 |
| 2020-12-12 | If tidy isn't installed, only give one error, not many | Joshua Nelson | -19/+22 |
| 2020-12-12 | Don't abort rustdoc tests if `tidy` isn't installed | Joshua Nelson | -11/+16 |
| 2020-12-12 | Auto merge of #79937 - RalfJung:miri, r=RalfJung | bors | -10/+8 |
| 2020-12-12 | Fix the JSON backend | Joshua Nelson | -23/+25 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -69/+69 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -4/+21 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -0/+914 |
| 2020-12-11 | fix clippy::{needless_bool, manual_unwrap_or} | Matthias Krüger | -5/+1 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -2/+2 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+1 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -3/+3 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -8/+76 |
| 2020-12-11 | update Miri | Ralf Jung | -10/+8 |
| 2020-12-11 | Auto merge of #79910 - RalfJung:abort-msg, r=oli-obk | bors | -1/+1 |
| 2020-12-11 | Auto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkov | bors | -0/+8 |
| 2020-12-11 | Test cases for RFC 2229 | Aman Arora | -0/+914 |
| 2020-12-10 | Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=Manishearth | Tyler Mandry | -20/+23 |
| 2020-12-10 | Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obk | Tyler Mandry | -21/+2 |
| 2020-12-10 | Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco | Tyler Mandry | -12/+12 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -77/+92 |
| 2020-12-10 | Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=Guill... | Tyler Mandry | -17/+20 |
| 2020-12-10 | Use `def_path_hash_to_def_id` when re-using a `RawDefId` | Aaron Hill | -0/+8 |
| 2020-12-10 | re-bless tests | Ralf Jung | -1/+1 |
| 2020-12-10 | Auto merge of #79536 - davidtwco:focal-fossa-ci, r=pietroalbini | bors | -2/+3 |
| 2020-12-10 | ci: use 20.04 on x86_64-gnu-nopt builder | David Wood | -2/+3 |
| 2020-12-10 | Update const-fn doc in unstable-book | Daiki Ihara | -21/+2 |
| 2020-12-10 | Auto merge of #79801 - eddyb:scalar-transmute, r=nagisa | bors | -0/+85 |