| Age | Commit message (Expand) | Author | Lines |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -358/+392 |
| 2020-09-27 | Rollup merge of #77249 - jyn514:private-links, r=Manishearth | Jonas Schievink | -4/+10 |
| 2020-09-27 | Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk | Jonas Schievink | -0/+20 |
| 2020-09-27 | Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu | Jonas Schievink | -0/+191 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -4/+10 |
| 2020-09-27 | Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkor | bors | -0/+1009 |
| 2020-09-27 | Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov | bors | -2/+38 |
| 2020-09-27 | Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio | bors | -48/+101 |
| 2020-09-27 | Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnay | bors | -0/+20 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -0/+191 |
| 2020-09-27 | Auto merge of #76986 - jonas-schievink:ret-in-reg, r=nagisa | bors | -0/+32 |
| 2020-09-26 | Test more attributes in test issue-75930-derive-cfg.rs | Aaron Hill | -6/+1652 |
| 2020-09-26 | Auto merge of #77224 - RalfJung:rollup-hdvb96c, r=RalfJung | bors | -93/+138 |
| 2020-09-26 | Add a test for 128-bit return values | Jonas Schievink | -0/+32 |
| 2020-09-26 | Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk | Ralf Jung | -75/+107 |
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -18/+31 |
| 2020-09-26 | might_permit_raw_init: also check aggregate fields | Ralf Jung | -2/+38 |
| 2020-09-26 | Disable stdout-during-shutdown test on emscripten. | Mara Bos | -0/+5 |
| 2020-09-26 | Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwco | bors | -21/+16 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -304/+312 |
| 2020-09-25 | Fix tests | marmeladema | -8/+8 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -183/+183 |
| 2020-09-25 | Test for missing const-stability attributes | Dylan MacKenzie | -0/+20 |
| 2020-09-25 | Rollup merge of #77183 - bugadani:issue-77088, r=varkor | Jonas Schievink | -4/+14 |
| 2020-09-25 | Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper | Jonas Schievink | -0/+40 |
| 2020-09-25 | Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obk | Jonas Schievink | -178/+204 |
| 2020-09-25 | Use proper issue for `const_fn_floating_point_arithmetic` | Dylan MacKenzie | -6/+6 |
| 2020-09-25 | Move const fn floating point test out of `min_const_fn` | Dylan MacKenzie | -62/+94 |
| 2020-09-25 | Bless tests | Dylan MacKenzie | -24/+24 |
| 2020-09-25 | Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb | bors | -0/+154 |
| 2020-09-25 | Allow multiple allow_internal_unstable attributes | Dániel Buga | -4/+14 |
| 2020-09-25 | Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser | bors | -12/+62 |
| 2020-09-25 | Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obk | Jonas Schievink | -42/+52 |
| 2020-09-25 | Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk | Jonas Schievink | -45/+45 |
| 2020-09-24 | Bless tests | Dylan MacKenzie | -42/+52 |
| 2020-09-24 | Add test to check stdout flushing during shutdown. | Mara Bos | -0/+15 |
| 2020-09-24 | Revert a test change to make sure it's still testing the original issue | Oliver Scherer | -2/+2 |
| 2020-09-24 | Use correct type in diagnostics again | Oliver Scherer | -5/+5 |
| 2020-09-24 | update tests | Bastian Kauschke | -3/+5 |
| 2020-09-24 | visit impl self ty + trait | Bastian Kauschke | -0/+25 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -3/+3 |
| 2020-09-24 | walk hir to get const evaluatable predicates | Bastian Kauschke | -14/+12 |
| 2020-09-24 | const_evaluatable_checked: collect predicates from fn_sig | Bastian Kauschke | -1/+54 |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -45/+45 |
| 2020-09-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -9/+33 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -4/+8 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -47/+72 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -54/+203 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -8/+149 |