]> git.lizzy.rs Git - rust.git/history - compiler
replace assert! with assert_eq!
[rust.git] / compiler /
2020-12-06 Ethan Brierleysmarter E0390
2020-12-06 Tomasz MiąskoRetain assembly operands span when lowering AST to HIR
2020-12-06 Albin HedmanFix comments related to abort()
2020-12-06 borsAuto merge of #79765 - flip1995:clippyup, r=Manishearth
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-06 borsAuto merge of #78609 - lcnr:rustdoc-const-eval, r=matth...
2020-12-06 borsAuto merge of #79734 - ethanboxx:inferred_const_note...
2020-12-06 borsAuto merge of #79737 - Xanewok:update-rls, r=calebcartw...
2020-12-06 borsAuto merge of #79729 - matthiaskrgr:clones_, r=jyn514
2020-12-06 borsAuto merge of #79650 - the8472:fix-take, r=dtolnay
2020-12-06 Tomasz MiąskoDon't ICE on malformed `rustc_args_required_const`...
2020-12-06 Tomasz MiąskoCompress RWU from at least 32 bits to 4 bits
2020-12-05 borsAuto merge of #79697 - rylev:clearer-const-diagnostic...
2020-12-05 borsAuto merge of #79685 - sivadeilra:fix_env_vars_win...
2020-12-05 borsAuto merge of #79719 - JohnTitor:nomicon, r=Mark-Simulacrum
2020-12-05 Albin HedmanFix tests (hopefully)
2020-12-05 Albin Hedmanabort() now takes a msg parameter
2020-12-05 borsAuto merge of #79445 - SNCPlay42:struct-tail-recursion...
2020-12-05 Ethan BrierleyConst parameters can not be inferred with `_`
2020-12-05 borsAuto merge of #78373 - matthewjasper:drop-on-into,...
2020-12-05 Matthias Krügerremove redundant clones
2020-12-05 Aaron HillProperly re-use def path hash in incremental mode
2020-12-05 borsAuto merge of #76301 - matklad:fmt-test, r=matklad
2020-12-04 Matthew JasperAvoid leaking block expression values
2020-12-04 borsAuto merge of #79673 - ijackson:intoinnerintoinnererror...
2020-12-04 Matthew JasperUse `record_operands_moved` more aggresively
2020-12-04 Matthew JasperSimplify unscheduling of drops after moves
2020-12-04 borsAuto merge of #79286 - TimDiekmann:rename-allocref...
2020-12-04 SNCPlay42check the recursion limit when finding struct tail
2020-12-04 Daiki IharaAdd long explanation for E0212
2020-12-04 Daiki IharaRefine E0212 error message
2020-12-04 borsAuto merge of #79680 - Nadrieril:fix-regression-79284...
2020-12-04 Ryan LevickA slightly clearer diagnostic when misusing
2020-12-04 borsAuto merge of #78177 - benjaminp:cleanups, r=jyn514
2020-12-04 Benjamin PetersonWriteback walks the HIR not the AST.
2020-12-04 Benjamin PetersonThe details of higher-rank sub are in the rustc book...
2020-12-04 Benjamin PetersonUnnest some .chain calls, so it's clearer what's going on.
2020-12-04 Benjamin PetersonFix comment that refers to dead enforce_object_limitati...
2020-12-04 borsAuto merge of #79686 - Dylan-DPC:rollup-leama5f, r...
2020-12-04 borsAuto merge of #79109 - richkadel:llvm-coverage-counters...
2020-12-04 Dylan DPCRollup merge of #79678 - jyn514:THE-PAPERCLIP-COMETH...
2020-12-04 Dylan DPCRollup merge of #79664 - vn-ki:move-memkind-heap, r...
2020-12-04 Dylan DPCRollup merge of #79646 - petrochenkov:inclean, r=davidtwco
2020-12-04 Dylan DPCRollup merge of #79638 - jyn514:intra-link-self-raw...
2020-12-04 Dylan DPCRollup merge of #79631 - RalfJung:miri-const_str_ptr...
2020-12-04 Dylan DPCRollup merge of #79627 - ehuss:update-cargo, r=ehuss
2020-12-04 Dylan DPCRollup merge of #79623 - jyn514:ident, r=GuillaumeGomez
2020-12-04 Dylan DPCRollup merge of #79611 - poliorcetics:use-std-in-docs...
2020-12-04 Dylan DPCRollup merge of #79602 - jethrogb:sgx-fix-79038, r...
2020-12-04 Dylan DPCRollup merge of #79541 - GuillaumeGomez:doc-keyword...
2020-12-04 Dylan DPCRollup merge of #77686 - camelid:rustdoc-render-search...
2020-12-04 NadrierilInline `is_covered_by`
2020-12-03 Joshua NelsonFix some clippy lints
2020-12-03 borsAuto merge of #79620 - JohnTitor:label-name-sugg, r...
2020-12-03 Rich KadelAddressed feedback from 2020-12-01
2020-12-03 Rich KadelCombination of commits
2020-12-03 Rich KadelCoverage tests for remaining TerminatorKinds and async...
2020-12-03 Vishnunarayan K Imove interpret::MemoryKind::Heap to const eval
2020-12-03 Guillaume GomezOnly deny doc_keyword in std and set it as "allow"...
2020-12-03 borsAuto merge of #79613 - GuillaumeGomez:doc-keyword-check...
2020-12-03 borsAuto merge of #79586 - jyn514:crate-name, r=davidtwco
2020-12-03 Bastian Kauschkeextend the docs for `WithOptConstParam`
2020-12-03 borsAuto merge of #79594 - vn-ki:const-eval-intrinsic,...
2020-12-03 Guillaume GomezAdd lint pass for doc keyword
2020-12-03 Vishnunarayan K Imove intrinsic to CTFE, add FIXME
2020-12-03 borsAuto merge of #79533 - sasurau4:feature/add-long-explan...
2020-12-03 borsAuto merge of #79637 - spastorino:revert-trait-inherita...
2020-12-02 borsAuto merge of #79539 - aDotInTheVoid:json-mvp, r=jyn514
2020-12-02 Vadim Petrochenkovrustc_metadata: Remove some dead code
2020-12-02 borsAuto merge of #79364 - nico-abram:unstable-or-pat-sugge...
2020-12-02 Albin HedmanUndo fn -> const fn for all intrinsics but assert_inhabited
2020-12-02 LeSeulArtichautCreate `rustc_ty_library`
2020-12-02 borsAuto merge of #69864 - LinkTed:master, r=Amanieu
2020-12-02 Santiago PastorinoRevert "Auto merge of #79209 - spastorino:trait-inherit...
2020-12-02 borsAuto merge of #79547 - erikdesjardins:byval, r=nagisa
2020-12-02 Vishnunarayan K Irename MemoryKind::Heap to ConstHeap; bless test
2020-12-02 Vishnunarayan K Iadd comment and bless some tests
2020-12-02 Guillaume GomezAdd rustc_lexer as dependency to rustc_passes
2020-12-02 Guillaume GomezAdd checks for #[doc(keyword = "...")] and move them...
2020-12-02 Guillaume GomezClean up doc attributes check before adding more
2020-12-02 borsAuto merge of #79606 - ThePuzzlemaker:issue-79458-fix...
2020-12-02 borsAuto merge of #79235 - ortem:fix-btreemap-gdb-pretty...
2020-12-02 Yuki OkushiTweak diagnostics on shadowing lifetimes/labels
2020-12-02 Albin HedmanMake some of MaybeUninit's methods const
2020-12-02 borsAuto merge of #78864 - Mark-Simulacrum:warn-on-forbids...
2020-12-01 borsAuto merge of #79614 - GuillaumeGomez:rollup-15usd7e...
2020-12-01 Guillaume GomezRollup merge of #79600 - nicokoch:kernel_copy_unixstrea...
2020-12-01 Guillaume GomezRollup merge of #79509 - GuillaumeGomez:improve-attr...
2020-12-01 Guillaume GomezRollup merge of #79508 - jryans:check-dsymutil-result...
2020-12-01 borsAuto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu
2020-12-01 ThePuzzlemakerIgnore trait implementations with negative polarity...
2020-12-01 Gus CaplanAdd wasm32 support to inline asm
2020-12-01 Joshua NelsonFix `unknown-crate` when using self-profile with rustdoc
2020-12-01 Guillaume GomezAdd documentation for name_value_literal_span methods
2020-12-01 Guillaume GomezImprove some attributes error spans
2020-12-01 Guillaume GomezCreated NestedMetaItem::name_value_literal_span method
2020-12-01 Daiki IharaAdd long explanation of E0546
2020-12-01 Vishnunarayan K Ireview comment and one more test
2020-12-01 borsAuto merge of #74967 - Aaron1011:feature/incr-def-path...
2020-12-01 Vishnunarayan K Ireview comments
next