]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-21 marmelademaMove `next_disambiguator` to `Resolver`
2020-06-21 marmelademaAlways create a root definition when creating a new...
2020-06-21 marmelademaMove remaining `NodeId` APIs from `Definitions` to...
2020-06-21 borsAuto merge of #73546 - RalfJung:miri, r=RalfJung
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...
2020-06-20 Manish GoregaokarRollup merge of #73442 - davidtwco:issue-72181-pretty...
2020-06-20 Manish GoregaokarRollup merge of #73440 - jyn514:bootstrap/build-rustdoc...
2020-06-20 Manish GoregaokarRollup merge of #73436 - GuillaumeGomez:cleanup-e0670...
2020-06-20 Manish GoregaokarRollup merge of #73399 - GuillaumeGomez:cleanup-e0668...
2020-06-20 Manish GoregaokarRollup merge of #73359 - jonas-schievink:do-the-shimmy...
2020-06-20 Manish GoregaokarRollup merge of #73347 - tmiasko:incompatible-sanitizer...
2020-06-20 Manish GoregaokarRollup merge of #73027 - doctorn:issue-72690, r=estebank
2020-06-20 Manish GoregaokarRollup merge of #72934 - christianpoveda:mut-borrows...
2020-06-20 Manish GoregaokarRollup merge of #72791 - lcnr:coerce-refactor, r=estebank
2020-06-20 Manish GoregaokarRollup merge of #72689 - lcnr:common_str, r=estebank
2020-06-20 Manish GoregaokarRollup merge of #71899 - cuviper:try_find_map, r=dtolnay
2020-06-20 Manish GoregaokarRollup merge of #71420 - RalfJung:specialization-incomp...
2020-06-19 borsAuto merge of #73511 - Manishearth:rollup-3iffxd8,...
2020-06-19 Josh StoneRefactor `try_find` a little
next