]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-07 Yuki OkushiUpdate `compiler_builtins` to 0.1.39
2021-01-07 EjezImprove wording of parse doc
2021-01-07 borsAuto merge of #80200 - mahkoh:dst-offset, r=nagisa
2021-01-07 borsAuto merge of #80425 - camelid:resolve-moduledata-docs...
2021-01-06 borsAuto merge of #80754 - sunfishcode:path-cleanup/rustc...
2021-01-06 CamelidRename to `nearest_parent_mod`
2021-01-06 CamelidDocument `ModuleData`
2021-01-06 borsAuto merge of #80758 - RalfJung:miri, r=RalfJung
2021-01-06 Ralf Jungupdate Miri
2021-01-06 Daniel Henry... Fix rebase and clean up some code.
2021-01-06 Dan GohmanOptimize away some path lookups in the generic `fs...
2021-01-06 Dan GohmanOptimize away a `fs::metadata` call.
2021-01-06 Dan GohmanOptimize away some `fs::metadata` calls.
2021-01-06 Daniel Henry... Fixed non-declarative-nor-opaque macros effective privacy.
2021-01-06 Daniel Henry... Fix ICE on `pub macro`s defined within a non-module...
2021-01-06 Daniel Henry... Style nit: avoid confusing name shadowing in pattern...
2021-01-06 Daniel Henry... Enhance tests based on code review
2021-01-06 Daniel Henry... WIP: attempt to fix the undocument re-export issue
2021-01-06 Daniel Henry... Update test assertions (showcases bug)
2021-01-06 Daniel Henry... Style nit: replace `for_each` & `return` with `for...
2021-01-06 Daniel Henry... Fix type/value namespace clashes + test for that
2021-01-06 Daniel Henry... Implement suggestions from code review.
2021-01-06 Daniel Henry... Rustdoc: Fix macros 2.0 and built-in derives being...
2021-01-06 Lzu TaoChange related spec files to use the new enum
2021-01-06 Lzu TaoPrefer enum Endian in rustc_target::Target
2021-01-06 borsAuto merge of #80714 - jakevossen5:master, r=lcnr
2021-01-06 Guillaume GomezDon't use to_string on Symbol
2021-01-06 Andrew SunMake target-cpu=native detect individual features
2021-01-06 borsAuto merge of #80724 - GuillaumeGomez:remove-useless...
2021-01-06 CamelidApply suggestions from code review
2021-01-06 Eric HussUpdate cargo
2021-01-06 Camelidrustdoc: Turn `next_def_id` comments into docs
2021-01-06 borsAuto merge of #80415 - cjgillot:issue-77828, r=petrochenkov
2021-01-05 Aru SahniRemove bottom margin from crate version when the sideba...
2021-01-05 max-hellerDocument hackiness around primitive associated item...
2021-01-05 Camille GILLOTDo not swallow parent for MacroDef.
2021-01-05 Camille GILLOTAdd rustdoc test.
2021-01-05 Camille GILLOTCompute parent module when collecting hir::MacroDef.
2021-01-05 borsAuto merge of #80711 - camelid:intrinsic-of-val-safety...
2021-01-05 Guillaume GomezRemove useless doc_alias feature
2021-01-05 borsAuto merge of #80717 - mbartlett21:patch-2, r=dtolnay
2021-01-05 borsAuto merge of #80699 - usbalbin:const_copy_tracking_iss...
2021-01-05 borsAuto merge of #80686 - GuillaumeGomez:error-doc-alias...
2021-01-05 mbartlett21Add code spans to docs in intrinsics.rs
2021-01-05 Jake Vossenfixed feature gate stderr
2021-01-05 Jake Vossenfixed const_generics error help
2021-01-05 CamelidMake `size_of_val` and `min_align_of_val` intrinsics...
2021-01-05 borsAuto merge of #80708 - JohnTitor:rollup-6esk027, r...
2021-01-05 Yuki OkushiRollup merge of #80696 - RalfJung:failing-promoteds...
2021-01-05 Yuki OkushiRollup merge of #80677 - kw-fn:patch-2, r=jyn514
2021-01-05 Yuki OkushiRollup merge of #80672 - matthiaskrgr:xpy_clippy_less_n...
2021-01-05 Yuki OkushiRollup merge of #80666 - jjlin:master, r=Dylan-DPC
2021-01-05 Yuki OkushiRollup merge of #80656 - booleancoercion:master, r...
2021-01-05 Yuki OkushiRollup merge of #80643 - LingMan:unwrap, r=oli-obk
2021-01-05 Yuki OkushiRollup merge of #80637 - LingMan:filter, r=oli-obk
2021-01-05 Yuki OkushiRollup merge of #80627 - bugadani:warn, r=Mark-Simulacrum
2021-01-05 Yuki OkushiRollup merge of #80612 - rust-lang:XAMPPRocky-patch...
2021-01-05 Yuki OkushiRollup merge of #80538 - JulianKnodt:err_usize, r=lcnr
2021-01-05 Yuki OkushiRollup merge of #80533 - matthiaskrgr:bootstrap_clppy...
2021-01-05 Yuki OkushiRollup merge of #80442 - steffahn:mention_arc_in_cow...
2021-01-05 borsAuto merge of #80426 - jyn514:bootstrap-caching, r...
2021-01-04 borsAuto merge of #80624 - RalfJung:place-ref, r=oli-obk
2021-01-04 max-hellerfix incompatible disambiguator test
2021-01-04 Rich KadelInlining enabled by -mir-opt-level > 1 is incompatible...
2021-01-04 Ralf Jungmake sure that promoteds which fail to evaluate in...
2021-01-04 Albin HedmanAdded reference to tracking issue and removed unneeded...
2021-01-04 borsAuto merge of #80688 - ehuss:update-mdbook, r=pietroalbini
2021-01-04 Guillaume GomezAdd tests for new doc alias check
2021-01-04 Eric HussUpdate mdbook
2021-01-04 Dániel BugaBuilder: Warn if test file does not exist
2021-01-04 Guillaume GomezAdd an error in case the doc alias is the same as the...
2021-01-04 J. Ryan StinnettExtract `sidebar_deref_methods` function
2021-01-04 borsAuto merge of #80651 - GroteGnoom:issue-78123-fix,...
2021-01-04 borsAuto merge of #80661 - jyn514:duplicate-types, r=Guilla...
2021-01-04 kadminAdd check for array/usize mismatch in astconv
2021-01-04 borsAuto merge of #80610 - Aaron1011:unhash-def-path-hash...
2021-01-04 borsAuto merge of #80554 - GuillaumeGomez:more-js-cleanup...
2021-01-04 oliverdoc -- list edit for consistency
2021-01-04 max-hellerhalf working
2021-01-04 borsAuto merge of #80418 - oli-obk:this_could_have_been_so_...
2021-01-04 max-hellerstill verify disambiguators for primitives
2021-01-04 max-hellerprimitive disambiguator tests
2021-01-04 max-hellerfix issue 80559
2021-01-04 Matthias Krüger./x.py clippy: allow the most noisy lints
2021-01-03 Jeremy LinFix missing link for "fully qualified syntax"
2021-01-03 Joshua NelsonDon't clone `type_` unnecessarily
2021-01-03 Joshua NelsonSimplify rustdoc handling of type aliases for associate...
2021-01-03 borsAuto merge of #77859 - bugadani:no-duplicate-ref-link...
2021-01-03 Daniel NoomAdd notes to stderr of non-exhaustive-reference test
2021-01-03 pierwillEdit rustc_ast::tokenstream docs
2021-01-03 Daniel NoomAdd note on void reference test
2021-01-03 Daniel NoomAdd note to non-exhaustive match on reference to empty
2021-01-03 boolFixed documentation error
2021-01-03 borsAuto merge of #80655 - GuillaumeGomez:rollup-ai7soid...
2021-01-03 Dániel BugaOnly report reference-style link errors once
2021-01-03 Guillaume GomezRollup merge of #80646 - bugadani:meta, r=petrochenkov
2021-01-03 Guillaume GomezRollup merge of #80628 - matthiaskrgr:match_ref_pats...
2021-01-03 Guillaume GomezRollup merge of #80617 - GuillaumeGomez:detect-invalid...
2021-01-03 Guillaume GomezRollup merge of #80591 - lcnr:incomplete-features,...
2021-01-03 Guillaume GomezRollup merge of #80580 - GuillaumeGomez:suggestion...
next