about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-72/+51
2021-09-22Auto merge of #89187 - ehuss:update-cargo, r=ehussbors-0/+0
2021-09-22Update cargoEric Huss-0/+0
2021-09-22Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=...the8472-1/+2
2021-09-22Rollup merge of #89164 - camelid:show-type-layout-docs, r=jyn514the8472-2/+18
2021-09-22Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoeristerthe8472-0/+8
2021-09-22Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehussthe8472-7/+5
2021-09-22Rollup merge of #89046 - oli-obk:fix_oflo, r=estebankthe8472-1/+1
2021-09-22Fix testCameron Steffen-3/+3
2021-09-22Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomezbors-54/+47
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-0/+417
2021-09-22Disable the leak sanitizer on Macos aarch64 for now.Hans Kratz-1/+2
2021-09-22Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakisbors-0/+39
2021-09-21rustdoc: Emphasize "completely unstable"Noah Lev-1/+1
2021-09-21rustdoc: Note that type layout may differ between compilationsNoah Lev-1/+1
2021-09-21Fix inconsistent heading level in the rustdoc bookNoah Lev-1/+1
2021-09-21Document `--show-type-layout` in the rustdoc bookNoah Lev-0/+16
2021-09-22Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli...bors-0/+101
2021-09-21Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472bors-46/+189
2021-09-21Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obkthe8472-0/+48
2021-09-21Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkovthe8472-0/+22
2021-09-21Rollup merge of #89115 - lnicola:rust-analyzer-2021-09-20, r=Mark-Simulacrumthe8472-32/+16
2021-09-21Rollup merge of #89096 - daira:improve-ninja-error-message, r=jyn514the8472-2/+7
2021-09-21Rollup merge of #89078 - camsteffen:map-ref, r=cjgillotthe8472-12/+6
2021-09-21Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiserthe8472-0/+90
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-41/+70
2021-09-21Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisabors-0/+28
2021-09-21Use ZST for fmt unsafetyCameron Steffen-69/+48
2021-09-21add case for checking const refs in check_const_value_eqb-naber-0/+48
2021-09-21Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-0/+1
2021-09-21Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats...bors-25/+6
2021-09-21Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkovbors-8/+12
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-0/+4
2021-09-20Remove Drop-caused migration-added capturesMark Rousskov-5/+1
2021-09-20Adjust tidy edition lint to force 2021Noah Lev-9/+35
2021-09-20Migrate to 2021Mark Rousskov-28/+28
2021-09-21Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp...bors-0/+66
2021-09-21Revert the rustdoc box syntax removalest31-54/+47
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-0/+8
2021-09-20Don't use projection cache or candidate cache in intercrate modeAaron Hill-0/+1
2021-09-20Re-enable the `src/test/debuginfo/mutex.rs` test on WindowsWesley Wiser-7/+5
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-0/+22
2021-09-20Avoid the overflow with rustc+debugassertions in issue-44406Oli Scherer-1/+1
2021-09-20rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14Augie Fackler-0/+28
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-37/+9
2021-09-20Generate inference vars and obligations for projections in opaque types inste...Oli Scherer-3/+12
2021-09-20:arrow_up: rust-analyzerLaurențiu Nicola-32/+16
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-1/+5
2021-09-20Adjust to SourceType::InTree in several placesMark Rousskov-4/+3
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-1/+129