about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-16Refactor `FulfillmentError` to track less dataEsteban Kuber-57/+86
2021-09-16Point at argument instead of call for their obligationsEsteban Kuber-50/+63
2021-09-16Add IntoIterator intra doc link to various collectionsest31-7/+14
2021-09-16Fix typo in `break` docstatami4-1/+1
2021-09-16Remove FUNDING.ymlAntoni Boucher-2/+0
2021-09-16Add intra-doc-links to BinaryHeap rustdocest31-3/+7
2021-09-16Add intra-doc-links to LinkedList rustdocest31-1/+4
2021-09-16add 3414 testlyj-0/+19
2021-09-16Enable rustdoc's --generate-link-to-definition for rustc docsGiacomo Stevanato-0/+1
2021-09-16Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrierilbors-68/+626
2021-09-16Fix clippyjackh726-3/+3
2021-09-16Fix clippyjackh726-3/+3
2021-09-15Fix rustdocjackh726-2/+6
2021-09-16Fix shuffle index constant not being monomorphized.Caleb Zulawski-2/+46
2021-09-15Reuse existing shared Lrc for MatchImpl parentMark Rousskov-4/+4
2021-09-15Remove ToPolyTraitRef impl for TraitRefjackh726-45/+33
2021-09-16Auto merge of #88992 - Manishearth:rollup-k9hijii, r=Manishearthbors-625/+272
2021-09-15Avoid codegen for Result::into_ok in lang_startMark Rousskov-3/+3
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-30/+106
2021-09-15Remove ToPredicate impls that use Binder::dummyjackh726-85/+99
2021-09-15Fix linting when trailing macro expands to a trailing semiAaron Hill-6/+43
2021-09-15Disable the evaluation cache when in intercrate modeAaron Hill-0/+16
2021-09-15Auto merge of #88977 - ehuss:disable-validate-maintainers, r=Mark-Simulacrumbors-1/+9
2021-09-15Disable debuginfo test on Windows that fails in new cdb version.Eric Huss-0/+2
2021-09-15Rollup merge of #88951 - ehuss:update-books, r=ehussManish Goregaokar-0/+0
2021-09-15Rollup merge of #88933 - tmiasko:remove-min-align-of, r=oli-obkManish Goregaokar-7/+2
2021-09-15Rollup merge of #88915 - joshlf:patch-4, r=kennytmManish Goregaokar-0/+4
2021-09-15Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_...Manish Goregaokar-6/+34
2021-09-15Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebankManish Goregaokar-1/+55
2021-09-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-595/+50
2021-09-15Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisaManish Goregaokar-11/+25
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-5/+102
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-40/+129
2021-09-15Add tracking issue for unix_chownJosh Triplett-3/+3
2021-09-15factor into struct, and commentsGus Wynn-92/+104
2021-09-15Allow call to get_body_with_borrowck_facts without -Z poloniusWill Crichton-10/+10
2021-09-15Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass...Will Crichton-3/+3
2021-09-15Update the backtrace crateHenrik Böving-0/+0
2021-09-15Update clobber_abi list to include k[1-7] regsCommeownist-3/+3
2021-09-15Disable both reproducible-build tests for crate-type=bindanakj-14/+5
2021-09-15Move some tests to more reasonable directoriesCaio-37/+2
2021-09-15Use explicit log level in tracing instrument macroTomasz Miąsko-15/+15
2021-09-15Disable RemoveZsts in generators to avoid query cyclesTomasz Miąsko-0/+20
2021-09-15Make two functions privatebjorn3-2/+2
2021-09-15Inline with_internerbjorn3-9/+5
2021-09-15Move the Lock into symbol::Internerbjorn3-16/+21
2021-09-15Disable validate_maintainers.Eric Huss-1/+7
2021-09-15docs(std): add docs for cof_from_cstr implsMichael Howell-0/+3
2021-09-15chore(rustc_expand): fix typo in commentMichael Howell-1/+1
2021-09-15Fix formattingAlbin Hedman-1/+3