]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-16 Oli SchererUpdate compiler/rustc_mir/src/const_eval/mod.rs
2021-03-15 Oli SchererPacify tidy
2021-03-15 Oli SchererDo not expose fallible `to_int` operation on `Scalar`.
2021-03-15 Oli SchererExplain pointer and dyn Trait handling in const_to_valtree
2021-03-15 Oli SchererExplain how we encode enums at the encoding site
2021-03-15 Oli SchererExplain why we do not allow const_to_valtree to read...
2021-03-15 Oli SchererDocument valtree
2021-03-15 Oli Scherers/ConstantSource/ConstantKind/
2021-03-12 Oli SchererRun rustfmt
2021-03-12 Oli SchererWe won't support trait object constants in type level...
2021-03-12 Oli SchererVisit `mir::Constant::user_ty` for completeness.
2021-03-12 Oli SchererReplace a custom lift method with a Lift impl
2021-03-12 Oli SchererPrepare mir::Constant for ty::Const only supporting...
2021-03-12 Oli SchererDirectly intern allocations so that we can write a...
2021-03-12 Oli SchererAdd `ty` helper function for mir constants
2021-03-12 Oli SchererUse the explicit error constant instead of fake dummies
2021-03-12 Oli SchererSplit pretty printer logic for scalar int and scalar ptr
2021-03-12 Oli SchererPull out ConstValue relating into its own function
2021-03-12 Oli SchererReduce the duplication in the relation logic for constants
2021-03-12 Oli SchererReduce destructuring and re-interning where possible
2021-03-12 Oli SchererResolve a FIXME around type equality checks in Relate...
2021-03-12 Oli SchererAdd convenience conversion methods for ScalarInt
2021-03-12 Oli SchererAdd fallible Scalar to ScalarInt conversion method
2021-03-12 Oli SchererIntern valtree field vector
2021-03-12 Oli SchererImplement valtree
2021-03-12 borsAuto merge of #82935 - henryboisdequin:diagnostic-clean...
2021-03-12 Henry BoisdequinDon't show note if `span` is `DUMMY_SP`
2021-03-12 borsAuto merge of #83042 - JohnTitor:rollup-s8efv94, r...
2021-03-11 Yuki OkushiRollup merge of #83018 - oli-obk:float_check, r=davidtwco
2021-03-11 Yuki OkushiRollup merge of #83013 - hyd-dev:cfg-unix-windows,...
2021-03-11 Yuki OkushiRollup merge of #83003 - notriddle:rustdoc-index-v3...
2021-03-11 Yuki OkushiRollup merge of #83001 - camelid:gitignore-vim-swap...
2021-03-11 Yuki OkushiRollup merge of #82979 - GuillaumeGomez:run-button...
2021-03-11 Yuki OkushiRollup merge of #82966 - tspiteri:msys2-link, r=Mark...
2021-03-11 Yuki OkushiRollup merge of #82965 - XAMPPRocky:spv-ext, r=nagisa
2021-03-11 Yuki OkushiRollup merge of #82950 - mockersf:slice-intra-doc-link...
2021-03-11 Yuki OkushiRollup merge of #82860 - LeSeulArtichaut:unpretty-thir...
2021-03-11 Yuki OkushiRollup merge of #82571 - aDotInTheVoid:reexport-tests...
2021-03-11 Yuki OkushiRollup merge of #80385 - camelid:clarify-cell-replace...
2021-03-11 borsAuto merge of #82417 - the8472:fix-copy_file_range...
2021-03-11 LeSeulArtichautAdd `-Z unpretty` flag for the THIR
2021-03-11 LeSeulArtichautMake THIR data structures public
2021-03-11 borsAuto merge of #82806 - nikic:memcpyopt-mssa, r=nagisa
2021-03-11 borsAuto merge of #82495 - LeSeulArtichaut:eager-thir,...
2021-03-11 Oli SchererReintroduce accidentally deleted assertions.
2021-03-11 Nikita PopovEnable MemorySSA-based MemCpyOpt
2021-03-11 borsAuto merge of #83009 - RalfJung:miri, r=RalfJung
2021-03-11 hyd-devAdjust some `#[cfg]`s to take non-Unix non-Windows...
2021-03-11 borsAuto merge of #82947 - GuillaumeGomez:fix-nojs-style...
2021-03-11 Ralf Jungbump Miri
2021-03-11 borsAuto merge of #82641 - camelid:lang-item-docs, r=jyn514
2021-03-11 borsAuto merge of #82964 - Nicholas-Baron:shorten_middle_ty...
2021-03-11 Michael Howellrustdoc: tweak the search index format
2021-03-11 CamelidIgnore Vim swap files
2021-03-10 Nicholas-BaronMoved more of the capture related types into closure.rs
2021-03-10 Nicholas-BaronMoved more types into upvar.rs (now named closure.rs)
2021-03-10 Nicholas-BaronMoved all Adt* types to adt.rs
2021-03-10 Nicholas-BaronMoved all Assoc* types to assoc.rs.
2021-03-10 Nicholas-BaronMoved types starting with 'Generic' into generics.rs.
2021-03-10 Nicholas-BaronMoved UpVar* types to a separate file.
2021-03-10 Nicholas-BaronGrouped some ungrouped use and mod lines.
2021-03-10 Nixon Enraght... Improve some jsondocck errors
2021-03-10 Nixon Enraght... Add reexport tests
2021-03-10 borsAuto merge of #82960 - camelid:masked_crates, r=jyn514
2021-03-10 borsAuto merge of #82982 - Dylan-DPC:rollup-mt497z7, r...
2021-03-10 CamelidRemove unnecessary `#[allow(dead_code)]`
2021-03-10 François Mockersapply review
2021-03-10 CamelidClarify docs
2021-03-10 François Mockersremove slice linkcheck exceptions
2021-03-10 François Mockersadd back sort_by_key link, allow linter and add comment
2021-03-10 CamelidRemove `sym::` and `kw::` from generated docs
2021-03-10 CamelidFix bug
2021-03-10 Dylan DPCRollup merge of #82977 - camsteffen:opt-get-insert...
2021-03-10 Dylan DPCRollup merge of #82976 - RalfJung:copy-nonoverlapping...
2021-03-10 Dylan DPCRollup merge of #82962 - notriddle:cleanup-index, r...
2021-03-10 Dylan DPCRollup merge of #82955 - ltoddy:fix/wrong, r=jonas...
2021-03-10 Dylan DPCRollup merge of #82949 - the8472:forget-envlock-on...
2021-03-10 Dylan DPCRollup merge of #82924 - sunfishcode:wasi-command,...
2021-03-10 Dylan DPCRollup merge of #82807 - notriddle:cleanup-js, r=jyn514
2021-03-10 Dylan DPCRollup merge of #82217 - m-ou-se:edition-prelude, r...
2021-03-10 Dylan DPCRollup merge of #81309 - lcnr:lazy-norm-err-msgh, r...
2021-03-10 borsAuto merge of #76570 - cratelyn:implement-rfc-2945...
2021-03-10 Guillaume GomezFix "run" button position in error index
2021-03-10 Cameron SteffenRename Option::get_or_insert_default
2021-03-10 Ralf Jungfix error message for copy(_nonoverlapping) overflow
2021-03-10 borsAuto merge of #82884 - nagisa:nagisa/remove-most-of...
2021-03-10 borsAuto merge of #82967 - RalfJung:copy-nonoverlap, r...
2021-03-10 Simonas KazlauskasRemove the -Zinsert-sideeffect
2021-03-10 Ralf Jungadd regression test
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-10 Ralf Jungfix copy_nonoverlapping
2021-03-10 Trevor Spiteriupdate MSYS2 link in README
2021-03-10 Erin PowerAdd spirv extension handling in compiletest
2021-03-10 Michael HowellSimplify some of the rendering code in the index
2021-03-10 CamelidRemove `masked_crates` from `clean::Crate`
2021-03-10 borsAuto merge of #82953 - JohnTitor:rollup-8rtk5g2, r...
2021-03-10 ltoddyfix: wrong word
2021-03-10 Michael HowellTreat header as first paragraph for shortened markdown...
2021-03-09 Yuki OkushiRollup merge of #82942 - m-ou-se:diagnostics-hardcoded...
2021-03-09 Yuki OkushiRollup merge of #82938 - oli-obk:tracing_tree_bump...
next