| Age | Commit message (Expand) | Author | Lines |
| 2019-02-11 | Consistent attribute argument suggestion | Oliver Scherer | -1/+1 |
| 2019-02-11 | Rename the `exp` field to mirror its uses | Oliver Scherer | -4/+4 |
| 2019-02-11 | Ease the transition to requiring features by just warning if there's no featu... | Oliver Scherer | -10/+20 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -93/+182 |
| 2019-02-11 | This fixes doctests in stage 1 | Mark Rousskov | -24/+17 |
| 2019-02-11 | Never build rustdoc in stage 0 | Mark Rousskov | -0/+6 |
| 2019-02-11 | Add a test for rustc_deprecated | varkor | -0/+29 |
| 2019-02-11 | Add rustdoc index page test for future deprecation attributes | varkor | -0/+2 |
| 2019-02-11 | Add a rustdoc test for future rustc_deprecated attributes | varkor | -0/+11 |
| 2019-02-11 | Update existing rustdoc test | varkor | -6/+8 |
| 2019-02-11 | Display "Deprecation planned" in rustdoc for future rustc deprecations | varkor | -9/+22 |
| 2019-02-11 | Don't display "Deprecated since" for non-rustc deprecated items | varkor | -2/+4 |
| 2019-02-11 | Do not apply future deprecation warning for #[deprecated] | varkor | -84/+67 |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -51/+228 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -47/+49 |
| 2019-02-11 | Remove two dead functions. | Nicholas Nethercote | -33/+0 |
| 2019-02-11 | Auto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxc | bors | -23/+20 |
| 2019-02-11 | Auto merge of #58358 - pietroalbini:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-02-10 | Re-blessed tests. | Alexander Regueiro | -1/+3 |
| 2019-02-10 | tools: doc comments | Alexander Regueiro | -30/+30 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -387/+394 |
| 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 | tests: doc comments | Alexander Regueiro | -164/+164 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -2241/+2260 |
| 2019-02-10 | Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -101/+305 |
| 2019-02-10 | Rollup merge of #58352 - RalfJung:macro, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2019-02-10 | Rollup merge of #58350 - petrochenkov:embed, r=frewsxcv | Guillaume Gomez | -0/+0 |
| 2019-02-10 | Rollup merge of #58346 - RalfJung:rpath-pop, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2019-02-10 | Rollup merge of #58345 - RalfJung:2nd-filename, r=matthewjasper | Guillaume Gomez | -1/+9 |
| 2019-02-10 | Rollup merge of #58332 - RalfJung:miri-copy-nonoverlapping, r=oli-obk | Guillaume Gomez | -1/+4 |
| 2019-02-10 | Rollup merge of #58324 - RalfJung:fn-ptr-eq, r=oli-obk | Guillaume Gomez | -8/+23 |
| 2019-02-10 | Rollup merge of #58317 - hayekr:patch-1, r=frewsxcv | Guillaume Gomez | -4/+3 |
| 2019-02-10 | Rollup merge of #58297 - GuillaumeGomez:cleanup-js, r=QuietMisdreavus | Guillaume Gomez | -8/+6 |
| 2019-02-10 | Rollup merge of #58295 - RalfJung:stdio, r=alexcrichton | Guillaume Gomez | -3/+3 |
| 2019-02-10 | Rollup merge of #58262 - taiki-e:must_use, r=estebank | Guillaume Gomez | -3/+3 |
| 2019-02-10 | Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=Manishearth | Guillaume Gomez | -47/+153 |
| 2019-02-10 | Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomez | Guillaume Gomez | -17/+88 |
| 2019-02-10 | Rollup merge of #58157 - h-michael:cargo-lock, r=alexcrichton | Guillaume Gomez | -0/+2 |
| 2019-02-10 | Rollup merge of #57926 - icefoxen:test-doc-pr, r=frewsxcv | Guillaume Gomez | -1/+4 |
| 2019-02-10 | Rollup merge of #57740 - JakubOnderka:ipv4addr-to_ne_bytes, r=scottmcm | Guillaume Gomez | -2/+1 |
| 2019-02-10 | Rollup merge of #57259 - king6cong:master, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -16/+65 |
| 2019-02-10 | fix SGX build failures | Ralf Jung | -2/+2 |
| 2019-02-10 | bump cargo submodule | Pietro Albini | -0/+0 |
| 2019-02-11 | librustc_mir: use ? in impl_snapshot_for! macro | Taiki Endo | -8/+6 |
| 2019-02-10 | Add test for MIR printing changes | Matthew Jasper | -0/+66 |
| 2019-02-10 | Remove spotlight for trait aliases and fix nits | Guillaume Gomez | -6/+3 |
| 2019-02-10 | Fix ICE and invalid filenames in MIR printing code | Matthew Jasper | -2/+3 |
| 2019-02-10 | it is okay not to use into_inner | Ralf Jung | -0/+1 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -33/+30 |