| Age | Commit message (Expand) | Author | Lines |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -2/+3 |
| 2019-06-16 | Separate librustc_data_structures module | chansuke | -915/+913 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -0/+6 |
| 2019-06-10 | Add more functionality to BitMatrix | Tyler Mandry | -1/+93 |
| 2019-06-10 | Stabilize underscore_const_names: stage0 -> bootstrap. | Mazdak Farrokhzad | -3/+3 |
| 2019-06-10 | Stabilize underscore_const_names. | Mazdak Farrokhzad | -2/+3 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -0/+6 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -0/+37 |
| 2019-05-25 | Add Step::sub_usize | Tim Vermeulen | -0/+5 |
| 2019-05-21 | update doc comment | Ralf Jung | -2/+1 |
| 2019-05-21 | static_assert: make use of anonymous constants | Ralf Jung | -3/+3 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -0/+9 |
| 2019-05-20 | Document requirements for HashStable implementations better. | Michael Woerister | -0/+24 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -0/+9 |
| 2019-05-17 | Remove unused field from StableHasher. | Michael Woerister | -20/+0 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -1/+0 |
| 2019-05-04 | Delegate SmallVec's stable_hash to array's stable_hash. | Jesper Steen Møller | -3/+1 |
| 2019-05-04 | Hash all of the import_ids for the TraitCandidate. | Jesper Steen Møller | -0/+12 |
| 2019-04-27 | Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis | bors | -2/+2 |
| 2019-04-26 | Update rustc-rayon version | John Kåre Alsaker | -2/+2 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -2/+2 |
| 2019-04-15 | Rollup merge of #59648 - alex:must-use-result, r=alexcrichton | Mazdak Farrokhzad | -6/+6 |
| 2019-04-14 | Rollup merge of #59804 - Zoxc:cleaner-jobserver, r=alexcrichton | Mazdak Farrokhzad | -122/+8 |
| 2019-04-09 | Kill dead code dominator code. | Edd Barrett | -47/+0 |
| 2019-04-09 | Clean up jobserver integration | John Kåre Alsaker | -122/+8 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -6/+6 |
| 2019-03-27 | Update ena to version 0.13.0 | varkor | -1/+1 |
| 2019-03-27 | Update ena | varkor | -1/+1 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -0/+10 |
| 2019-03-13 | Fix newtype_index | John Kåre Alsaker | -2/+6 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -0/+175 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -7/+54 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -5/+25 |
| 2019-03-06 | Add some comments | John Kåre Alsaker | -1/+7 |
| 2019-03-06 | Execute all parallel blocks even if they panic in a single-threaded compiler | John Kåre Alsaker | -1/+41 |
| 2019-03-06 | Run the first block in a parallel! macro directly in the scope which guarante... | John Kåre Alsaker | -5/+6 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -2/+1 |
| 2019-03-01 | Address comments | John Kåre Alsaker | -5/+8 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -2/+158 |
| 2019-02-22 | Update parking_lot to 0.7 | Bastien Orivel | -1/+1 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -0/+6 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -61/+61 |
| 2019-02-11 | Use `allow_internal_unstable` in rustc itself | Oliver Scherer | -1/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -61/+61 |
| 2019-02-09 | librustc_data_structures => 2018 | Taiki Endo | -107/+86 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -0/+27 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -0/+9 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -0/+27 |