| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-11 | Move rustc_borrowck -> rustc_ast_borrowck | Matthew Jasper | -1167/+0 | |
| 2018-12-28 | Update link to rustc guide | Lin Clark | -1/+1 | |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 | |
| 2018-06-24 | Update broken rustc-guide links | Alex Kitchens | -1/+1 | |
| Recently, there has been some rearrangement of the content in the Rustc Guide, and this commit changes the urls the match the updated guide. | ||||
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 | |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -0/+5 | |
| 2018-01-29 | rustc_borrowck: replace "lvalue" terminology with "place" in docs. | Eduard-Mihai Burtescu | -78/+78 | |
| 2017-10-16 | turn link to RFC 1751 into a markdown link | Niv Kaminer | -1/+1 | |
| 2017-10-08 | address more FIXME whose associated issues were marked as closed | Niv Kaminer | -2/+3 | |
| update FIXME(#6298) to point to open issue 15020 update FIXME(#6268) to point to RFC 811 update FIXME(#10520) to point to RFC 1751 remove FIXME for emscripten issue 4563 and include target in `test_estimate_scaling_factor` remove FIXME(#18207) since node_id isn't used for `ref` pattern analysis remove FIXME(#6308) since DST was implemented in #12938 remove FIXME(#2658) since it was decided to not reorganize module remove FIXME(#20590) since it was decided to stay conservative with projection types remove FIXME(#20297) since it was decided that solving the issue is unnecessary remove FIXME(#27086) since closures do correspond to structs now remove FIXME(#13846) and enable `function_sections` for windows remove mention of #22079 in FIXME(#22079) since this is a general FIXME remove FIXME(#5074) since the restriction on borrow were lifted | ||||
| 2017-03-27 | correcting another mistake in an example | GAJaloyan | -1/+1 | |
| copy_pointer -> copy_borrowed_ptr | ||||
| 2017-03-24 | issue #40793 | GAJaloyan | -2/+2 | |
| Correcting the two mistakes in the README.md | ||||
| 2015-06-09 | Exise 'owned pointer' from the codebase | Steve Klabnik | -6/+6 | |
| Still some references left to this old term, I've updated them to say boxes. Related to #25851 | ||||
| 2015-02-18 | borrowck/README.md: Normalize types in examples | Keegan McAllister | -37/+37 | |
| 2015-02-18 | borrowck/README.md: Fix display of code on GitHub | Keegan McAllister | -18/+18 | |
| 2015-02-18 | borrowck/README.md: Remove SCOPE (mostly unused) | Keegan McAllister | -35/+1 | |
| Only one case is used in the text. All of them are pretty straightforward, so I don't think the code needs an explicit link to the README. | ||||
| 2015-02-18 | borrowck/README.md: Clarify MUTABILITY and ALIASABLE | Keegan McAllister | -12/+10 | |
| 2015-02-18 | borrowck/README.md: Remove most references to &const | Keegan McAllister | -24/+9 | |
| 2015-02-13 | Instead of putting them in the book, make them READMEs. | Steve Klabnik | -0/+1212 | |
