]> git.lizzy.rs Git - rust.git/history - src
Remove wrapper type handling absent raw standard streams
[rust.git] / src /
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 borsAuto merge of #75642 - matklad:lexer-comments, r=petroc...
2020-08-21 borsAuto merge of #74846 - Aaron1011:fix/pat-token-capture...
2020-08-20 borsAuto merge of #73565 - matthewjasper:core-min-spec...
2020-08-20 borsAuto merge of #75494 - matthewjasper:defer-recursive...
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 Lzu TaoSuppress ty::Float in MIR comments of ty::Const
2020-08-20 borsAuto merge of #75562 - oli-obk:const_prop_no_aggregates...
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
2020-08-19 Eric HussUpdate books
2020-08-19 Aleksey KladovSimplify search for bare `\r` in doc comments
2020-08-19 Aleksey KladovMove doc comment parsing to rustc_lexer
2020-08-19 borsAuto merge of #75590 - Mark-Simulacrum:tagged-ptr,...
2020-08-19 Mark RousskovUse CopyTaggedPtr for ParamEnv
2020-08-19 Mark RousskovAdd tagged pointer impl to data structures
2020-08-19 Thomas LivelyUpgrade Emscripten on CI to 1.39.20
2020-08-19 borsAuto merge of #75715 - tmandry:rollup-18atkj4, r=tmandry
2020-08-19 Tyler MandryRollup merge of #75696 - matklad:mirit, r=RalfJung
2020-08-19 Tyler MandryRollup merge of #75674 - poliorcetics:intra-links-std...
2020-08-19 Tyler MandryRollup merge of #75649 - jyn514:inherent-lang-impls...
2020-08-19 Tyler MandryRollup merge of #75648 - matklad:lazy-dropck, r=KodrAus
2020-08-19 Tyler MandryRollup merge of #75593 - Mark-Simulacrum:compiler-docs...
2020-08-19 Tyler MandryRollup merge of #75587 - RalfJung:mir-comment-fixes...
2020-08-19 Tyler MandryRollup merge of #75069 - lcnr:type-of-lazy-norm, r...
2020-08-19 ThibsGFix bad printing of const-eval queries
2020-08-19 borsAuto merge of #75480 - ssomers:btree_check_invariant...
2020-08-19 Joshua NelsonAdd test for f32 and f64 methods
2020-08-19 borsAuto merge of #74098 - GuillaumeGomez:doc-alias-checks...
2020-08-19 Joshua NelsonAdd a test
2020-08-19 Joshua Nelsonxpy fmt
2020-08-19 Joshua NelsonUse `impls` for intra doc links as well
2020-08-19 Guillaume GomezClean up E0759 explanation
2020-08-19 Joshua NelsonAllow reusing the code in `collect_trait_impls`
2020-08-19 Joshua Nelsonimpl_for_type -> PrimitiveType::impls
2020-08-19 Joshua NelsonReturn all impls, not just the primary one
2020-08-19 Joshua NelsonSay `tcx.lang_items()` less
2020-08-19 Joshua NelsonRefactor `impl_for_type` into a separate function
2020-08-19 borsAuto merge of #75600 - nagisa:improve_align_offset...
2020-08-19 borsAuto merge of #75692 - JohnTitor:rollup-8gr04ah, r...
2020-08-19 Yuki OkushiRollup merge of #75685 - nixphix:docs/unix-ext, r=jyn514
2020-08-19 Yuki OkushiRollup merge of #75665 - GuillaumeGomez:doc-examples...
2020-08-19 Yuki OkushiRollup merge of #75658 - tgnottingham:issue-75599,...
2020-08-19 Yuki OkushiRollup merge of #75652 - jyn514:true-false-2, r=Guillau...
2020-08-19 Yuki OkushiRollup merge of #75646 - poliorcetics:intra-links-keywo...
2020-08-19 Yuki OkushiRollup merge of #75554 - jumbatm:fix-clashing-extern...
2020-08-19 Yuki OkushiRollup merge of #75499 - jack-champagne:jack-champagne...
2020-08-19 Yuki OkushiRollup merge of #75049 - janriemer:patch-1, r=poliorcetics
2020-08-19 Yuki OkushiRollup merge of #75038 - rust-lang:Havvy-patch-1, r...
2020-08-19 Rich KadelMoved coverage counter injection from BasicBlock to...
2020-08-19 borsAuto merge of #75677 - cuviper:shrink-towel, r=Mark...
2020-08-19 borsAuto merge of #75555 - workingjubilee:update-everything...
2020-08-19 Tomasz MiąskoEnable stack-overflow detection on musl for non-main...
2020-08-18 borsAuto merge of #75516 - matklad:remove-deprecation,...
2020-08-18 Bastian Kauschkechange const param ty warning message
2020-08-18 Bastian Kauschkerun wfcheck in parralel again, add test for 74950
2020-08-18 Bastian Kauschkemove const param structural match checks to wfcheck
2020-08-18 Tomasz MiąskoFix asm compiler flags change from cmake 0.1.44
2020-08-18 Tyson NottinghamDon't emit "is not a logical operator" error outside...
2020-08-18 Josh StoneDon't panic in Vec::shrink_to_fit
2020-08-18 borsAuto merge of #75657 - TimDiekmann:allocref-cleanup...
2020-08-18 borsAuto merge of #75635 - Aaron1011:fix/incr-fn-param...
2020-08-18 Jubilee YoungResolve licensing by updating tinyvec 0.3.3 -> 0.3.4
2020-08-18 Mark RousskovUpdate license check post-cargo update
2020-08-18 borsAuto merge of #75639 - RalfJung:miri, r=RalfJung
2020-08-18 Oliver SchererTypo
2020-08-18 Guillaume GomezUpdate rustdoc-ui tests
2020-08-18 borsAuto merge of #75663 - Xanewok:update-rls, r=Mark-Simul...
2020-08-18 Oliver SchererElaborate docs on the `promoted_mir` query
2020-08-18 Oliver SchererExplain why we are creating an aggregate constant
2020-08-18 Oliver SchererAddress review comments
2020-08-18 Guillaume GomezAdd doc examples count for --show-coverage
2020-08-18 Aleksey KladovRemove broken clap versions from cargotest
2020-08-18 Ralf Jungmir building: fix some comments
next