| Age | Commit message (Expand) | Author | Lines |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2020-07-09 | Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514 | Manish Goregaokar | -0/+71 |
| 2020-07-09 | Ignore changes when debug assertions are enabled. | Eric Huss | -3/+3 |
| 2020-07-09 | Add test | Manish Goregaokar | -1/+3 |
| 2020-07-09 | Tweak `::` -> `:` typo heuristic and reduce verbosity | Esteban Küber | -18/+11 |
| 2020-07-09 | Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G... | bors | -6/+6 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -2/+2 |
| 2020-07-08 | Disable 44056 test with debug on macos. | Eric Huss | -0/+1 |
| 2020-07-08 | Avoid running test on Windows platforms | Seth Pellegrino | -0/+1 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -1/+1 |
| 2020-07-08 | Apply #![crate_type = "rlib"] directly to the linker | Seth Pellegrino | -0/+3 |
| 2020-07-08 | Correctly mark the ending span of a match arm | Ayaz Hafiz | -86/+114 |
| 2020-07-08 | Move #[doc(alias)] check in rustc | Guillaume Gomez | -3/+4 |
| 2020-07-08 | rustdoc: Allow linking from private items to private types | Dennis Hamester | -0/+43 |
| 2020-07-07 | ignore-tidy-linelength for @has assertions | Seth Pellegrino | -0/+5 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -6/+6 |
| 2020-07-07 | Assert current behavior for links | Seth Pellegrino | -0/+12 |
| 2020-07-07 | Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obk | bors | -5/+16 |
| 2020-07-07 | Update reference to CONTRIBUTING.md | Yuki Okushi | -1/+1 |
| 2020-07-06 | build extern docs as well | Seth Pellegrino | -0/+1 |
| 2020-07-06 | Two new rustdoc tests for intra links | Seth Pellegrino | -0/+49 |
| 2020-07-06 | Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser | Manish Goregaokar | -0/+9 |
| 2020-07-06 | Rollup merge of #74078 - jyn514:lut, r=Manishearth | Manish Goregaokar | -0/+12 |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -0/+30 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -310/+1793 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -39/+23 |
| 2020-07-06 | Add test for issue 74083 | Gary Guo | -0/+21 |
| 2020-07-06 | Add UI test for issue 74082 | Gary Guo | -0/+28 |
| 2020-07-05 | Always resolve type@primitive as a primitive, not a module | Joshua Nelson | -0/+12 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -0/+97 |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -12/+51 |
| 2020-07-05 | Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkor | Manish Goregaokar | -0/+61 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -0/+53 |
| 2020-07-05 | Rollup merge of #73834 - oli-obk:safe_intrinsics, r=ecstatic-morse | Manish Goregaokar | -78/+78 |
| 2020-07-05 | Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obk | bors | -16/+44 |
| 2020-07-05 | Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33) | Roman Proskuryakov | -7/+7 |
| 2020-07-05 | Remove the usage of the LengthAtMost32 trait | Roman Proskuryakov | -567/+215 |
| 2020-07-05 | const validation: add test for uninit bool | Ralf Jung | -2/+13 |
| 2020-07-05 | catch errors more locally around read_discriminant | Ralf Jung | -3/+3 |
| 2020-07-04 | Fix #71977 | Nadrieril | -12/+51 |
| 2020-07-05 | Address code reviews | Yuki Okushi | -14/+25 |
| 2020-07-04 | Fix const prop ICE | Oliver Scherer | -0/+9 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -0/+50 |
| 2020-07-04 | Make `rustc_peek` a safe intrinsic | Oliver Scherer | -78/+78 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+97 |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -26/+1293 |
| 2020-07-03 | Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPC | Manish Goregaokar | -8/+11 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+200 |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -8/+11 |
| 2020-07-03 | Ignore test with panic on wasm targets | David Hewitt | -0/+2 |