about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-09-15Verify bin crates are not deterministic on Windowsdanakj-3/+31
2021-09-15Add tracking issueAlbin Hedman-6/+6
2021-09-15Updated for new const trait bounds syntaxAlbin Hedman-2/+2
2021-09-15Move tests to library/core/testsAlbin Hedman-7/+5
2021-09-15Add test for try operator with OptionAlbin Hedman-2/+9
2021-09-15Constly impl TryV2 and Residual for OptionAlbin Hedman-2/+4
2021-09-15Add test for try operator on ResultAlbin Hedman-0/+16
2021-09-15Constly impl TryV2 and FromResidual for ResultAlbin Hedman-2/+4
2021-09-15Add tests for feature(const_identity_convert)Albin Hedman-0/+20
2021-09-15Constify identify conversionsAlbin Hedman-2/+5
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-46/+50
2021-09-15Check for shadowing issues involving block labelsTomasz Miąsko-21/+61
2021-09-15Fast reject for NeedsNonConstDropDeadbeef-1/+11
2021-09-15Auto merge of #87867 - bjorn3:unique_type_id_interner, r=wesleywiserbors-11/+61
2021-09-15Coerce const FnDefs to implement const Fn traitsDeadbeef-13/+55
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-2/+1
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-26/+26