about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-21move unescape module to rustc_lexerAleksey Kladov-18/+17
2019-07-21tidy is being sillyRalf Jung-5/+2
2019-07-21fix commentLuca Barbieri-1/+1
2019-07-21read: fix doc commentRalf Jung-2/+2
2019-07-21use a const to hack around promotion limitationsRalf Jung-2/+10
2019-07-21disable overlapping check with Miri (does not work without intptrcast)Ralf Jung-0/+2
2019-07-21update MiriRalf Jung-7/+7
2019-07-21apply feedbackRalf Jung-4/+6
2019-07-21sync with nomicon: raw ptr must be non-dangling and aligned every time it is ...Ralf Jung-2/+2
2019-07-21Expand comment on BorrowRef::newLuca Barbieri-2/+12
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-65/+65
2019-07-21Auto merge of #59706 - matklad:the-essence-of-lexer, r=petrochenkovbors-1259/+1327
2019-07-21Add tests for issue-58887Yuki Okushi-0/+56
2019-07-21Auto merge of #60913 - spastorino:place2_4, r=oli-obkbors-989/+1735
2019-07-20Update render.rsKinrany-1/+1
2019-07-20Fix theme picker blur handler: always hide instead of switchingKinrany-7/+15
2019-07-20normalize use of backticks in compiler messages for librustc_incrementalSamy Kacimi-9/+9
2019-07-20tests: Add minimal reproduction of #61963.David Wood-0/+126
2019-07-20Introduce rustc_lexerAleksey Kladov-1259/+1327
2019-07-20Remove vector fadd/fmul reduction workaroundsNikita Popov-102/+37
2019-07-20Don't link mcjit/interpreter LLVM componentsNikita Popov-16/+3
2019-07-20Remove tests for -Zlower-128bit-opsbjorn3-375/+0
2019-07-20Auto merge of #62789 - GuillaumeGomez:update-pulldown-cmark, r=Manishearthbors-1/+1
2019-07-20references must be aligned; also move up the warning that fn ptrs must be non...Ralf Jung-7/+8
2019-07-20warn that raw pointers must be aligned when used, and that writes cause dropRalf Jung-2/+6
2019-07-20Update pulldown-cmark versionGuillaume Gomez-1/+1
2019-07-20Auto merge of #62710 - estebank:bad-named-args, r=petrochenkovbors-34/+53
2019-07-20alters the panic variant of InterpErrorSaleem Jaffer-42/+25
2019-07-20Avoid cloning Place in check_and_patchSantiago Pastorino-12/+13
2019-07-20Avoid cloning Place in visit_rvalueSantiago Pastorino-4/+4
2019-07-20Avoid cloning Place in assign #2Santiago Pastorino-8/+2
2019-07-20Avoid cloning Place in assign #1Santiago Pastorino-8/+3
2019-07-20Avoid cloning Place in in_projection_structurallySantiago Pastorino-20/+20
2019-07-20Avoid cloning Place in is_stableSantiago Pastorino-5/+6
2019-07-20Avoid unneeded else branchesSantiago Pastorino-22/+13
2019-07-20Avoid cloning Place in gather_initSantiago Pastorino-13/+13
2019-07-20Avoid cloning Place in calculate_fake_borrowsSantiago Pastorino-9/+18
2019-07-20Avoid cloning Place in limit_capture_mutabilitySantiago Pastorino-3/+3
2019-07-20Avoid cloning Place in report_cannot_move_from_borrowed_contentSantiago Pastorino-12/+12
2019-07-20Avoid cloning Place in report_cannot_move_from_staticSantiago Pastorino-4/+4
2019-07-20Avoid cloning Place in check_access_permissionsSantiago Pastorino-28/+36
2019-07-20Avoid cloning Place in append_place_to_stringSantiago Pastorino-14/+15
2019-07-20Avoid cloning Place in classify_drop_access_kindSantiago Pastorino-5/+5
2019-07-20Avoid cloning Place in describe_place_for_conflicting_borrowSantiago Pastorino-37/+42
2019-07-20Avoid cloning Place in report_use_of_moved_or_uninitialized and friendsSantiago Pastorino-231/+253
2019-07-20Remove explicit lifetimeSantiago Pastorino-3/+3
2019-07-20Remove explicit return from last line of fnSantiago Pastorino-1/+1
2019-07-20Avoid cloning Place in codegen_placeSantiago Pastorino-40/+51
2019-07-20Implement Place::as_place_refSantiago Pastorino-6/+8
2019-07-20Avoid cloning place in LocalAnalyzer visitorSantiago Pastorino-56/+91