| Age | Commit message (Expand) | Author | Lines |
| 2019-09-18 | Some formatting cleanup | Aaron Hill | -8/+7 |
| 2019-09-18 | Make note better when all arms in a `match` diverge | Aaron Hill | -16/+60 |
| 2019-09-18 | Point at original span when emitting unreachable lint | Aaron Hill | -11/+328 |
| 2019-09-18 | Rollup merge of #64580 - ehuss:update-books, r=ehuss | Tyler Mandry | -0/+0 |
| 2019-09-18 | Rollup merge of #64578 - max-sixty:22656-lldb-8, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2019-09-18 | Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandry | Tyler Mandry | -48/+17 |
| 2019-09-18 | Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcri... | Tyler Mandry | -29/+20 |
| 2019-09-18 | Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry | Tyler Mandry | -10/+10 |
| 2019-09-18 | Update books | Eric Huss | -0/+0 |
| 2019-09-18 | fix debuginfo/issue22656 with LLDB 8 | Maximilian Roos | -1/+1 |
| 2019-09-18 | Auto merge of #64575 - lzutao:fmt-primitives-doc, r=jonas-schievink | bors | -12/+18 |
| 2019-09-18 | broken hyperlinks in documentation | Arno Haase | -2/+2 |
| 2019-09-18 | doc: Format some primitives examples | Lzu Tao | -12/+18 |
| 2019-09-17 | Rollup merge of #64528 - Aaron1011:fix/proc-macro-type, r=alexcrichton | Tyler Mandry | -49/+79 |
| 2019-09-17 | Rollup merge of #64516 - RalfJung:nomicon, r=Centril | Tyler Mandry | -0/+0 |
| 2019-09-17 | Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk | Tyler Mandry | -12/+7 |
| 2019-09-17 | Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov | Tyler Mandry | -6/+59 |
| 2019-09-17 | Generate proc macro harness in AST order. | Aaron Hill | -49/+79 |
| 2019-09-17 | Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandry | bors | -184/+242 |
| 2019-09-17 | Rollup merge of #64544 - RalfJung:build-manifest, r=pietroalbini | Tyler Mandry | -8/+23 |
| 2019-09-17 | Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk | Tyler Mandry | -1/+14 |
| 2019-09-17 | Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJung | Tyler Mandry | -0/+21 |
| 2019-09-17 | Rollup merge of #64505 - pickfire:patch-1, r=Mark-Simulacrum | Tyler Mandry | -6/+6 |
| 2019-09-17 | Rollup merge of #64502 - RalfJung:miri-toolstate, r=pietroalbini | Tyler Mandry | -5/+14 |
| 2019-09-17 | Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJung | Tyler Mandry | -11/+17 |
| 2019-09-17 | Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar... | Tyler Mandry | -9/+12 |
| 2019-09-17 | Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-Simulacrum | Tyler Mandry | -14/+18 |
| 2019-09-17 | Rollup merge of #61626 - oli-obk:const_eval_intrinsics, r=eddyb | Tyler Mandry | -130/+117 |
| 2019-09-17 | update Nomicon and Reference | Ralf Jung | -0/+0 |
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -2/+51 |
| 2019-09-17 | Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david... | bors | -26/+161 |
| 2019-09-17 | improve Vec example soundness in mem::transmute docs | Andre Bogus | -11/+17 |
| 2019-09-17 | build-manifest: add some comments | Ralf Jung | -8/+23 |
| 2019-09-17 | Auto merge of #64517 - alexcrichton:less-assertions, r=pietroalbini | bors | -0/+15 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -130/+117 |
| 2019-09-17 | Update src/libcore/pin.rs | Taiki Endo | -1/+1 |
| 2019-09-17 | Add an example to Pin::as_mut | Taiki Endo | -0/+21 |
| 2019-09-17 | update miri | Ralf Jung | -10/+5 |
| 2019-09-17 | newly phrased documentation for spin loop hints | Arno Haase | -29/+20 |
| 2019-09-17 | adjust larger comment to include the body | Niko Matsakis | -10/+10 |
| 2019-09-17 | use drop-temps { .. } pseudo-notation | Niko Matsakis | -1/+1 |
| 2019-09-17 | introduce `lower_block_expr` convenience function, and use it | Niko Matsakis | -14/+12 |
| 2019-09-17 | apply nits from centril | Niko Matsakis | -7/+8 |
| 2019-09-17 | Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini" | Pietro Albini | -61/+9 |
| 2019-09-17 | rename Allocation::retag -> with_tags_and_extra | Ralf Jung | -2/+2 |
| 2019-09-17 | document Miri error categories | Ralf Jung | -1/+14 |
| 2019-09-16 | Fix failure note `to_str` implementation | Afnan Enayet | -9/+12 |
| 2019-09-17 | Rollup merge of #64531 - taiki-e:pin-self, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-09-17 | Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-09-17 | Rollup merge of #64500 - nnethercote:ObligForest-fixups, r=nikomatsakis | Mazdak Farrokhzad | -167/+148 |