about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-09-15Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieubors-96/+115
2021-09-15inline(always) on check_recursion_limitDeadbeef-0/+1
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-106/+552
2021-09-15Const DerefDeadbeef-5/+13
2021-09-14Add chown functions to std::os::unix::fs to change the owner and group of filesJosh Triplett-0/+87
2021-09-14Update booksEric Huss-0/+0
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-215/+503
2021-09-15Fix handling of `hir::GenericArg::Infer` in `wrong_number_of_generic_args.rs`Fabian Wolff-9/+5
2021-09-14update testasquared31415-3/+4
2021-09-14update testasquared31415-4/+5
2021-09-14Remove concept of 'completion' from the projection cacheAaron Hill-51/+2
2021-09-14Fix ICE when `start` lang item has wrong genericsasquared31415-12/+31
2021-09-14Add reachable_patterns lint to rfc-2008-non_exhaustiveDevin Ragotzy-68/+626
2021-09-14review comment: move recovery code to its own functionEsteban Kuber-2/+19
2021-09-14Auto merge of #7671 - dtolnay-contrib:singlecharnames, r=xFrednetbors-139/+124
2021-09-14Downgrade many_single_char_names to pedanticDavid Tolnay-139/+124
2021-09-14Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514bors-25/+66
2021-09-14Auto merge of #7640 - kneasle:mut-key-false-positive, r=camsteffenbors-27/+176
2021-09-14Fix FN for collections/smart ptrs in `std`Kneasle-37/+161
2021-09-14Auto merge of #7670 - xFrednet:0000-lets-hope-this-fixes-rustbot-fps, r=camst...bors-3/+3
2021-09-14Updating issue templates to avoid @rustbot triggersxFrednet-3/+3
2021-09-14Remove implementation of `min_align_of` intrinsicTomasz Miąsko-7/+2
2021-09-14Replace cnum_map with tcx.stable_crate_id_to_crate_num() in OnDiskCache.Michael Woerister-32/+7
2021-09-14rustc_metadata: Remove Metadata::raw_bytes() and use Metadata::blob() directl...Michael Woerister-7/+4
2021-09-14Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...Michael Woerister-21/+19
2021-09-14Fix up comment about OnDiskCache::foreign_expn_data.Michael Woerister-2/+4
2021-09-14Make DefPathHash->DefId panic for if the mapping fails.Michael Woerister-25/+18
2021-09-14Remove RawDefId tracking infrastructure from incr. comp. framework.Michael Woerister-134/+6
2021-09-14Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.Michael Woerister-144/+131
2021-09-14Use on-disk-hash-table format for DefPathHashMap in hir::definitions.Michael Woerister-5/+66
2021-09-14Allow taking an OwningRef of the crate metadata blob.Michael Woerister-18/+62
2021-09-14Avoid unnecessary formatting when trace log level is disabledTomasz Miąsko-4/+5
2021-09-14Add test for --display-doctest-warnings optionGuillaume Gomez-0/+33