]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-09-15 CaioMove some tests to more reasonable directories
2021-09-15 Tomasz MiąskoUse explicit log level in tracing instrument macro
2021-09-15 Tomasz MiąskoDisable RemoveZsts in generators to avoid query cycles
2021-09-15 bjorn3Make two functions private
2021-09-15 bjorn3Inline with_interner
2021-09-15 bjorn3Move the Lock into symbol::Interner
2021-09-15 Eric HussDisable validate_maintainers.
2021-09-15 Michael Howelldocs(std): add docs for cof_from_cstr impls
2021-09-15 Michael Howellchore(rustc_expand): fix typo in comment
2021-09-15 danakjVerify bin crates are not deterministic on Windows
2021-09-15 Esteban KuberMove object safety suggestions to the end of the error
2021-09-15 DeadbeefFast reject for NeedsNonConstDrop
2021-09-15 borsAuto merge of #87867 - bjorn3:unique_type_id_interner...
2021-09-15 borsAuto merge of #88619 - GuillaumeGomez:simplify-std...
2021-09-15 Deadbeefinline(always) on check_recursion_limit
2021-09-15 borsAuto merge of #88558 - fee1-dead:const-drop, r=oli-obk
2021-09-15 DeadbeefConst Deref
2021-09-15 Josh TriplettAdd chown functions to std::os::unix::fs to change...
2021-09-15 Eric HussUpdate books
2021-09-14 Fabian WolffPoint to closure when emitting 'cannot move out' for...
2021-09-14 Fabian WolffFix handling of `hir::GenericArg::Infer` in `wrong_numb...
2021-09-14 Aaron HillRemove concept of 'completion' from the projection...
2021-09-14 Devin RagotzyAdd reachable_patterns lint to rfc-2008-non_exhaustive
2021-09-14 Esteban Kuberreview comment: move recovery code to its own function
2021-09-14 borsAuto merge of #73314 - GuillaumeGomez:display-warnings...
2021-09-14 Tomasz MiąskoRemove implementation of `min_align_of` intrinsic
2021-09-14 Michael WoeristerReplace cnum_map with tcx.stable_crate_id_to_crate_num...
2021-09-14 Michael Woeristerrustc_metadata: Remove Metadata::raw_bytes() and use...
2021-09-14 Michael WoeristerRename DefPathHashMap in rustc_metadata so its name...
2021-09-14 Michael WoeristerFix up comment about OnDiskCache::foreign_expn_data.
2021-09-14 Michael WoeristerMake DefPathHash->DefId panic for if the mapping fails.
2021-09-14 Michael WoeristerRemove RawDefId tracking infrastructure from incr....
2021-09-14 Michael WoeristerStore DefPathHash->DefIndex map in on-disk-hash-table...
2021-09-14 Michael WoeristerUse on-disk-hash-table format for DefPathHashMap in...
2021-09-14 Michael WoeristerAllow taking an OwningRef of the crate metadata blob.
2021-09-14 Tomasz MiąskoAvoid unnecessary formatting when trace log level is...
2021-09-14 Guillaume GomezAdd test for --display-doctest-warnings option
2021-09-14 Guillaume GomezRename --display-warnings to --display-doctest-warnings
2021-09-14 borsAuto merge of #88914 - GuillaumeGomez:rollup-h5svc6w...
2021-09-14 Dan ZwellDocument the closure arguments for `reduce`.
2021-09-13 borsAuto merge of #87794 - bonega:enum_niche_prefer_zero...
2021-09-13 Andreas Liljeqvistenum niche allocation grows toward zero if possible
2021-09-13 Joshua Liebow... `Wrapping<T>` has the same layout and ABI as `T`
2021-09-13 Guillaume GomezUpdate permissions path for clippy lint
2021-09-13 Guillaume GomezRollup merge of #88896 - GuillaumeGomez:flakyness,...
2021-09-13 Guillaume GomezRollup merge of #88894 - FabianWolff:issue-88818, r...
2021-09-13 Guillaume GomezRollup merge of #88885 - GuillaumeGomez:fix-jump-def...
2021-09-13 Guillaume GomezRollup merge of #88859 - RalfJung:size-helpers, r=oli-obk
2021-09-13 Guillaume GomezRollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk
2021-09-13 Guillaume GomezRollup merge of #88722 - WaffleLapkin:unsafe_cell_const...
2021-09-13 Guillaume GomezRollup merge of #88033 - GuillaumeGomez:jump-to-def...
2021-09-13 Guillaume GomezMove fortanix module position in std::os reexports...
2021-09-13 Guillaume GomezRemove usage of cfg_if in std/src/os/mod.rs
2021-09-13 Guillaume GomezSimplify std::os module reexports to fix rustdoc linkin...
2021-09-13 Guillaume Gomez * Enable generate-link-to-def feature on a rustdoc...
2021-09-13 Fabian WolffImprove error message for type mismatch in generator...
2021-09-13 borsAuto merge of #87915 - estebank:fancy-spans, r=oli-obk
2021-09-13 Mara BosAdd negative test in macro-braces-dot-question.rs.
2021-09-13 Guillaume GomezAdd test for primitive in "jump to definition" feature
2021-09-13 Guillaume GomezAdd support for primitives in "jump to definition"...
2021-09-13 WaffleHighlight the const function if error happened because...
2021-09-13 borsAuto merge of #88766 - ehuss:update-cargo, r=ehuss
2021-09-13 bjorn3Use a separate interner type for UniqueTypeId
2021-09-13 borsAuto merge of #88745 - hnj2:allow-trait-impl-missing...
2021-09-13 borsAuto merge of #88529 - Meziu:master, r=nagisa
2021-09-13 Michael Howellchore: convert to a multi-part suggestion
2021-09-13 borsAuto merge of #88517 - smoelius:without-patch-versions...
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 Gary GuoAdd mir opt test for min_align_of -> AlignOf lowering
2021-09-12 Gary GuoIntroduce NullOp::AlignOf
2021-09-12 Fabian WolffDo not issue E0071 if a type error has already been...
2021-09-12 borsAuto merge of #88759 - Amanieu:panic_in_drop, r=nagisa...
2021-09-12 Guillaume GomezReduce possibility of flaky tests
2021-09-12 Fabian WolffImprove error message for missing trait in trait impl
2021-09-12 borsAuto merge of #88811 - jackh726:issue-88446, r=nikomatsakis
2021-09-12 Guillaume GomezFix invalid background for jump-to-def links in source...
2021-09-12 borsAuto merge of #88881 - Manishearth:rollup-alohfwx,...
2021-09-12 Manish GoregaokarRollup merge of #88813 - lcnr:ena-docs, r=jyn514
2021-09-12 Manish GoregaokarRollup merge of #88810 - camelid:cleanup-pt1, r=jyn514
2021-09-12 Manish GoregaokarRollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug...
2021-09-12 Manish GoregaokarRollup merge of #88709 - BoxyUwU:thir-abstract-const...
2021-09-12 Manish GoregaokarRollup merge of #88699 - Mark-Simulacrum:fixes-cherry...
2021-09-12 Manish GoregaokarRollup merge of #88677 - petrochenkov:exportid, r=davidtwco
2021-09-12 Manish GoregaokarRollup merge of #88336 - jackh726:gats-where-constraint...
2021-09-12 borsAuto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis
2021-09-12 borsAuto merge of #88765 - mk12:update-llvm, r=cuviper
2021-09-12 borsAuto merge of #87073 - jyn514:primitive-docs, r=Guillau...
2021-09-12 Guillaume GomezFix `no_core` and `no_std` rustdoc tests on Windows
2021-09-12 Joshua NelsonFix linkcheck issues
2021-09-12 Joshua NelsonFix broken handling of primitive items
2021-09-12 Joshua Nelsondowngrade some logging
2021-09-12 Joshua NelsonAdd primitive documentation to libcore
2021-09-11 Michael Howellcleanup(rustc_trait_selection): remove vestigial code...
2021-09-11 borsAuto merge of #84373 - cjgillot:resolve-span, r=michael...
2021-09-11 Noah Levrustdoc: Cleanup a pattern match in `external_generic_a...
2021-09-11 Noah LevRemove unnecessary `is_trait` argument
2021-09-11 Noah LevFix redundant arguments in `external_path()`
2021-09-11 borsAuto merge of #78780 - cjgillot:req, r=Mark-Simulacrum
2021-09-11 Noah LevRemove unused `hir_id` parameter from `resolve_type`
2021-09-11 Noah LevCreate a valid `Res` in `external_path()`
next