| Age | Commit message (Expand) | Author | Lines |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -16/+11 |
| 2020-07-17 | Rollup merge of #74394 - bjorn3:remove_emscripten_leftover, r=spastorino | Manish Goregaokar | -13/+2 |
| 2020-07-17 | Rollup merge of #74368 - GuillaumeGomez:css-tidy-check, r=Mark-Simulacrum | Manish Goregaokar | -70/+123 |
| 2020-07-17 | Rollup merge of #74364 - lcnr:lazy-norm-tests, r=nikomatsakis | Manish Goregaokar | -0/+36 |
| 2020-07-17 | Rollup merge of #74300 - lzutao:iterator-intra, r=jyn514 | Manish Goregaokar | -78/+40 |
| 2020-07-17 | Rollup merge of #74288 - haraldh:test_aslr, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-07-17 | Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-Simulacrum | Manish Goregaokar | -316/+390 |
| 2020-07-17 | Rollup merge of #74169 - ecstatic-morse:dataflow-unreachable, r=pnkfelix | Manish Goregaokar | -12/+42 |
| 2020-07-17 | Rollup merge of #74056 - fusion-engineering-forks:fmt-arguments-as-str, r=Ama... | Manish Goregaokar | -290/+322 |
| 2020-07-17 | Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakis | Manish Goregaokar | -54/+41 |
| 2020-07-17 | Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnay | Manish Goregaokar | -4/+23 |
| 2020-07-17 | Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r... | Manish Goregaokar | -8/+15 |
| 2020-07-17 | Use intra-doc links in BTreeSet docs | Manish Goregaokar | -15/+7 |
| 2020-07-17 | rustbuild: drop tool::should_install | Marc-Antoine Perennou | -24/+5 |
| 2020-07-17 | Add test for module ambiguity | Manish Goregaokar | -0/+18 |
| 2020-07-17 | Add a test for const unsafe_unreachable that triggers UB | Nazım Can Altınova | -0/+35 |
| 2020-07-17 | Add a passing test for const unsafe_unreachable | Nazım Can Altınova | -0/+17 |
| 2020-07-17 | Make unreachable_unchecked a const fn | Nazım Can Altınova | -1/+5 |
| 2020-07-17 | refactor ty_is_non_local | Bastian Kauschke | -15/+18 |
| 2020-07-17 | cleanup ty_is_~non~_local_constructor | Bastian Kauschke | -38/+21 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -262/+1716 |
| 2020-07-17 | Fix various tests to run on windows-gnu | Mateusz Mikuła | -42/+39 |
| 2020-07-17 | intra-doc links: Resolve modules in type namespace | Manish Goregaokar | -15/+8 |
| 2020-07-17 | Fix `Safety` docs for `from_raw_parts_mut` | aticu | -1/+1 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -1313/+1439 |
| 2020-07-17 | improper_ctypes_definitions: allow `Box` | David Wood | -64/+58 |
| 2020-07-17 | Remove invalid test | Mateusz Mikuła | -11/+0 |
| 2020-07-17 | Allow matching test by target and env | Mateusz Mikuła | -0/+1 |
| 2020-07-17 | Create implib for dlls when testing MinGW targets | Mateusz Mikuła | -1/+1 |
| 2020-07-17 | Add tracking issue number for fmt_as_str. | Mara Bos | -1/+1 |
| 2020-07-17 | Make fmt::Arguments::as_str() return a 'static str. | Mara Bos | -291/+282 |
| 2020-07-17 | add test for #62878 | Bastian Kauschke | -0/+48 |
| 2020-07-17 | document test changes | Erik Desjardins | -4/+12 |
| 2020-07-17 | compare tagged/niche-filling layout and pick the best one | Erik Desjardins | -4/+36 |
| 2020-07-17 | [experiment] ty/layout: compute both niche-filling and tagged layouts for enums. | Eduard-Mihai Burtescu | -4/+8 |
| 2020-07-17 | Add regression test for #69414 | Alex Macleod | -2/+5 |
| 2020-07-17 | warn about uninit multi-variant enums | Ralf Jung | -41/+96 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -316/+390 |
| 2020-07-17 | ci: Replace exec-with-shell wrapper with "plain bash" | Kristofer Rye | -31/+4 |
| 2020-07-17 | Make Arguments::as_str() work for empty format strings. | Mara Bos | -1/+6 |
| 2020-07-17 | Add #[inline] to Arguments::as_str(). | Mara Bos | -0/+1 |
| 2020-07-17 | Add Arguments::as_str(). | Mara Bos | -0/+35 |
| 2020-07-17 | ci: Stop setting CI_OVERRIDE_SHELL environment variable | Kristofer Rye | -3/+0 |
| 2020-07-17 | Deny intra_doc_link_resolution_failure in libcore | Lzu Tao | -0/+1 |
| 2020-07-17 | bootstrap.py: patch RPATH on NixOS to handle the new zlib dependency. | Eduard-Mihai Burtescu | -13/+30 |
| 2020-07-17 | Fix Arc::as_ptr docs | Abendstolz | -1/+1 |
| 2020-07-17 | update Miri | Ralf Jung | -8/+35 |
| 2020-07-17 | Remove code span for impl | Lzu Tao | -3/+3 |
| 2020-07-17 | Link Some(item) | Lzu Tao | -2/+3 |
| 2020-07-17 | Remove unneeded link for Option | Lzu Tao | -1/+0 |