about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-15Rollup merge of #74119 - nnethercote:rm-Compiler-compile, r=Mark-SimulacrumManish Goregaokar-34/+0
2020-07-15Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPCManish Goregaokar-30/+25
2020-07-15Rollup merge of #73918 - GuillaumeGomez:cleanup-e0715, r=Dylan-DPCManish Goregaokar-2/+1
2020-07-15Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbiniManish Goregaokar-25/+69
2020-07-15Add a 1.45 release note on lto vs. embed-bitcodeJosh Stone-0/+10
2020-07-15s/try_to_usize/try_to_machine_usize/Oliver Scherer-4/+4
2020-07-15Reduce the amount of interning and `layout_of` calls in const eval.Oliver Scherer-17/+70
2020-07-15ci: Update dist-{i686,x86_64}-linux to Debian 6Josh Stone-98/+101
2020-07-15Simplify os_str_bytes cfg expression.Eric Huss-8/+3
2020-07-15Use an allow-list of platforms that support std.Eric Huss-20/+62
2020-07-15Tweak formatting.Eric Huss-1/+2
2020-07-15Introduce restricted-std feature.Eric Huss-109/+266
2020-07-15Improve ayu rustdoc themeLudwig Stecher-9/+11
2020-07-15Don't panic if the lhs of a div by zero is not statically knownOliver Scherer-9/+42
2020-07-15Improve settings wordingGuillaume Gomez-2/+2
2020-07-15Use cfg_if in libpanic_abort.Eric Huss-16/+20
2020-07-15Use cfg_if in libtest.Eric Huss-131/+98
2020-07-15Automatically calculate std::env::consts::ARCH.Eric Huss-76/+2
2020-07-15Use the default providers in rustc_interface instead of adding our ownJoshua Nelson-8/+2
2020-07-15Catch errors for any new item, not just trait implementationsJoshua Nelson-6/+12
2020-07-15Address review commentsJoshua Nelson-19/+22
2020-07-15EMPTY_MAP -> EMPTY_SETJoshua Nelson-4/+4
2020-07-15Fix commentJoshua Nelson-1/+1
2020-07-15Use mem::replace instead of rewriting itJoshua Nelson-4/+2
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+40
2020-07-15--blessJoshua Nelson-6/+18
2020-07-15Remove unnecessary lifetime parameterJoshua Nelson-6/+6
2020-07-15Use tcx as the only context for visitorJoshua Nelson-12/+11
2020-07-15Mention `cargo check` in help messageJoshua Nelson-1/+1
2020-07-15Don't crash on Vec<DoesNotExist>Joshua Nelson-3/+13
2020-07-15Address review comments about code styleJoshua Nelson-14/+10
2020-07-15Avoid unnecessary enumJoshua Nelson-48/+20
2020-07-15Don't make typeck_tables_of publicJoshua Nelson-7/+3
2020-07-15Add test case for #65863Joshua Nelson-0/+15
2020-07-15Recurse into function bodies, but don't typeck closuresJoshua Nelson-76/+145
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-2/+162
2020-07-15Add `rustdoc` tests from #72088Dylan MacKenzie-0/+16
2020-07-15Add an option not to report resolution errors for rustdocJoshua Nelson-39/+201
2020-07-15Don't run analysis pass in rustdocJoshua Nelson-6/+7
2020-07-15Don't run everybody_loops for rustdocJoshua Nelson-29/+50
2020-07-15Initialize default providers only onceJoshua Nelson-10/+16
2020-07-15Removing snippet from SHADOW_UNRELATED message.Leo Meira Vital-6/+2
2020-07-15add lazy normalization regression testsBastian Kauschke-0/+36
2020-07-15Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddybbors-622/+1547
2020-07-15WithOptConstParam::dummy -> WithOptConstParam::unknownBastian Kauschke-1/+1
2020-07-15unify Instance::resolveBastian Kauschke-12/+15
2020-07-15improve namingBastian Kauschke-1/+1
2020-07-15unsafety_check_result_for_const_argBastian Kauschke-4/+4
2020-07-15WithOptConstParam::dummy -> WithOptConstParam::unknownBastian Kauschke-20/+21
2020-07-15ty_def_id -> def_id_for_type_ofBastian Kauschke-5/+5