about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-17Intra-doc for iter Sum and Product traitsLzu Tao-6/+6
2020-07-17Intra-doc for DoubleEndIteratorLzu Tao-4/+2
2020-07-17Intra doc for iter marker traitsLzu Tao-6/+4
2020-07-17Use intra-doc link on Iterator pageLzu Tao-56/+21
2020-07-17bootstrap.py: guard against GC in NixOS patching support.Eduard-Mihai Burtescu-31/+42
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1313/+1439
2020-07-17Fix tidy issuesGuillaume Gomez-23/+35
2020-07-17Add tidy checks for rustdoc css filesGuillaume Gomez-4/+35
2020-07-17Convert whitespaces to tabsGuillaume Gomez-44/+54
2020-07-17Improve logo image display in different themesGuillaume Gomez-0/+12
2020-07-17Auto merge of #73365 - Manishearth:rustdoc-vis, r=GuillaumeGomezbors-17/+42
2020-07-16Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rsManish Goregaokar-2/+2
2020-07-16Add test for doc(hidden) intra-doc cross-crate reexportsManish Goregaokar-0/+29
2020-07-16Record visibility of reexports for all items, not just type itemsManish Goregaokar-17/+13
2020-07-17docs: better demonstrate that None values are skipped as many times as neededTshepang Lekhonkhobe-4/+2
2020-07-17Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbinibors-80/+20
2020-07-16Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456139741Lokathor-2/+0
2020-07-16resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456140272Lokathor-3/+0
2020-07-16Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456142514Lokathor-3/+0
2020-07-16Resolve https://github.com/rust-lang/rust/pull/74419#discussion_r456141344Lokathor-3/+0
2020-07-16Rollup merge of #74398 - GuillaumeGomez:cleanup-e0723, r=Dylan-DPCManish Goregaokar-1/+1
2020-07-16Rollup merge of #74386 - msizanoen1:riscv-add-manifest-host, r=pietroalbiniManish Goregaokar-0/+1
2020-07-16Rollup merge of #74371 - Aloso:patch-1, r=GuilliameGomezManish Goregaokar-9/+6
2020-07-16Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obkManish Goregaokar-303/+396
2020-07-16Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-...Manish Goregaokar-48/+23
2020-07-16Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-SimulacrumManish Goregaokar-345/+435
2020-07-16Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogbManish Goregaokar-48/+215
2020-07-17Test codegen of compare_exchange operationsTomasz Miąsko-0/+60
2020-07-16fix the imports.Lokathor-1/+1
2020-07-16Add zlib1g to builder depsMark Rousskov-0/+4
2020-07-16apply bootstrap cfgsMark Rousskov-77/+13
2020-07-16Bump to 1.47Mark Rousskov-3/+3
2020-07-16Add to supported_targets list.Lokathor-0/+1
2020-07-16Docs clarifications.Lokathor-5/+5
2020-07-17Use an UTF-8 locale for the linker.Jakub Kądziołka-1/+3
2020-07-16ci: Set `shell: bash` as a default, remove duplicatesKristofer Rye-20/+3
2020-07-16Move hir::Place to librustc_middle/hirAman Arora-133/+141
2020-07-16fill in all those options.Lokathor-11/+61
2020-07-17Remove some `Symbol:as_str()` calls.Nicholas Nethercote-10/+13
2020-07-17Add `UnsafetyViolationDetails`.Nicholas Nethercote-86/+118
2020-07-17Avoid storing `SymbolStr` in a struct.Nicholas Nethercote-8/+9
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-134/+209
2020-07-16Fix invalid lintJoshua Nelson-12/+12
2020-07-16Add (broken and ignored) test for #73829Joshua Nelson-2/+4
2020-07-16Add more debuggingJoshua Nelson-2/+9
2020-07-16Support intra-doc links on trait and module re-exportsJoshua Nelson-21/+53
2020-07-16Support intra-doc links on macro re-exportsJoshua Nelson-10/+50
2020-07-16rand -> my_randJoshua Nelson-4/+4
2020-07-16 #![deny(intra_doc_resolution_failure)]Joshua Nelson-0/+12
2020-07-16Move import to top of functionJoshua Nelson-1/+2