| Age | Commit message (Expand) | Author | Lines |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-01-16 | Updated Book and Reference submodules. | Alexander Regueiro | -0/+0 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -40/+0 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -40/+0 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -2/+2 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -28/+0 |
| 2019-01-11 | Merge pull request #234 from mark-i-m/mir_borrowck | Niko Matsakis | -30/+188 |
| 2019-01-08 | stabilise cfg_attr | dylan_DPC | -20/+0 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -14/+14 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -0/+23 |
| 2019-01-04 | Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis | bors | -0/+6 |
| 2019-01-04 | Mention old incr. comp. design doc | Igor Matuszewski | -0/+3 |
| 2019-01-03 | Update src/doc/unstable-book/src/language-features/re-rebalance-coherence.md | varkor | -1/+1 |
| 2019-01-03 | Add some docs about the new feature to the unstable book | Georg Semmler | -0/+23 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -14/+14 |
| 2019-01-01 | Add IRLO to glossary | Philipp Hansch | -0/+1 |
| 2019-01-01 | Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril | bors | -12/+0 |
| 2018-12-30 | docs(rustc): Link to the book's source in rustc | Philipp Hansch | -1/+7 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -0/+36 |
| 2018-12-28 | remove remaining copyright headers | Matthias Krüger | -12/+0 |
| 2018-12-27 | Update references to closed issue | Ian Douglas Scott | -2/+2 |
| 2018-12-26 | Added chapter to Unstable Book. | Alexander Regueiro | -0/+36 |
| 2018-12-26 | Document that `-C opt-level=0` implies `-C debug-assertions`. | daxpedda | -1/+1 |
| 2018-12-24 | Auto merge of #56770 - satyarohith:patch-1, r=Centril | bors | -2/+2 |
| 2018-12-23 | Fix formatting, follow 100 char line length limit | ednix | -1/+3 |
| 2018-12-23 | Do what the last commit said it did | ednix | -1/+1 |
| 2018-12-23 | Clarify line about RLS being unable to handle rustc | ednix | -16/+14 |
| 2018-12-23 | Fix link | Who? Me?! | -1/+1 |
| 2018-12-23 | Rollup merge of #57049 - cramertj:repr-packed, r=Centril | kennytm | -8/+0 |
| 2018-12-21 | Remove unstable-book repr-packed entry | Taylor Cramer | -8/+0 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -0/+15 |
| 2018-12-14 | Fixes broken links | Roberto Vidal | -3/+3 |
| 2018-12-14 | Add graphs that I forgot to push in the original PR | Oliver Scherer | -0/+447 |
| 2018-12-14 | Fixes broken links | Roberto Vidal | -3/+3 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -61/+7 |
| 2018-12-13 | fix: make hello public | Satya Rohith | -2/+2 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -61/+7 |
| 2018-12-11 | Fix link to rustc_mir::hair::cx::expr | Dan Robertson | -3/+4 |
| 2018-12-11 | update a couple of links | Mark Mansi | -7/+7 |
| 2018-12-11 | added example, reworked inference section | Mark Mansi | -32/+93 |
| 2018-12-11 | a few updates | Mark Mansi | -9/+23 |
| 2018-12-08 | Auto merge of #56615 - integer32llc:update-book, r=GuillaumeGomez | bors | -0/+0 |
| 2018-12-08 | Add missing comma in Generators | morganamilo | -1/+1 |
| 2018-12-07 | Update the book to fix some edition-related bugs | Carol (Nichols || Goulding) | -0/+0 |
| 2018-12-07 | Add some documentation about updating LLVM | Alex Crichton | -0/+150 |
| 2018-12-05 | fixed typo issues link | Avelino | -1/+1 |
| 2018-12-04 | build the edition guide | Steve Klabnik | -0/+0 |
| 2018-12-03 | Provide a Python example. | Edd Barrett | -2/+3 |
| 2018-12-03 | Explain how to check if gdb supports Python. | Edd Barrett | -2/+4 |
| 2018-12-03 | Mention that tests need a Python-enabled gdb. | Edd Barrett | -0/+4 |