]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-07 Tomasz MiąskoMove `switch_sources` from Body to BasicBlocks
2022-07-07 Tomasz MiąskoMove `predecessors` from Body to BasicBlocks
2022-07-07 Tomasz MiąskoMove `is_cfg_cyclic` from Body to BasicBlocks
2022-07-07 Tomasz MiąskoMake MIR basic blocks field public
2022-07-07 borsAuto merge of #98487 - cjgillot:variance-nohir, r=wesle...
2022-07-06 borsAuto merge of #98831 - RalfJung:no-more-unsized-locals...
2022-07-06 borsAuto merge of #98987 - GuillaumeGomez:rollup-bcy32bp...
2022-07-06 Guillaume GomezRollup merge of #98984 - pierwill:patch-4, r=RalfJung
2022-07-06 Guillaume GomezRollup merge of #98983 - pierwill:patch-3, r=RalfJung
2022-07-06 Guillaume GomezRollup merge of #98971 - MinnDevelopment:patch-1, r...
2022-07-06 Guillaume GomezRollup merge of #98939 - GuillaumeGomez:rustdoc-disamb...
2022-07-06 Guillaume GomezRollup merge of #98911 - notriddle:notriddle/rustdoc...
2022-07-06 Guillaume GomezRollup merge of #98519 - TaKO8Ki:add-head-span-field...
2022-07-06 Guillaume GomezRollup merge of #96935 - thomcc:atomicptr-strict-prov...
2022-07-06 Ralf Jungfix a strange ConstProp ICE
2022-07-06 Ralf Jungdeduplicate some copy_op code
2022-07-06 Ralf Jungbless
2022-07-06 Ralf Jungsupport passing unsized fn arguments
2022-07-06 Ralf Junginterpret: remove LocalValue::Unallocated, add Operand...
2022-07-06 pierwillRemove erroneous doc comment
2022-07-06 pierwilldocs: Add overview of `rustc_middle::mir::TerminatorKind`
2022-07-06 borsAuto merge of #98959 - cjgillot:late-bound-order, r...
2022-07-06 borsAuto merge of #98970 - Dylan-DPC:rollup-j0od37w, r...
2022-07-06 borsAuto merge of #98567 - Patryk27:update-llvm, r=nikic
2022-07-06 Takayuki Maedafix miri-opt tests
2022-07-06 Takayuki Maedause `named_span` in case of tuple variant
2022-07-06 Takayuki Maedaadd `Node::Variant` to `Map::opt_span`
2022-07-06 Takayuki Maedareplace `guess_head_span` with `def_span`
2022-07-06 Florian SpießFix typo in file descriptor docs
2022-07-06 Michael WoeristerAdd link to issue for src/test/incremental/async-lifeti...
2022-07-06 Dylan DPCRollup merge of #98968 - RalfJung:scalar-sanity, r...
2022-07-06 Dylan DPCRollup merge of #98967 - ClementTsang:fix_inaccessible_...
2022-07-06 Dylan DPCRollup merge of #98964 - RalfJung:typo, r=Dylan-DPC
2022-07-06 Dylan DPCRollup merge of #98884 - davidtwco:translation-on-lints...
2022-07-06 Dylan DPCRollup merge of #98881 - cjgillot:q-def-kind, r=fee1...
2022-07-06 fee1-deadFix double space
2022-07-06 Camille GILLOTAdd regression test.
2022-07-06 borsAuto merge of #98206 - eggyal:align-to-chalk-folding...
2022-07-06 Alan EgertonUpdate TypeVisitor paths
2022-07-06 Ralf Jungadd test
2022-07-06 Ralf Jungfinally enable Scalar layout sanity checks
2022-07-06 ClementTsangfix typo in note about multiple inaccessible type aliases
2022-07-05 borsAuto merge of #98963 - GuillaumeGomez:rollup-n030us5...
2022-07-05 Ralf Jungfix type in function name
2022-07-05 Guillaume GomezRollup merge of #98951 - ehuss:update-books, r=ehuss
2022-07-05 Guillaume GomezRollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPC
2022-07-05 Guillaume GomezRollup merge of #98880 - topjohnwu:macos-dylib-cross...
2022-07-05 Guillaume GomezRollup merge of #98256 - GuillaumeGomez:whitespace...
2022-07-05 Guillaume GomezRollup merge of #96814 - RalfJung:enum-repr-align,...
2022-07-05 Guillaume GomezRollup merge of #95503 - jyn514:build-single-crate...
2022-07-05 Alan EgertonRelax constrained generics to TypeVisitable
2022-07-05 Alan EgertonExplicit TypeVisitable implementations
2022-07-05 Alan Egertonimpl TypeVisitable in type traversal macros
2022-07-05 Alan EgertonAdd #[derive(TypeVisitable)]
2022-07-05 Camille GILLOTClarify the behaviour from inside the query system.
2022-07-05 Guillaume GomezAdd test for invalid whitespace display after where...
2022-07-05 borsAuto merge of #98954 - ehuss:update-cargo, r=ehuss
2022-07-05 Camille GILLOTReturn a FxIndexSet in is_late_bound query.
2022-07-05 Guillaume GomezFix invalid add of whitespace when there is where clause
2022-07-05 Guillaume GomezFix links in std/core documentation
2022-07-05 Guillaume GomezFix link generation in the sidebar for impls
2022-07-05 Guillaume GomezUpdate rustdoc tests
2022-07-05 Eric HussUpdate cargo
2022-07-05 Eric HussUpdate books
2022-07-05 Alan EgertonSplit TypeVisitable from TypeFoldable
2022-07-05 borsAuto merge of #98936 - matthiaskrgr:rollup-dvr0ucm...
2022-07-05 pierwillrustdoc: Add more semantic information to impl ids
2022-07-05 Ralf Jungadd asserts
2022-07-05 Ralf Jungfix the layout of repr(align) enums
2022-07-05 pierwillEdit `rustc_mir_dataflow::framework::lattice::FlatSet...
2022-07-05 Patryk WychowaniecUpdate llvm-project
2022-07-05 Matthias KrügerRollup merge of #98921 - TaKO8Ki:refactor-fulfillment...
2022-07-05 Matthias KrügerRollup merge of #98920 - krasimirgg:llvm-15-issue-37945...
2022-07-05 Matthias KrügerRollup merge of #98895 - ChrisDenton:no-elves-allowed...
2022-07-05 Matthias KrügerRollup merge of #98889 - TaKO8Ki:add-regression-test...
2022-07-05 Matthias KrügerRollup merge of #98888 - RalfJung:interpret-checked...
2022-07-05 Matthias KrügerRollup merge of #98860 - RalfJung:dangling-int-ptr...
2022-07-05 David Woodmacros: add diagnostic derive for lints
2022-07-05 David Woodmacros: move `sess` out of builder
2022-07-05 David Woodmacros: introduce `build_field_mapping`
2022-07-05 David Wooderrors: introduce `DecorateLint`
2022-07-05 David Woodlint: `LintDiagnosticBuilder` into `rustc_errors`
2022-07-05 David Woodmacros: fix documentation link for diag derive
2022-07-05 borsAuto merge of #98584 - lcnr:region-stuff-more-beans...
2022-07-05 borsAuto merge of #98925 - Dylan-DPC:rollup-9185c9y, r...
2022-07-05 Ralf Jungadjust dangling-int-ptr error message
2022-07-05 Ralf Jungalways check overflow in CheckedBinOp in CTFE
2022-07-05 Dylan DPCRollup merge of #98913 - lnicola:rust-analyzer-2022...
2022-07-05 Dylan DPCRollup merge of #98856 - GuillaumeGomez:rustdoc-test...
2022-07-05 Dylan DPCRollup merge of #98776 - notriddle:notriddle/mobile...
2022-07-05 Dylan DPCRollup merge of #98624 - davidtwco:translation-on-lints...
2022-07-05 Dylan DPCRollup merge of #97712 - RalfJung:untyped, r=scottmcm
2022-07-05 Krasimir Georgievadapt issue-37945 codegen test to accept any order...
2022-07-05 borsAuto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
2022-07-05 Takayuki Maedarefactor: remove a redundant mutable variable
2022-07-05 Oli SchererPrefer trace level instrumentation for the new noisy...
2022-07-05 Oli SchererAdd a helper method with an explicit name instead of...
2022-07-05 Chris DentonFix typo in src/bootstrap/bootstrap.py
2022-07-05 borsAuto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r...
2022-07-05 Laurențiu Nicola:arrow_up: rust-analyzer
next