about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-21More inline asm register name fixups for LLVMAmanieu d'Antras-2/+5
2020-08-21Auto merge of #75697 - lzutao:mir-dumb-const-prefix, r=oli-obkbors-129/+132
2020-08-21Rollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakisYuki Okushi-2/+4
2020-08-21Auto merge of #75642 - matklad:lexer-comments, r=petrochenkovbors-97/+89
2020-08-21Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkovbors-10/+85
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-129/+132
2020-08-20Auto merge of #75494 - matthewjasper:defer-recursive-projection-error, r=niko...bors-86/+171
2020-08-20Don't immediately error for cycles during normalizationMatthew Jasper-86/+171
2020-08-20Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviperbors-26/+65
2020-08-20Rollup merge of #75743 - matklad:excl, r=davidtwcoJosh Stone-3/+3
2020-08-20Rollup merge of #75731 - lzutao:mir-cmts-suppress-float-ty-const, r=oli-obkJosh Stone-4/+1
2020-08-20Rollup merge of #75716 - tlively:upgrade-emscripten-1.39.20, r=cuviperJosh Stone-2/+2
2020-08-20Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obkJosh Stone-3/+53
2020-08-20Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviperJosh Stone-2/+0
2020-08-20Rollup merge of #75702 - GuillaumeGomez:cleanup-e0759, r=pickfireJosh Stone-12/+6
2020-08-20Suppress ty::Float in MIR comments of ty::ConstLzu Tao-4/+1
2020-08-20Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiserbors-83/+274
2020-08-20Apply suggestions from code reviewOliver Scherer-3/+3
2020-08-20Rename rustc_lexer::TokenKind::Not to BangAleksey Kladov-3/+3
2020-08-20Apply review commentsGuillaume Gomez-2/+2
2020-08-20Suppress MIR comments of Unit typeLzu Tao-985/+43
2020-08-20Add missing tick for docLzu Tao-1/+1
2020-08-20Suppress MIR comments for FnDef in ty::ConstLzu Tao-336/+12
2020-08-20Set RUST_BACKTRACE env variableThibsG-1/+2
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-10/+85
2020-08-20Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co...bors-75/+29
2020-08-20Auto merge of #75720 - ehuss:update-books, r=ehussbors-0/+0
2020-08-20Auto merge of #75723 - ehuss:update-cargo, r=ehussbors-0/+0
2020-08-19Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiserbors-723/+400
2020-08-19Update cargoEric Huss-0/+0
2020-08-19Update booksEric Huss-0/+0
2020-08-19Simplify search for bare `\r` in doc commentsAleksey Kladov-14/+11
2020-08-19Move doc comment parsing to rustc_lexerAleksey Kladov-97/+92
2020-08-19Auto merge of #75590 - Mark-Simulacrum:tagged-ptr, r=ecstatic-morsebors-60/+533
2020-08-19Use CopyTaggedPtr for ParamEnvMark Rousskov-60/+47
2020-08-19Add tagged pointer impl to data structuresMark Rousskov-0/+486
2020-08-19Upgrade Emscripten on CI to 1.39.20Thomas Lively-2/+2
2020-08-19Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomezTyler Mandry-97/+142
2020-08-19Rollup merge of #75593 - Mark-Simulacrum:compiler-docs-must-not-overlap, r=pi...Tyler Mandry-2/+2
2020-08-19Rollup merge of #75587 - RalfJung:mir-comment-fixes, r=ecstatic-morseTyler Mandry-6/+7
2020-08-19Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkorTyler Mandry-469/+292
2020-08-19Fix bad printing of const-eval queriesThibsG-3/+52
2020-08-19Add test for f32 and f64 methodsJoshua Nelson-2/+20
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-9/+174
2020-08-19Add a testJoshua Nelson-0/+14
2020-08-19xpy fmtJoshua Nelson-5/+11
2020-08-19Use `impls` for intra doc links as wellJoshua Nelson-35/+19
2020-08-19Clean up E0759 explanationGuillaume Gomez-10/+4
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-87/+80
2020-08-19impl_for_type -> PrimitiveType::implsJoshua Nelson-57/+59