]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #75813 - petrochenkov:feature/incr-def-path-table, r=Aaron1011
[rust.git] / src /
2020-08-23 borsAuto merge of #75813 - petrochenkov:feature/incr-def...
2020-08-23 borsAuto merge of #73526 - cuviper:rust-llvm11, r=nikic
2020-08-23 borsAuto merge of #73084 - Aaron1011:feature/new-recursive...
2020-08-22 Aaron HillAdd backwards-compat hack for certain '$name' tokens
2020-08-22 Aaron HillRecursively expand `TokenKind::Interpolated` (take 2)
2020-08-22 Josh StoneWrite coverage filenames in Version3 format
2020-08-22 Josh StoneMatch scalar-pair-bool more flexibly for LLVM 11
2020-08-22 Josh StoneApply suggestions from code review
2020-08-22 Josh StoneExpand RISCV pseudo-instructions to match LLVM 11
2020-08-22 Josh StoneUpgrade to LLVM 11 (rc2)
2020-08-22 Josh StoneDon't make clang use gcc's include-fixed
2020-08-22 borsAuto merge of #75171 - amosonn:new_zeroed_slice, r...
2020-08-22 Vadim Petrochenkovrustc_metadata: Move some code around to merge impls...
2020-08-22 Vadim PetrochenkovDo not forget capacity when collecting def path hashes
2020-08-22 Aaron HillLazy decoding of DefPathTable from crate metadata ...
2020-08-22 borsAuto merge of #74566 - lzutao:guard, r=petrochenkov
2020-08-22 borsAuto merge of #75783 - denisvasilik:intra-doc-links...
2020-08-22 borsAuto merge of #75795 - matthiaskrgr:cargotest_clippy...
2020-08-22 borsAuto merge of #75790 - LeSeulArtichaut:std-intra-doc...
2020-08-22 borsAuto merge of #75776 - GuillaumeGomez:missing-doc-examp...
2020-08-22 borsAuto merge of #75772 - tmiasko:io-maybe-no, r=dtolnay
2020-08-22 borsAuto merge of #75792 - matthiaskrgr:bootstrap_clippy...
2020-08-22 borsAuto merge of #75797 - Dylan-DPC:rollup-lfeytr7, r...
2020-08-22 Dylan DPCRollup merge of #75788 - nagisa:mir-call-doccomment...
2020-08-22 Dylan DPCRollup merge of #75787 - LeSeulArtichaut:core-intra...
2020-08-22 Dylan DPCRollup merge of #75782 - GuillaumeGomez:more-links...
2020-08-22 Dylan DPCRollup merge of #75781 - Amanieu:asm-fix, r=nagisa
2020-08-22 Dylan DPCRollup merge of #75771 - tmiasko:const-eval-query-stack...
2020-08-22 Dylan DPCRollup merge of #75769 - matklad:flatten, r=petrochenkov
2020-08-22 Dylan DPCRollup merge of #75753 - koutheir:patch-1, r=steveklabnik
2020-08-22 Dylan DPCRollup merge of #75745 - jyn514:refactor-resolve, r...
2020-08-22 Dylan DPCRollup merge of #75725 - LeSeulArtichaut:alloc-intra...
2020-08-22 Dylan DPCRollup merge of #75718 - GuillaumeGomez:coverage-ui...
2020-08-22 Dylan DPCRollup merge of #75711 - CohenArthur:split-up-astconv...
2020-08-22 Dylan DPCRollup merge of #75705 - denisvasilik:intra-doc-links...
2020-08-21 Matthias Krügercargotest: fix clippy warnings
2020-08-21 Matthias Krügerbootstrap: fix a couple of clippy lint warnings
2020-08-21 Simonas KazlauskasMIR call terminator represents diverging calls too
2020-08-21 Amanieu d'AntrasAdd regression test
2020-08-21 Dr. Koutheir AttouchiAdded link to Microsoft's documentation of CFG
2020-08-21 Dr. Koutheir AttouchiFixed a typo
2020-08-21 borsAuto merge of #75708 - JohnTitor:stay-cool-full-bootstr...
2020-08-21 Amanieu d'AntrasMore inline asm register name fixups for LLVM
2020-08-21 Guillaume GomezStrenghten tests for missing_doc_code_examples lint
2020-08-21 Guillaume GomezUnify checks for lint missing_doc_code_examples and...
2020-08-21 borsAuto merge of #75694 - RalfJung:miri-align-to, r=nagisa
2020-08-21 Guillaume GomezShow line even if there is no code examples
2020-08-21 Guillaume GomezIgnore more kind of items for doc examples
2020-08-21 Aleksey KladovMinor, remove double nesting of a test module
2020-08-21 borsAuto merge of #75697 - lzutao:mir-dumb-const-prefix...
2020-08-21 CohenArthurastconv: Split astconv.rs into its own module with...
2020-08-21 borsAuto merge of #75765 - JohnTitor:rollup-lexaoa9, r...
2020-08-21 Yuki OkushiRollup merge of #75750 - poliorcetics:intra-links-std...
2020-08-21 Yuki OkushiRollup merge of #75727 - camelid:intra-doc-links-for...
2020-08-21 Yuki OkushiRollup merge of #75664 - mati865:mailmap, r=Dylan-DPC
2020-08-21 Yuki OkushiRollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakis
2020-08-21 Yuki OkushiRollup merge of #75324 - ericseppanen:master, r=JohnTitor
2020-08-21 Guillaume GomezImprove wording
2020-08-21 Dr. Koutheir AttouchiSwitched ROP link to Desktop layout instead of mobile...
2020-08-21 borsAuto merge of #75642 - matklad:lexer-comments, r=petroc...
2020-08-21 borsAuto merge of #74846 - Aaron1011:fix/pat-token-capture...
2020-08-21 Lzu TaoSuppress "const" prefix of FnDef in MIR dump
2020-08-21 Tomasz MiąskoExtend normalization in const-eval-query-stack test
2020-08-20 borsAuto merge of #73565 - matthewjasper:core-min-spec...
2020-08-20 Dr. Koutheir AttouchiAnother motivation for CFG: return-oriented programming
2020-08-20 borsAuto merge of #75494 - matthewjasper:defer-recursive...
2020-08-20 Guillaume Gomezfmt
2020-08-20 Guillaume GomezAdd documentation for --show-coverage option
2020-08-20 Guillaume GomezUpdate how doc examples are counted
2020-08-20 Guillaume GomezRemove "total" columns in --show-coverage output
2020-08-20 Matthew JasperDon't immediately error for cycles during normalization
2020-08-20 borsAuto merge of #75747 - cuviper:rollup-icke90l, r=cuviper
2020-08-20 Josh StoneRollup merge of #75743 - matklad:excl, r=davidtwco
2020-08-20 Josh StoneRollup merge of #75733 - pickfire:patch-3, r=matklad
2020-08-20 Josh StoneRollup merge of #75731 - lzutao:mir-cmts-suppress-float...
2020-08-20 Josh StoneRollup merge of #75716 - tlively:upgrade-emscripten...
2020-08-20 Josh StoneRollup merge of #75710 - ThibsG:FixBadPrinting75447...
2020-08-20 Josh StoneRollup merge of #75703 - tmiasko:stack-overflow-musl...
2020-08-20 Josh StoneRollup merge of #75702 - GuillaumeGomez:cleanup-e0759...
2020-08-20 Josh StoneRollup merge of #75672 - kofls:intradoc-fix, r=jyn514
2020-08-20 Joshua NelsonRemove duplicate binding in match
2020-08-20 Lzu TaoSuppress ty::Float in MIR comments of ty::Const
2020-08-20 Guillaume GomezUpdate rustdoc coverage UI test
2020-08-20 Guillaume GomezIgnore code examples on given items where it doesn...
2020-08-20 borsAuto merge of #75562 - oli-obk:const_prop_no_aggregates...
2020-08-20 Joshua NelsonRemove duplication in `fold_item`
2020-08-20 Oliver SchererApply suggestions from code review
2020-08-20 Aleksey KladovRename rustc_lexer::TokenKind::Not to Bang
2020-08-20 Guillaume GomezApply review comments
2020-08-20 borsAuto merge of #75670 - lzutao:suppress-mir-fndef-ty...
2020-08-20 Lzu TaoSuppress MIR comments of Unit type
2020-08-20 Lzu TaoAdd missing tick for doc
2020-08-20 Lzu TaoSuppress MIR comments for FnDef in ty::Const
2020-08-20 ThibsGSet RUST_BACKTRACE env variable
2020-08-20 Aaron HillCapture tokens for Pat used in macro_rules! argument
2020-08-20 borsAuto merge of #75595 - davidtwco:polymorphization-predi...
2020-08-20 borsAuto merge of #75720 - ehuss:update-books, r=ehuss
2020-08-20 borsAuto merge of #75723 - ehuss:update-cargo, r=ehuss
2020-08-19 borsAuto merge of #75563 - richkadel:llvm-coverage-map...
2020-08-19 Eric HussUpdate cargo
next