| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-29 | Remove `AccumulateVec` and its uses. | Nicholas Nethercote | -247/+3 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-08-28 | Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelix | bors | -2/+88 |
| 2018-08-27 | micro-optimize dominator code | Niko Matsakis | -2/+2 |
| 2018-08-27 | enable feature `impl_header_lifetime_elision` | Niko Matsakis | -0/+1 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -0/+85 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakis | bors | -74/+100 |
| 2018-08-26 | Auto merge of #53629 - nnethercote:lazier-SparseBitMatrix, r=nikomatsakis | bors | -34/+38 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits. | Nicholas Nethercote | -38/+68 |
| 2018-08-24 | Rename `universe_size` as `domain_size`. | Nicholas Nethercote | -36/+32 |
| 2018-08-23 | Use SmallVec for SmallCStr | Andre Bogus | -48/+39 |
| 2018-08-23 | Make SparseBitMatrix a bit lazier. | Nicholas Nethercote | -28/+32 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -355/+12 |
| 2018-08-23 | Rename the fields in `SparseBitMatrix`. | Nicholas Nethercote | -19/+19 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -150/+64 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -4/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -2/+2 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -4/+4 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -66/+63 |
| 2018-08-20 | Merge `IdxSet` and `IdxSetBuf`. | Nicholas Nethercote | -88/+5 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-17 | Auto merge of #53383 - nnethercote:HybridIdxSetBuf, r=nikomatsakis | bors | -10/+237 |
| 2018-08-16 | Speed up NLL with `HybridIdxSetBuf`. | Nicholas Nethercote | -10/+237 |
| 2018-08-15 | Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett | Guillaume Gomez | -6/+1 |
| 2018-08-13 | use ? to simplify `TransitiveRelation.maybe_map` | Andre Bogus | -6/+1 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -0/+125 |
| 2018-08-13 | Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser | bors | -0/+175 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -1/+2 |
| 2018-08-12 | Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk | Guillaume Gomez | -39/+38 |
| 2018-08-12 | Rollup merge of #53019 - ljedrz:bad_collects, r=estebank | Guillaume Gomez | -1/+6 |
| 2018-08-10 | Introduce SmallCStr and use it where applicable. | Michael Woerister | -0/+132 |
| 2018-08-10 | Introduce const_cstr!() macro and use it where applicable. | Michael Woerister | -0/+43 |
| 2018-08-09 | [nll] librustc_data_structures: remove unused mut annotation in test | memoryruins | -1/+1 |
| 2018-08-09 | A few cleanups for rustc_data_structures | ljedrz | -24/+27 |
| 2018-08-09 | Change transmute()s in IdxSet::{from_slice, from_slice_mut} to casts | ljedrz | -6/+2 |