about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-17Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasperManish Goregaokar-16/+11
2020-07-17Rollup merge of #74394 - bjorn3:remove_emscripten_leftover, r=spastorinoManish Goregaokar-13/+2
2020-07-17Rollup merge of #74368 - GuillaumeGomez:css-tidy-check, r=Mark-SimulacrumManish Goregaokar-70/+123
2020-07-17Rollup merge of #74364 - lcnr:lazy-norm-tests, r=nikomatsakisManish Goregaokar-0/+36
2020-07-17Rollup merge of #74300 - lzutao:iterator-intra, r=jyn514Manish Goregaokar-78/+40
2020-07-17Rollup merge of #74288 - haraldh:test_aslr, r=petrochenkovManish Goregaokar-1/+1
2020-07-17Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-SimulacrumManish Goregaokar-316/+390
2020-07-17Rollup merge of #74169 - ecstatic-morse:dataflow-unreachable, r=pnkfelixManish Goregaokar-12/+42
2020-07-17Rollup merge of #74056 - fusion-engineering-forks:fmt-arguments-as-str, r=Ama...Manish Goregaokar-290/+322
2020-07-17Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakisManish Goregaokar-54/+41
2020-07-17Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnayManish Goregaokar-4/+23
2020-07-17Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...Manish Goregaokar-8/+15
2020-07-17Use intra-doc links in BTreeSet docsManish Goregaokar-15/+7
2020-07-17rustbuild: drop tool::should_installMarc-Antoine Perennou-24/+5
2020-07-17Add test for module ambiguityManish Goregaokar-0/+18
2020-07-17Add a test for const unsafe_unreachable that triggers UBNazım Can Altınova-0/+35
2020-07-17Add a passing test for const unsafe_unreachableNazım Can Altınova-0/+17
2020-07-17Make unreachable_unchecked a const fnNazım Can Altınova-1/+5
2020-07-17refactor ty_is_non_localBastian Kauschke-15/+18
2020-07-17cleanup ty_is_~non~_local_constructorBastian Kauschke-38/+21
2020-07-17Generating the coverage mapRich Kadel-262/+1716
2020-07-17Fix various tests to run on windows-gnuMateusz Mikuła-42/+39
2020-07-17intra-doc links: Resolve modules in type namespaceManish Goregaokar-15/+8
2020-07-17Fix `Safety` docs for `from_raw_parts_mut`aticu-1/+1
2020-07-17Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakisbors-1313/+1439
2020-07-17improper_ctypes_definitions: allow `Box`David Wood-64/+58
2020-07-17Remove invalid testMateusz Mikuła-11/+0
2020-07-17Allow matching test by target and envMateusz Mikuła-0/+1
2020-07-17Create implib for dlls when testing MinGW targetsMateusz Mikuła-1/+1
2020-07-17Add tracking issue number for fmt_as_str.Mara Bos-1/+1
2020-07-17Make fmt::Arguments::as_str() return a 'static str.Mara Bos-291/+282
2020-07-17add test for #62878Bastian Kauschke-0/+48
2020-07-17document test changesErik Desjardins-4/+12
2020-07-17compare tagged/niche-filling layout and pick the best oneErik 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-17Add regression test for #69414Alex Macleod-2/+5
2020-07-17warn about uninit multi-variant enumsRalf Jung-41/+96
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-316/+390
2020-07-17ci: Replace exec-with-shell wrapper with "plain bash"Kristofer Rye-31/+4
2020-07-17Make Arguments::as_str() work for empty format strings.Mara Bos-1/+6
2020-07-17Add #[inline] to Arguments::as_str().Mara Bos-0/+1
2020-07-17Add Arguments::as_str().Mara Bos-0/+35
2020-07-17ci: Stop setting CI_OVERRIDE_SHELL environment variableKristofer Rye-3/+0
2020-07-17Deny intra_doc_link_resolution_failure in libcoreLzu Tao-0/+1
2020-07-17bootstrap.py: patch RPATH on NixOS to handle the new zlib dependency.Eduard-Mihai Burtescu-13/+30
2020-07-17Fix Arc::as_ptr docsAbendstolz-1/+1
2020-07-17update MiriRalf Jung-8/+35
2020-07-17Remove code span for implLzu Tao-3/+3
2020-07-17Link Some(item)Lzu Tao-2/+3
2020-07-17Remove unneeded link for OptionLzu Tao-1/+0