about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-24fix reoccurring typoRalf Jung-10/+10
2019-06-23expand commentRalf Jung-1/+2
2019-06-23deduplicate some codeRalf Jung-17/+15
2019-06-23make code more symmetricRalf Jung-3/+5
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-26/+36
2019-06-23clean up internals of pointer checks; make get_size_and_align also check for ...Ralf Jung-104/+69
2019-06-23move CheckInAllocMsg to more logical placeRalf Jung-25/+25
2019-06-23Centralize bounds, alignment and NULL checking for memory accesses in one fun...Ralf Jung-151/+214
2019-06-22Auto merge of #62010 - ecstatic-morse:kill-borrows-of-proj, r=pnkfelixbors-30/+189
2019-06-22Auto merge of #62041 - Centril:rollup-95eeyx7, r=Centrilbors-390/+516
2019-06-22Rollup merge of #62019 - jeremystucki:refactoring, r=estebankMazdak Farrokhzad-25/+25
2019-06-22Rollup merge of #62016 - JohnTitor:add-test-for-issue-27697, r=alexcrichtonMazdak Farrokhzad-0/+21
2019-06-22Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=ZoxcMazdak Farrokhzad-177/+141
2019-06-22Rollup merge of #61681 - asfreitas:addSendTrait, r=estebankMazdak Farrokhzad-15/+15
2019-06-22Rollup merge of #61270 - michaelwoerister:remove-incr-comp-warning, r=oli-obkMazdak Farrokhzad-18/+2
2019-06-22Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichtonMazdak Farrokhzad-2/+3
2019-06-22Rollup merge of #61181 - GuillaumeGomez:fix-theme-checker, r=kinnisonMazdak Farrokhzad-7/+21
2019-06-22Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=s...Mazdak Farrokhzad-9/+3
2019-06-22Rollup merge of #60971 - rbtcollins:docs-perf, r=rbtcollins,GuillaumeGomezMazdak Farrokhzad-137/+285
2019-06-21Auto merge of #62018 - Zoxc:vs2019, r=alexcrichtonbors-0/+0
2019-06-21Auto merge of #62027 - lzutao:clippy-update, r=oli-obkbors-7/+34
2019-06-22adding in these files that didn't get added in previous commitAndrew-7/+7
2019-06-21changed expected output in tests so it now passes with changed outputAndrew-7/+7
2019-06-21submodules: Update clippy from 149a988 to 5a11ed7bLzu Tao-7/+34
2019-06-21Add test checking our behavior for assigning over a `ConstIndex` projection.Felix S. Klock II-0/+59
2019-06-21Add test that our handling of projections hasn't gone too far:Felix S. Klock II-0/+52
2019-06-21Added test for deref projection.Felix S. Klock II-0/+27
2019-06-21add comment outlining test.Felix S. Klock II-0/+5
2019-06-21rename file because I found the old filename too long and unwieldy.Felix S. Klock II-0/+0
2019-06-21Auto merge of #61959 - oli-obk:const_field_ice, r=eddybbors-49/+85
2019-06-21Better handling of the sender channel part in rustdoc file writingGuillaume Gomez-8/+8
2019-06-21Handle fs errors through errors::Handler instead of eprintln and panicGuillaume Gomez-12/+65
2019-06-21Add DocFS layer to rustdocRobert Collins-136/+231
2019-06-21Remove needless lifetimesJeremy Stucki-25/+25
2019-06-21Remove warnings about incr. comp. generating less debugging output.Michael Woerister-18/+2
2019-06-21Further reduce the likelyhood of hash collisionsOliver Scherer-0/+1
2019-06-21Documentation typoOliver Scherer-1/+1
2019-06-21revert the NodeId to HirId parameter change to get_path_resljedrz-17/+12
2019-06-21Auto merge of #62003 - christianpoveda:master, r=oli-obkbors-21/+20
2019-06-21Update LLVM to fix VS 2019 compilationJohn Kåre Alsaker-0/+0
2019-06-21Add test for issue-27697Yuki Okushi-0/+21
2019-06-20Update mdbookEric Huss-22/+21
2019-06-20Auto merge of #60293 - nagisa:rustdoc-all-the-auto-traits, r=eddybbors-83/+24
2019-06-20Kill conflicting borrows of places with projections.Dylan MacKenzie-30/+46
2019-06-20Fix merge issuesChristian Poveda-3791/+7693
2019-06-20Updated tag methods for consistencyChristian Poveda-12/+12
2019-06-20Improve theme checker by removing unneeded conditionsGuillaume Gomez-6/+14
2019-06-20Add test for empty css file checkGuillaume Gomez-0/+6
2019-06-20Fix theme-checker failureGuillaume Gomez-1/+1
2019-06-20Auto merge of #62006 - Centril:rollup-4my59er, r=Centrilbors-24/+75