summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-356/+472
2020-03-08Rollup merge of #69631 - RalfJung:rust-src, r=Mark-SimulacrumMazdak Farrokhzad-2/+0
2020-03-08fix memory leak when vec::IntoIter panics during dropRalf Jung-4/+12
2020-03-08prevent potential promotion in const_discriminantBastian Kauschke-3/+5
2020-03-08override flags from compiletest12101111-1/+2
2020-03-08constify `mem::discriminant`Bastian Kauschke-1/+32
2020-03-08Apply suggestions from code reviewJonas Schievink-2/+2
2020-03-08fix type size mismatch on 32bitRalf Jung-20/+19
2020-03-08Rollup merge of #69810 - thekuom:test/67523-dynamic-semantics-bindings-after-...Mazdak Farrokhzad-0/+48
2020-03-08Rollup merge of #69805 - petrochenkov:importname, r=CentrilMazdak Farrokhzad-325/+283
2020-03-08Rollup merge of #69776 - ssomers:fix69769, r=Mark-SimulacrumMazdak Farrokhzad-2/+35
2020-03-08Rollup merge of #69641 - ehuss:update-books, r=ehussMazdak Farrokhzad-0/+0
2020-03-08Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwcoMazdak Farrokhzad-10/+18
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-58/+20
2020-03-08Rollup merge of #69548 - LeSeulArtichaut:assert-errors, r=petrochenkovMazdak Farrokhzad-21/+11
2020-03-08Rollup merge of #69422 - JohnTitor:remove-unwrap, r=XanewokMazdak Farrokhzad-35/+43
2020-03-08Update testsGuillaume Gomez-36/+52
2020-03-08Allow ZSTs in `AllocRef`Tim Diekmann-81/+96
2020-03-08clean up E0392 explanationGuillaume Gomez-2/+3
2020-03-08Cleanup E0391 explanationGuillaume Gomez-3/+5
2020-03-08clean up E0308 explanationGuillaume Gomez-6/+8
2020-03-08Simplify checking of crt_static_feature()12101111-26/+10
2020-03-08Auto merge of #69804 - Centril:rollup-u86dc1g, r=Centrilbors-381/+285
2020-03-08Add test for unnecessary panic branchesJonas Schievink-0/+34
2020-03-08Change index for SwitchInt caseJonas Schievink-1/+1
2020-03-07Implement BitOr and BitOrAssign for the NonZero integer typesThom Chiovoloni-0/+87
2020-03-08Poison generators when any terminator unwindsJonas Schievink-5/+31
2020-03-07refactor: Add an alias for the SmallVec in dep_graphMarkus Westerlind-10/+8
2020-03-07refactor: Move a borrow_mut and unwrap out of a loopMarkus Westerlind-6/+8
2020-03-07refactor: Exhaustive matching in method/probe.rsMarkus Westerlind-75/+39
2020-03-07Don't insert panic when generator can not unwindJonas Schievink-1/+45
2020-03-07reduce references on match patterns (clippy::match_ref_pats)Matthias Krüger-9/+9
2020-03-07Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_wit...Matthias Krüger-2/+2
2020-03-07libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string)Matthias Krüger-8/+8
2020-03-07remove unneeded mutable references (cippy::unnecessary_mut_passed)Matthias Krüger-3/+3
2020-03-07libtest: declare variables as floats instead of casting them (clippy::unneces...Matthias Krüger-8/+8
2020-03-07rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes)Matthias Krüger-28/+28
2020-03-07call .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_re...Matthias Krüger-5/+1
2020-03-07iterate over a maps values directly. (clippy::for_kv_map)Matthias Krüger-1/+1
2020-03-07rustdoc: simplify boolean condition (clippy::nonminimal_bool)Matthias Krüger-1/+1
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-47/+13
2020-03-07rustdoc: Use .any(p) instead of find(p).is_some(). (clippy::search_is_some)Matthias Krüger-5/+3
2020-03-07rustdoc: don't call into_iter() on iterator. (clippy::identity_conversion)Matthias Krüger-1/+1
2020-03-07Don't insert panic when generator can not returnJonas Schievink-2/+29
2020-03-07test(bindings_after_at): add dynamic drop tests for bindings_after_atMatthew Kuo-0/+48
2020-03-07Apply review feedbackAmanieu d'Antras-2/+2
2020-03-07resolve: `directive` -> `import`Vadim Petrochenkov-237/+215
2020-03-07Rollup merge of #69797 - jongiddy:convert-version, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-03-07Rollup merge of #69794 - TimDiekmann:dangling, r=AmanieuMazdak Farrokhzad-0/+16
2020-03-07Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obkMazdak Farrokhzad-12/+12