]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-22 Ralf Jungmake layout check a mere sanity check
2020-06-22 Ralf Jungexpand a comment
2020-06-22 Ralf Jungalso use relator in interpreter assignment sanity check
2020-06-22 Ralf Jungfix typo
2020-06-22 Ralf Junguse a TypeRelation to compare the types
2020-06-22 Ralf Jungno need to normalize mutability any more
2020-06-22 Ralf Jungreveal_all when sanity-checking MIR assignment types
2020-06-22 Ralf Jungalso normalize_erasing_regions
2020-06-22 Ralf Jungalso normalize constants when comparing types
2020-06-22 Ralf Jungprepare visit_statement for checking more kinds of...
2020-06-22 Ralf JungMIR sanity check: validate types on assignment
2020-06-21 borsAuto merge of #73180 - matthewjasper:predicate-cache...
2020-06-21 borsAuto merge of #72936 - jackh726:chalk-more, r=nikomatsakis
2020-06-21 borsAuto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark...
2020-06-21 borsAuto merge of #73546 - RalfJung:miri, r=RalfJung
2020-06-21 Matthew JasperReplace `is_global` call on data with call on predicate
2020-06-21 Matthew JasperCache flags and escaping vars for predicates
2020-06-21 Matthew JasperCache decoded predicate shorthands
2020-06-21 borsAuto merge of #71911 - wesleywiser:const_prop_small_cle...
2020-06-21 borsAuto merge of #70946 - jumbatm:clashing-extern-decl...
2020-06-20 borsAuto merge of #73563 - Manishearth:rollup-oowgwwm,...
2020-06-20 Manish GoregaokarRollup merge of #73443 - pietroalbini:gha-auto-fallible...
2020-06-20 Manish GoregaokarRollup merge of #73411 - ehuss:bump-stage0, r=Mark...
2020-06-20 Manish GoregaokarRollup merge of #73378 - matthewjasper:arena-not-specia...
2020-06-20 Manish GoregaokarRollup merge of #73291 - marmeladema:hir-id-ification...
2020-06-20 Manish GoregaokarRollup merge of #73287 - davidtwco:issue-73251-opaque...
2020-06-20 Manish GoregaokarRollup merge of #73227 - camelid:multiple-asm-options...
2020-06-20 Manish GoregaokarRollup merge of #72790 - jonhoo:duration-is-zero, r...
2020-06-20 Manish GoregaokarRollup merge of #72788 - matthewjasper:projection-bound...
2020-06-20 Manish GoregaokarRollup merge of #72456 - ldm0:dereftrait, r=estebank
2020-06-20 Eric HussFix broken inner_deref doc tests.
2020-06-20 borsAuto merge of #73550 - RalfJung:rollup-5huj1k1, r=RalfJung
2020-06-20 Eric HussUpdate bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e...
2020-06-20 CamelidRun `./x.py fmt`
2020-06-20 CamelidFix duplicate options error
2020-06-20 CamelidUse `p.token` instead of `p.look_ahead()`
2020-06-20 CamelidAdd documentation
2020-06-20 CamelidCreate a separate, tool-only suggestion for the comma
2020-06-20 CamelidMake suggestion machine-applicable
2020-06-20 CamelidAdd more to duplicate options test
2020-06-20 CamelidUse `span_suggestion` instead of `span_label`
2020-06-20 CamelidUse bitflags function instead of custom one
2020-06-20 CamelidGet option name from symbol instead of snippet
2020-06-20 CamelidUpdate duplicate options test
2020-06-20 CamelidUse `span_label`
2020-06-20 CamelidMake warning an error; use help instead of suggestion...
2020-06-20 CamelidAdd UI test for duplicate `asm!` options warning
2020-06-20 CamelidWarn on duplicate `asm!` options
2020-06-20 CamelidAdd codegen test for multiple `asm!` options
2020-06-20 CamelidClean up
2020-06-20 CamelidUse `Vec<Span>` instead of `Option<Vec<Span>>`
2020-06-20 CamelidUpdate tests
2020-06-20 CamelidAllow multiple `asm!` options
2020-06-20 Jon GjengsetRevise according to review
2020-06-20 Jon GjengsetDoctests need feature
2020-06-20 Jon Gjengsetcore/time: Add Duration methods for zero
2020-06-20 Ralf JungRollup merge of #73543 - GuillaumeGomez:cleanup-e0695...
2020-06-20 Ralf JungRollup merge of #73539 - LukasKalbertodt:deprecate...
2020-06-20 Ralf JungRollup merge of #73471 - raoulstrackx:raoul/fpu_tag_wor...
2020-06-20 Ralf JungRollup merge of #73444 - pietroalbini:ci-remove-try...
2020-06-20 Ralf JungRollup merge of #73404 - ajpaverd:cfguard_syntax, r...
2020-06-20 Ralf JungRollup merge of #73171 - tblah:riscv-qemu-test, r=pietr...
2020-06-20 Ralf JungRollup merge of #73058 - tmiasko:aarch64-san, r=nagisa
2020-06-20 Ralf JungRollup merge of #73055 - lcnr:skol-no-more, r=matthewjasper
2020-06-20 Ralf JungRollup merge of #72600 - Aaron1011:fix/anon-const-encod...
2020-06-20 Matthew JasperExplain what the substs we're creating are
2020-06-20 Matthew JasperMove bounds on associated types to the type
2020-06-20 Matthew JasperDon't set STILL_FURTHER_SPECIALIZABLE for regions/bound...
2020-06-20 Matthew JasperCheck associated type satisfy their bounds
2020-06-20 marmelademaPre-compute `def_id_to_hir_id` table
2020-06-20 Donough LiuPrevent incorrect help message for dereference suggestion
2020-06-20 Ralf Jungupdate Miri
2020-06-20 Guillaume GomezClean up E0695 explanation
2020-06-20 Matthew JasperConsider fewer predicates for projection candidates
2020-06-20 Matthew JasperCorrectly handle binders inside trait predicates
2020-06-20 David Woodlint: normalize projections using opaque types
2020-06-20 Donough LiuTry to suggest dereferences when trait selection failed.
2020-06-20 Donough LiuDecouple `Autoderef` with `FnCtxt` and move `Autoderef...
2020-06-20 Lukas KalbertodtRemove uses of `Vec::remove_item`
2020-06-20 marmelademaPre-compute `hir_id_to_def_id` mapping
2020-06-20 marmelademaRemove `HirId` to `NodeId` conversion APIs
2020-06-20 marmelademaRemove `NodeId` to `HirId` conversion APIs
2020-06-20 marmelademaMove `trait_map` into `hir::Crate`
2020-06-20 Lukas KalbertodtDeprecate `Vec::remove_item`
2020-06-20 Bastian Kauschkeremove `pop_placeholders`
2020-06-20 Bastian Kauschkeint -> i32
2020-06-20 Bastian Kauschkeskol -> placeholder
2020-06-20 Tomasz Miąskobootstrap: Factor out common code in supported_sanitizers
2020-06-20 Tomasz Miąskoci: Enable sanitizers on dist-aarch64-linux
2020-06-20 Tomasz Miąskobootstrap: Build sanitizer runtimes for aarch64-unknown...
2020-06-20 Tomasz MiąskoSupport sanitizers on aarch64-unknown-linux-gnu
2020-06-20 jumbatmUpdate existing test cases.
2020-06-20 jumbatmAdd clashing-extern-fn.rs stderr.
2020-06-20 jumbatmAdd ClashingExternDecl lint.
2020-06-20 jumbatmAdd ClashingExternDecl test case.
2020-06-20 borsAuto merge of #73528 - Manishearth:rollup-7djz8nd,...
2020-06-20 Manish GoregaokarRollup merge of #73506 - Xanewok:update-rls, r=Xanewok
2020-06-20 Manish GoregaokarRollup merge of #73484 - poliorcetics:use-prelude-doc...
2020-06-20 Manish GoregaokarRollup merge of #73458 - tmiasko:arena-layout, r=matthe...
2020-06-20 Manish GoregaokarRollup merge of #73452 - matthewjasper:auto-rec, r...
next