about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-15Rollup merge of #74353 - pierwill:pierwill-edit-dep-node, r=jonas-schievinkManish Goregaokar-6/+8
2020-07-15Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddybManish Goregaokar-10/+16
2020-07-15Rollup merge of #74344 - estebank:stringly-wobbly, r=eddybManish Goregaokar-7/+13
2020-07-15Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkorManish Goregaokar-55/+20
2020-07-15Rollup merge of #74294 - msirringhaus:master, r=pietroalbiniManish Goregaokar-8/+31
2020-07-15Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomezManish Goregaokar-0/+4
2020-07-15Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisaManish Goregaokar-17/+12
2020-07-15Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan...Manish Goregaokar-0/+1
2020-07-15Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...Manish Goregaokar-4/+11
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/+66
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/+19
2020-07-15Use cfg_if in libtest.Eric Huss-131/+97
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/+39
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-15add lazy normalization regression testsBastian Kauschke-0/+36