summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-01add fixme suggested by eddybFelix S Klock II-1/+4
2020-06-01Use the virtual name for libstd files in StableSourceFileId and also in theFelix S. Klock II-2/+24
2020-06-01Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-39/+103
2020-06-01`StableSourceFileId::new_from_pieces` does not need to be public.Felix S. Klock II-1/+1
2020-06-011.44 releaseMark Rousskov-1/+1
2020-05-22Fail if I/O error occurs during testingMark Rousskov-1/+4
2020-05-22Fix hang in lexical_region_resolveMatthew Jasper-4/+23
2020-05-22Fix E0284 to not use incorrect wordingEsteban Küber-15/+117
2020-05-11Bump clippy submodule to fix compilation failureMark Rousskov-11/+18
2020-05-10ci: use the latest python available on windowsPietro Albini-2/+10
2020-05-10Remove some allocations in predicate evaluationEsteban Küber-9/+10
2020-05-10Use more `Iterator`s instead of `Vec`sEsteban Küber-81/+60
2020-05-10Remove unnecessary allocationEsteban Küber-26/+25
2020-05-10Remove some `Vec` allocations in an effort to improve perfEsteban Küber-52/+37
2020-05-09Don't fuse Chain in its second iteratorJosh Stone-35/+62
2020-05-09fix error code for E0751YI-30/+30
2020-05-09normalize field projection ty to fix broken MIR issueSantiago Pastorino-0/+2
2020-05-09Update stdarch submoduleAmanieu d'Antras-0/+0
2020-05-09Add rustdoc regression test for the unused_braces lintflip1995-0/+14
2020-05-09Quick and dirty fix of the unused_braces lintflip1995-1/+7
2020-05-09Do not try to find binop method on RHS `TyErr`Esteban Küber-1/+28
2020-05-09resolve: Relax fresh binding disambiguation slightly to fix regressionVadim Petrochenkov-6/+11
2020-05-09[beta] Update cargoEric Huss-0/+0
2020-05-09Use 1.43.1 releaseMark Rousskov-3/+3
2020-04-22adjust testsRalf Jung-133/+113
2020-04-22Revert "Move early needs_subst bailout to _after_ linting."Ralf Jung-5/+5
2020-04-21Cherry-pick rustfmt test fixesMark Rousskov-22/+0
2020-04-21Always permit miri to fail to buildMark Rousskov-4/+4
2020-04-21Switch to dev-static bootstrapMark Rousskov-6/+6
2020-04-21Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakisbors-16/+166
2020-04-21Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na...bors-10/+22
2020-04-21Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-SimulacrumDylan DPC-1/+9
2020-04-21Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic...Dylan DPC-7/+5
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-14/+88
2020-04-21Rollup merge of #69362 - CAD97:alloc_layout_extras, r=AmanieuDylan DPC-13/+43
2020-04-20Do not build tools if user do not want themMateusz Mikuła-1/+9
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-20Rollup merge of #71334 - ehuss:pattern-docs, r=kennytmDylan DPC-37/+150
2020-04-20Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfacklerDylan DPC-8/+7
2020-04-20Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkovDylan DPC-6/+18
2020-04-20Rollup merge of #71270 - Rustin-Liu:rustin-patch-has-self, r=estebankDylan DPC-4/+7
2020-04-20Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnisonDylan DPC-5/+41
2020-04-20Expand comment to justify not checking if all the exports are green.Felix S. Klock II-0/+17
2020-04-20Check that main/start is not asyncSebastian Malton-14/+88
2020-04-20Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkovbors-379/+339
2020-04-20tweak commentsNiko Matsakis-5/+10
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-103/+128
2020-04-19check '-Zast-json' & '-Zast-json-noexpand' to output legal JSONJOE1994-2/+14
2020-04-20Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrumbors-5/+34