| Age | Commit message (Expand) | Author | Lines |
| 2021-05-01 | compute where_outer on demand, remove it from Module | Timothée Delabrouille | -15/+14 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -170/+24 |
| 2021-04-28 | Auto merge of #84498 - workingjubilee:update-grab-bag, r=Mark-Simulacrum | bors | -3/+2 |
| 2021-04-27 | Auto merge of #84635 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-04-27 | Update cargo | Eric Huss | -0/+0 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -128/+158 |
| 2021-04-27 | Rollup merge of #84610 - flip1995:clippyup, r=Manishearth,flip1995 | Dylan DPC | -326/+416 |
| 2021-04-27 | Rollup merge of #84132 - Manishearth:lldb-nonstandard, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2021-04-27 | Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup | flip1995 | -326/+416 |
| 2021-04-27 | Auto merge of #84606 - JohnTitor:test-84408, r=lcnr | bors | -0/+38 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -85/+104 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -53/+64 |
| 2021-04-27 | Auto merge of #77246 - yaahc:typeof-errors, r=oli-obk | bors | -0/+32 |
| 2021-04-27 | Rename a test for consistency | Yuki Okushi | -0/+0 |
| 2021-04-27 | Add a regression test for issue-84408 | Yuki Okushi | -0/+38 |
| 2021-04-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -9/+27 |
| 2021-04-26 | add ui test for new typeof error messages | Jane Lusby | -0/+32 |
| 2021-04-26 | Rollup merge of #84574 - hi-rustin:rustin-patch-typo, r=jyn514 | Mara Bos | -2/+2 |
| 2021-04-26 | Auto merge of #84583 - joshtriplett:target-tier-policy, r=pietroalbini | bors | -1/+642 |
| 2021-04-26 | Cross-reference target tier policy from platform-support | Josh Triplett | -1/+2 |
| 2021-04-26 | Add the target tier policy from accepted RFC 2803 | Josh Triplett | -0/+640 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -4/+2 |
| 2021-04-26 | rustdoc: Fix typo for maybe_inline_local fn | hi-rustin | -2/+2 |
| 2021-04-26 | Auto merge of #84544 - RalfJung:const_fn_in_trait, r=oli-obk | bors | -55/+13 |
| 2021-04-25 | Auto merge of #84564 - Dylan-DPC:rollup-wxa2yr0, r=Dylan-DPC | bors | -30/+323 |
| 2021-04-25 | Rollup merge of #84547 - RalfJung:max_const_fn, r=oli-obk | Dylan DPC | -30/+80 |
| 2021-04-25 | Rollup merge of #84520 - hameerabbasi:fn-as-ty, r=lcnr | Dylan DPC | -0/+27 |
| 2021-04-25 | Rollup merge of #84516 - torhovland:issue-84114, r=estebank | Dylan DPC | -0/+78 |
| 2021-04-25 | Rollup merge of #84499 - estebank:issue-84272, r=jackh726 | Dylan DPC | -0/+67 |
| 2021-04-25 | Rollup merge of #84486 - Smittyvb:else-if-let-hir-pretty-print, r=petrochenkov | Dylan DPC | -0/+47 |
| 2021-04-25 | Rollup merge of #84450 - jyn514:missing-std, r=petrochenkov | Dylan DPC | -0/+24 |
| 2021-04-25 | Auto merge of #84325 - jsha:ephemeral-collapse, r=GuillaumeGomez | bors | -28/+18 |
| 2021-04-25 | Auto merge of #84481 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2021-04-25 | update Miri | Ralf Jung | -9/+7 |
| 2021-04-25 | Give a better error when std or core are missing | Joshua Nelson | -0/+24 |
| 2021-04-25 | fix clippy | Ralf Jung | -1/+1 |
| 2021-04-25 | make sure raw ptr casts in 'const' context are unsafe | Ralf Jung | -25/+76 |
| 2021-04-25 | Add test to ensure that the element pointed to by the URL hash is "expanded" | Guillaume Gomez | -0/+18 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -88/+260 |
| 2021-04-25 | Fix expansion for item pointed to by the URL hash | Guillaume Gomez | -0/+2 |
| 2021-04-25 | Remove unneeded rustdoc-gui test because DOM changed | Guillaume Gomez | -5/+0 |
| 2021-04-25 | Add test to ensure that impl blocks are open by default | Guillaume Gomez | -0/+3 |
| 2021-04-25 | Open all impl blocks by default | Guillaume Gomez | -2/+4 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -4/+3 |
| 2021-04-25 | Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrum | bors | -6/+6 |
| 2021-04-25 | fix sanitizer tests | Ralf Jung | -4/+4 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -2/+2 |
| 2021-04-25 | 'const fn' in trait are rejected in the AST, this feature gate check is a NOP | Ralf Jung | -55/+13 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -150/+118 |
| 2021-04-25 | Improve diagnostics for function passed when a type was expected. | Hameer Abbasi | -0/+27 |