Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-lang/ena issues and pull requests

#58 - Migrate to the 2021 edition

Pull Request - State: open - Opened by dburgener 2 months ago

#57 - Migrate travis CI to github actions CI

Pull Request - State: open - Opened by dburgener 2 months ago - 1 comment

#56 - Run cargo fmt on codebase

Pull Request - State: open - Opened by dburgener 2 months ago

#55 - Fix clippy warnings

Pull Request - State: open - Opened by dburgener 2 months ago

#54 - update minor version

Pull Request - State: closed - Opened by lcnr 10 months ago

#53 - remove trivial where-bound

Pull Request - State: closed - Opened by lcnr 10 months ago

#51 - Remove unused .travis.yml file

Pull Request - State: open - Opened by Kobzol about 1 year ago

#50 - Correct typos in comments in undo_log.rs

Pull Request - State: closed - Opened by gurry over 1 year ago

#49 - Fix doc typo in ena::unify

Pull Request - State: closed - Opened by wilcoxjay over 1 year ago

#48 - convert `ena` to no-std

Pull Request - State: open - Opened by indietyp over 1 year ago

#47 - Possibility of no-std support

Issue - State: open - Opened by indietyp over 1 year ago - 1 comment

#46 - declare v0.14.2

Pull Request - State: closed - Opened by nikomatsakis almost 2 years ago

#45 - add a non-mutating probe_value method for fast paths

Pull Request - State: closed - Opened by the8472 almost 2 years ago - 2 comments

#44 - bump version number to 0.14.1

Pull Request - State: closed - Opened by nikomatsakis almost 2 years ago

#43 - Remove `VarValue::{parent,if_not_self}`.

Pull Request - State: closed - Opened by nnethercote almost 2 years ago

#41 - remove feature `congruence-closure`

Pull Request - State: closed - Opened by lorenzleutgeb almost 3 years ago - 2 comments

#40 - Use usize indexes

Pull Request - State: open - Opened by Ten0 almost 3 years ago

#39 - Use `core::convert::Infallible` instead of a custom `NoError` struct

Pull Request - State: open - Opened by Ten0 almost 3 years ago

#38 - Add support for connected component traversal & reset

Pull Request - State: open - Opened by Ten0 almost 3 years ago

#37 - Fix outdated doc

Pull Request - State: closed - Opened by Ten0 almost 3 years ago - 1 comment

#36 - Documentation of `order_roots` is outdated

Issue - State: closed - Opened by Ten0 almost 3 years ago

#34 - Update URLs

Pull Request - State: closed - Opened by atouchet over 4 years ago

#33 - UnifyValue cannot contain UnifyKey

Issue - State: closed - Opened by segeljakt over 4 years ago - 2 comments

#32 - API questions / problems

Issue - State: closed - Opened by segeljakt almost 5 years ago - 2 comments

#31 - release 0.14.0

Pull Request - State: closed - Opened by nikomatsakis almost 5 years ago

#30 - Delete key operation?

Issue - State: open - Opened by dszakallas almost 5 years ago - 1 comment

#29 - feat: Allow the UndoLog to be supplied separately

Pull Request - State: closed - Opened by Marwes almost 5 years ago - 5 comments

#28 - Move Repository To rust-lang

Issue - State: closed - Opened by XAMPPRocky over 5 years ago - 1 comment

#27 - release 0.13.1

Pull Request - State: closed - Opened by nikomatsakis over 5 years ago - 1 comment

#26 - Inline `get_root_key`

Pull Request - State: closed - Opened by nnethercote over 5 years ago

#25 - Update Travis CI URL

Pull Request - State: closed - Opened by atouchet over 5 years ago - 1 comment

#24 - Add cargo fmt to travis build config

Pull Request - State: closed - Opened by Atul9 almost 6 years ago - 2 comments

#23 - Update cargo metadata now that this repo is in rust-lang-nursery

Pull Request - State: closed - Opened by alex almost 6 years ago - 4 comments

#22 - Bump version to 0.13

Pull Request - State: closed - Opened by crlf0710 almost 6 years ago - 1 comment

#21 - Add a `vars_since_snapshot` method to `UnificationTable`

Pull Request - State: closed - Opened by varkor almost 6 years ago - 1 comment

#20 - release 0.12.0

Pull Request - State: closed - Opened by nikomatsakis almost 6 years ago - 1 comment

#19 - Add a `values_since_snapshot` method to `UnificationStore`

Pull Request - State: closed - Opened by varkor almost 6 years ago - 1 comment

#18 - bitvec.rs is unused

Issue - State: open - Opened by Eh2406 about 6 years ago

#17 - Simplify set_all

Pull Request - State: closed - Opened by ljedrz about 6 years ago

#16 - Fix repo badge path

Pull Request - State: closed - Opened by amilajack over 6 years ago - 1 comment

#15 - bump version to 0.11.0

Pull Request - State: closed - Opened by nikomatsakis over 6 years ago

#14 - Remove `OpenSnapshot` and `CommittedSnapshot` markers.

Pull Request - State: closed - Opened by nnethercote over 6 years ago - 5 comments

#13 - Add bounds to type aliases (needed by rust-lang/rust#54033).

Pull Request - State: closed - Opened by eddyb over 6 years ago

#12 - Improve the performance of snapshot_vec::extend

Pull Request - State: closed - Opened by ljedrz over 6 years ago - 1 comment

#11 - Implement `Default` on `SnapshotVec`, `UnificationTable` and unification stores.

Pull Request - State: closed - Opened by eddyb over 6 years ago - 2 comments

#10 - add `reset_unifications` API

Pull Request - State: closed - Opened by nikomatsakis almost 7 years ago

#9 - evaluate perf shifts caused by adopting ena in rustc

Issue - State: open - Opened by nikomatsakis almost 7 years ago - 1 comment

#8 - Bump log dependency

Pull Request - State: closed - Opened by alexcrichton almost 7 years ago

#7 - bump to 0.9.0 and update README

Pull Request - State: closed - Opened by nikomatsakis about 7 years ago

#6 - remove support for congruence closure computation

Pull Request - State: closed - Opened by nikomatsakis about 7 years ago - 1 comment

#5 - Added Debug implementations to UnificationTable.

Pull Request - State: closed - Opened by WaDelma about 7 years ago

#4 - UnifyValues and UnificationTable

Issue - State: closed - Opened by WaDelma about 7 years ago - 1 comment

#3 - Implement Debug for UnificationTable

Issue - State: closed - Opened by WaDelma about 7 years ago

#2 - introduce possibility of using persistent vectors

Pull Request - State: closed - Opened by nikomatsakis over 7 years ago

#1 - Allow usage on stable rust via --no-default-features

Pull Request - State: closed - Opened by BurntPizza about 8 years ago - 2 comments