summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-07Disable ThinLTO for x86_64-unknown-linux-gnuMark Rousskov-1/+1
2020-10-05Switch channel to stable for 1.47 releaseMark Rousskov-1/+1
2020-10-05Instruct lld that our @ files are posix-style, not WindowsMark Rousskov-0/+6
2020-10-05Add regression test for SimplifyBranchSame miscompilationTomasz Miąsko-0/+21
2020-10-05Fix miscompile in SimplifyBranchSameSimon Vandel Sillesen-1/+2
2020-10-03repairing broken error message and rustfix application for the new testAurélien Deharbe-10/+28
2020-10-03add non-regression test for issue #76597Aurélien Deharbe-0/+21
2020-10-03replacing sub's that can wrap by saturating_sub'sAurélien Deharbe-3/+3
2020-10-03ci: switch to environment files to change the environment on GHAPietro Albini-2/+2
2020-10-03cache types during normalizationBastian Kauschke-68/+82
2020-10-03Remove redundancy in cache keyTyler Mandry-5/+4
2020-10-03Intorduced MiniMap - a tiny small storage optimized map implementationValerii Lashmanov-2/+62
2020-10-03Better handling for exponential-sized types in misc placesValerii Lashmanov-41/+89
2020-10-03Only visit types once when walking the type treeValerii Lashmanov-39/+192
2020-10-02Revert "Remove broken clap versions from cargotest"Mark Rousskov-1/+8
2020-10-02Revert "Remove missing_fragment_specifier lint"Mark Rousskov-0/+20
2020-10-02Revert "Promote missing_fragment_specifier to hard error"Mark Rousskov-32/+90
2020-10-02Revert "Move macro test to ui/macros"Mark Rousskov-0/+0
2020-10-01Merge commit 'd28211ddb6bec659acd523ef63966a5032a618b7' into betaflip1995-61/+179
2020-09-28revert const_type_id stabilizationAshley Mannix-4/+7
2020-09-28[mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame optWesley Wiser-17/+40
2020-09-28Rebase LLVM onto 11.0.0-rc3Josh Stone-0/+0
2020-09-17Bump to stable releaseMark Rousskov-2/+2
2020-09-17Account for async functions when suggesting new named lifetimeEsteban Küber-12/+39
2020-09-17Account for version number in NtIdent hackAaron Hill-10/+56
2020-09-17Fix loading pretty-printers in rust-lldb scriptortem-2/+5
2020-09-17Fix HashMap visualizers in Visual Studio (Code)MaulingMonkey-2/+2
2020-09-17Ignore rustc_private items from std docsLzu Tao-9/+20
2020-09-17Add ui test for 74672 and 76571Lzu Tao-0/+46
2020-08-31[beta] Update cargoEric Huss-0/+0
2020-08-28Fix swapped stability attributesJoshua Nelson-6/+6
2020-08-25this is beta 1.47.0Pietro Albini-6/+6
2020-08-25Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelixbors-1012/+1097
2020-08-25Auto merge of #75908 - pietroalbini:ci-bump-llvm, r=Mark-Simulacrumbors-7/+12
2020-08-25ci: fix macOS target name for LLVM 10Pietro Albini-3/+3
2020-08-25ci: bump LLVM source tarball on Linux to 10.0.0Pietro Albini-1/+1
2020-08-25ci: bump prebuilt LLVM on macOS and Windows to 10.0.0Pietro Albini-6/+11
2020-08-25Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrumbors-0/+56
2020-08-25Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnaybors-5/+3
2020-08-25Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrumbors-1/+1
2020-08-25Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkorbors-299/+277
2020-08-24Unbreak the clippy testScott McMurray-1/+3
2020-08-24Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrumbors-1/+10
2020-08-24Stabilize Range[Inclusive]::is_emptyScott McMurray-4/+0
2020-08-24Auto merge of #75876 - matklad:rust-analyzer-2020-08-24, r=matkladbors-42/+22
2020-08-24Introduce expect snapshot testing library into rustcAleksey Kladov-0/+56
2020-08-24:arrow_up: rust-analyzerAleksey Kladov-42/+22
2020-08-24Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrumbors-186/+216
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-299/+277
2020-08-24Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomezbors-59/+203