about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-25Don't special case `warnings`Joshua Nelson-4/+1
2020-08-26Remove unnecessary assert.jumbatm-5/+6
2020-08-26Use same name as attr.jumbatm-3/+3
2020-08-25Warn about unknown or renamed lintsJoshua Nelson-2/+45
2020-08-25Also handle transparent single-variant enumsjumbatm-23/+44
2020-08-25Rename debugging_options -> debugging_opts to match rustcJoshua Nelson-13/+13
2020-08-25Minor refactorsJoshua Nelson-3/+3
2020-08-25VariantDef: move recovered into VariantFlagsBastian Kauschke-6/+15
2020-08-25Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrumbors-0/+56
2020-08-25Enable zlib for NetBSDMateusz MikuĊ‚a-3/+3
2020-08-25suggest await before methodcsmoe-17/+97
2020-08-25suggest await on field accesscsmoe-41/+106
2020-08-25append more test cases for issue 61076csmoe-4/+58
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-25tidyDPC-1/+1
2020-08-25Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkorbors-299/+277
2020-08-25cleanupDPC-9/+5
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-25removed not-needed conversionDPC-2/+1
2020-08-24Fix typo in TLS Model in Unstable BookArkadiusz Piekarz-1/+1
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-25Fix clashing_extern_declarations false positive.jumbatm-9/+101
2020-08-24Expand rustdoc theme chooser x paddingIvan Tham-1/+1
2020-08-24Added a lint which corrects expressions like (a - b) < f32::EPSILONBastian-0/+7
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-24Add explanations on the results search element checkGuillaume Gomez-0/+3
2020-08-24Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomezbors-59/+203
2020-08-24[AVR] Replace 'avr-unknown-unknown' with 'avr-unknown-gnu-atmega328' in platf...Dylan McKay-1/+1
2020-08-24Unify theme choices border color in ayu themeGuillaume Gomez-1/+1
2020-08-24[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...Dylan McKay-1/+1
2020-08-24[AVR] Merge the 'freestanding' base target spec into AVR base target specDylan McKay-35/+21
2020-08-24[AVR] Remove unnecessary arguments passed to the linker for GNU targetDylan McKay-4/+3
2020-08-24[AVR] Replace broken 'avr-unknown-unknown' target with 'avr-unknown-gnu-atmeg...Dylan McKay-18/+41
2020-08-23Fix bad rebaseJoshua Nelson-164/+164
2020-08-23Use underscores instead of spacesJoshua Nelson-7/+7
2020-08-23Time how long it takes to render HTMLJoshua Nelson-8/+11
2020-08-23xpy fmtJoshua Nelson-12/+25
2020-08-23Time running the global contextJoshua Nelson-1/+1
2020-08-23Separate `run_global_ctxt` into a separate functionJoshua Nelson-8/+14
2020-08-23Remove redundant timing for queryJoshua Nelson-3/+1
2020-08-23Time loading all crates, not each individual crateJoshua Nelson-2/+2