| Age | Commit message (Expand) | Author | Lines |
| 2019-02-11 | [self-profiler] Misc cleanups | Wesley Wiser | -15/+4 |
| 2019-02-11 | Capture time spent blocked waiting on queries | Wesley Wiser | -4/+39 |
| 2019-02-11 | Add self profiler events for loading incremental query results from disk | Wesley Wiser | -3/+31 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -1/+1 |
| 2019-02-11 | Parallel rustc needs synchronizing smart pointer cloning | Oliver Scherer | -2/+2 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -9/+10 |
| 2019-02-11 | Use a more fitting name for a respanning function | Oliver Scherer | -6/+8 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -12/+34 |
| 2019-02-11 | Do not apply future deprecation warning for #[deprecated] | varkor | -27/+1 |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -0/+10 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -2/+6 |
| 2019-02-11 | Remove two dead functions. | Nicholas Nethercote | -33/+0 |
| 2019-02-11 | Add an option to print the status of incremental tasks / dep nodes after runn... | John Kåre Alsaker | -0/+17 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -986/+993 |
| 2019-02-10 | Rollup merge of #58324 - RalfJung:fn-ptr-eq, r=oli-obk | Guillaume Gomez | -8/+23 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -33/+30 |
| 2019-02-10 | Auto merge of #58085 - wesleywiser:profiler_2, r=wesleywiser | bors | -182/+363 |
| 2019-02-10 | Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddyb | bors | -2/+5 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -57/+100 |
| 2019-02-09 | Use ? in librustc macros | Matthew Jasper | -260/+246 |
| 2019-02-09 | cleanup: remove hir_path_str | ljedrz | -5/+0 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -20/+16 |
| 2019-02-09 | miri: give non-generic functions a stable address | Ralf Jung | -8/+23 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -17/+19 |
| 2019-02-09 | fix node classification | Ralf Jung | -5/+2 |
| 2019-02-09 | fix --emit=mir: StructCtors are functions | Ralf Jung | -1/+4 |
| 2019-02-09 | fix rebase fallout: AnonConsts are Consts, and Methods are functions | Ralf Jung | -1/+4 |
| 2019-02-09 | Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov | bors | -1/+8 |
| 2019-02-08 | review comments: (marginally) reduce memory consumtion | Esteban Küber | -10/+20 |
| 2019-02-08 | Correct descriptive item name for impl | varkor | -5/+3 |
| 2019-02-08 | Use descriptive variant name | varkor | -2/+2 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -35/+61 |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Move no_hash from mir_built to optimized_mir | John Kåre Alsaker | -2/+2 |
| 2019-02-08 | Remove no_hash from typeck_tables_of | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -60/+103 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -1/+8 |
| 2019-02-07 | Improve the error messages for missing stability attributes | varkor | -10/+15 |
| 2019-02-07 | unused_imports: make the lint machine-applicable | Pietro Albini | -0/+10 |
| 2019-02-07 | Add lowering errors for const generics | varkor | -32/+47 |
| 2019-02-07 | Add const params to Def | varkor | -3/+14 |
| 2019-02-07 | Reweork incompatible match arms error | Esteban Küber | -15/+28 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Calculate self-times not total times | Wesley Wiser | -7/+18 |
| 2019-02-07 | Add #[inline] annotations | Wesley Wiser | -0/+7 |
| 2019-02-07 | Implement more detailed self profiling | Wesley Wiser | -182/+345 |
| 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 | -19/+12 |
| 2019-02-07 | Auto merge of #58254 - kennytm:rollup, r=kennytm | bors | -1243/+1235 |