| Age | Commit message (Expand) | Author | Lines |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -1/+1 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -1/+1 |
| 2018-10-19 | Update unit tests | Oliver Scherer | -19/+19 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -11/+17 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -21/+6 |
| 2018-10-18 | Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasper | kennytm | -36/+14 |
| 2018-10-16 | Remove HybridBitSet::dummy | ljedrz | -36/+14 |
| 2018-10-14 | Added graphviz visualization for obligation forests. | Diogo Sousa | -0/+105 |
| 2018-10-01 | Rollup merge of #54656 - nieksand:workqueue_doc, r=varkor | kennytm | -1/+1 |
| 2018-09-30 | Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1 | bors | -25/+76 |
| 2018-09-30 | Deduplicate errors in the obligation forest. | Diogo Sousa | -19/+72 |
| 2018-09-30 | Typos and style fixes. | Diogo Sousa | -8/+6 |
| 2018-09-30 | Correct doc for WorkQueue<T>::pop(). | Niek Sanders | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+1 |
| 2018-09-26 | make NLL handle `IfEq` bounds by using SCC normalization | Niko Matsakis | -0/+7 |
| 2018-09-26 | Remove OneVector | ljedrz | -57/+0 |
| 2018-09-20 | Improve handling of type bounds in `bit_set.rs`. | Nicholas Nethercote | -196/+190 |
| 2018-09-18 | Use `HybridBitSet` for rows within `SparseBitMatrix`. | Nicholas Nethercote | -24/+167 |
| 2018-09-18 | Remove `array_vec.rs`. | Nicholas Nethercote | -322/+21 |
| 2018-09-18 | Use `elem` instead of `bit` consistently for arguments. | Nicholas Nethercote | -22/+22 |
| 2018-09-18 | Some "word"-related improvements. | Nicholas Nethercote | -71/+66 |
| 2018-09-18 | Eliminate `BitwiseOperator`. | Nicholas Nethercote | -26/+9 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -1157/+1063 |
| 2018-09-15 | Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum | bors | -388/+261 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -2/+5 |
| 2018-09-14 | Rollup merge of #54024 - alexcrichton:compile-to-wasm, r=petrochenkov | kennytm | -292/+298 |
| 2018-09-14 | Remove `Iter` and `SparseIter` in indexed_set.rs. | Nicholas Nethercote | -35/+7 |
| 2018-09-13 | Remove bitslice.rs. | Nicholas Nethercote | -317/+221 |
| 2018-09-13 | Reorder bitvec.rs. | Nicholas Nethercote | -40/+37 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -2/+4 |
| 2018-09-11 | Address attribute naming and use `Bound` enum | Oliver Schneider | -1/+1 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -2/+3 |
| 2018-09-07 | add `const_fn` feature | Niko Matsakis | -3/+3 |
| 2018-09-07 | switch back to using a plain `u32`, not `NonZeroU32` | Niko Matsakis | -5/+5 |
| 2018-09-07 | remove use of `from_u32_unchecked` | Niko Matsakis | -2/+20 |
| 2018-09-07 | switch to using `NonZeroU32` to represent indices | Niko Matsakis | -5/+5 |
| 2018-09-07 | rewrite constants to use NewType::MAX instead of u32::MAX | Niko Matsakis | -5/+17 |
| 2018-09-07 | add various `#[inline]` directives | Niko Matsakis | -0/+10 |
| 2018-09-07 | remove all references to `private` from outside the macro | Niko Matsakis | -12/+44 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -7/+9 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -64/+52 |
| 2018-09-07 | add a comment | Niko Matsakis | -0/+7 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -3/+30 |
| 2018-09-07 | Fix compiling some rustc crates to wasm | Alex Crichton | -292/+298 |
| 2018-09-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -0/+17 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -1/+7 |
| 2018-09-03 | Implement Hash in terms of HashStable for EvalSnapshot | Bruno Dutra | -0/+17 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -1/+1 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -5/+5 |