| Age | Commit message (Expand) | Author | Lines |
| 2018-10-25 | Grammar nit | Oliver Scherer | -2/+2 |
| 2018-10-25 | List allowed tokens after macro fragments | Esteban Küber | -141/+385 |
| 2018-10-25 | Clarify exclusion comment further | Oliver Scherer | -1/+2 |
| 2018-10-25 | Explain why we can encounter a `Goto` terminator that we want to promote | Oliver Scherer | -1/+7 |
| 2018-10-25 | Explain a comment in more detail | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -2/+9 |
| 2018-10-25 | Explain how unused constants may still cause a hard error | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -0/+4 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -319/+69 |
| 2018-10-25 | preserve const eval error information through trait error system | Ralf Jung | -8/+11 |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -296/+74 |
| 2018-10-25 | fix ui tests (rebase fallout) | Ralf Jung | -3/+4 |
| 2018-10-25 | for now, just use NULL ptr for unsized locals | Ralf Jung | -13/+17 |
| 2018-10-25 | fix a test comment | Ralf Jung | -1/+1 |
| 2018-10-25 | Addressed minor issues brought up in review. | Alexander Regueiro | -15/+15 |
| 2018-10-25 | Rebase fallout in ui output | Oliver Schneider | -26/+13 |
| 2018-10-25 | Update rustdoc test | Oliver Schneider | -1/+1 |
| 2018-10-25 | More mono items are generated now | Oliver Schneider | -0/+5 |
| 2018-10-25 | update tests to changes on rustc master | Oliver Schneider | -57/+85 |
| 2018-10-25 | Document error/lint cases in const eval | Oliver Schneider | -1/+9 |
| 2018-10-25 | Explain the `Reveal::UserFacing` deduplication trick | Oliver Schneider | -0/+7 |
| 2018-10-25 | Don't extend `hir::Def` when there's already a dedicated "function-like" dete... | Oliver Schneider | -23/+18 |
| 2018-10-25 | Prepare miri for unsized locals | Oliver Schneider | -3/+10 |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -199/+133 |
| 2018-10-25 | Fix rebase fallout | Oliver Schneider | -3/+6 |
| 2018-10-25 | Layout errors can happen because something was too generic | Oliver Schneider | -3/+4 |
| 2018-10-25 | Forward `TooGeneric` errors | Oliver Schneider | -2/+6 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -1088/+1470 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -248/+1128 |
| 2018-10-25 | Rollup merge of #55345 - RalfJung:no-null, r=oli-obk | Pietro Albini | -9/+1 |
| 2018-10-25 | Rollup merge of #55340 - RalfJung:operand-docs, r=oli-obk | Pietro Albini | -3/+2 |
| 2018-10-25 | Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplett | Pietro Albini | -8/+8 |
| 2018-10-25 | Rollup merge of #55306 - pnkfelix:issue-54478-regression-test-jemalloc-ctl, r... | Pietro Albini | -0/+42 |
| 2018-10-25 | Rollup merge of #55296 - cuviper:rustdoc-ui-backtrace, r=nikomatsakis | Pietro Albini | -9/+10 |
| 2018-10-25 | Rollup merge of #55291 - kazcw:master, r=nikomatsakis | Pietro Albini | -0/+0 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -7/+7 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -77/+77 |
| 2018-10-25 | Rollup merge of #55254 - rust-lang:clean-two-dots, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-10-25 | Rollup merge of #55253 - zackmdavis:some_suggestion, r=pnkfelix | Pietro Albini | -27/+53 |
| 2018-10-25 | Rollup merge of #55251 - NieDzejkob:master, r=TimNN | Pietro Albini | -1/+1 |
| 2018-10-25 | Rollup merge of #55247 - peterjoel:peterjoel-prim-char-doc-example, r=joshtri... | Pietro Albini | -2/+2 |
| 2018-10-25 | Rollup merge of #55245 - matthiaskrgr:clippy, r=nikomatsakis | Pietro Albini | -14/+15 |
| 2018-10-25 | Rollup merge of #55200 - octronics:gh51430, r=kennytm | Pietro Albini | -0/+88 |
| 2018-10-25 | Rollup merge of #55173 - estebank:suggest-static, r=oli-obk | Pietro Albini | -45/+103 |
| 2018-10-25 | Rollup merge of #55138 - zackmdavis:the_paren_trap, r=pnkfelix | Pietro Albini | -11/+21 |
| 2018-10-25 | Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelix | Pietro Albini | -1/+18 |
| 2018-10-25 | Rollup merge of #54965 - chathaway-codes:update-tcp-stream-docs, r=GuillaumeG... | Pietro Albini | -5/+5 |
| 2018-10-25 | Rollup merge of #53931 - iirelu:keyword-docs, r=steveklabnik | Pietro Albini | -28/+669 |
| 2018-10-25 | Rollup merge of #53507 - phungleson:fix-impl-from-for-waker, r=cramertj | Pietro Albini | -0/+5 |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -126/+367 |
| 2018-10-25 | Remove is_null | Ralf Jung | -9/+1 |
| 2018-10-25 | rustbuild: fix remap-debuginfo when building a release | Marc-Antoine Perennou | -1/+1 |