about summary refs log tree commit diff
path: root/src/librustc_borrowck/borrowck/README.md
AgeCommit message (Collapse)AuthorLines
2019-07-11Move rustc_borrowck -> rustc_ast_borrowckMatthew Jasper-1167/+0
2018-12-28Update link to rustc guideLin Clark-1/+1
2018-11-26rustc-guide has movedMark Mansi-1/+1
2018-06-24Update broken rustc-guide linksAlex 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-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-03-16Replace many of the last references to readmesMark Mansi-0/+5
2018-01-29rustc_borrowck: replace "lvalue" terminology with "place" in docs.Eduard-Mihai Burtescu-78/+78
2017-10-16turn link to RFC 1751 into a markdown linkNiv Kaminer-1/+1
2017-10-08address more FIXME whose associated issues were marked as closedNiv 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-27correcting another mistake in an example GAJaloyan-1/+1
copy_pointer -> copy_borrowed_ptr
2017-03-24issue #40793GAJaloyan-2/+2
Correcting the two mistakes in the README.md
2015-06-09Exise 'owned pointer' from the codebaseSteve Klabnik-6/+6
Still some references left to this old term, I've updated them to say boxes. Related to #25851
2015-02-18borrowck/README.md: Normalize types in examplesKeegan McAllister-37/+37
2015-02-18borrowck/README.md: Fix display of code on GitHubKeegan McAllister-18/+18
2015-02-18borrowck/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-18borrowck/README.md: Clarify MUTABILITY and ALIASABLEKeegan McAllister-12/+10
2015-02-18borrowck/README.md: Remove most references to &constKeegan McAllister-24/+9
2015-02-13Instead of putting them in the book, make them READMEs.Steve Klabnik-0/+1212