about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-22Rollup merge of #62810 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-65/+65
2019-07-22Rollup merge of #62799 - RalfJung:uninit-array, r=CentrilMazdak Farrokhzad-10/+34
2019-07-22Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-3/+3
2019-07-22Rollup merge of #62787 - Indy2222:master, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-07-22Rollup merge of #62746 - RalfJung:deprecated, r=KodrAusMazdak Farrokhzad-19/+18
2019-07-22Rollup merge of #62713 - SimonSapin:cast, r=CentrilMazdak Farrokhzad-2/+2
2019-07-22Rollup merge of #62709 - nhynes:test-maplike-fromiter, r=cuviperMazdak Farrokhzad-2/+6
2019-07-22Fix or ignore regressed testsVadim Petrochenkov-3/+12
2019-07-22tests: Require run-pass tests without annotations to run successfully againVadim Petrochenkov-1/+3
2019-07-21ci: pin awscli dependenciesPietro Albini-0/+13
2019-07-21tidy is being sillyRalf Jung-5/+2
2019-07-21use a const to hack around promotion limitationsRalf Jung-2/+10
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-21Auto merge of #60913 - spastorino:place2_4, r=oli-obkbors-989/+1735
2019-07-20Introduce rustc_lexerAleksey Kladov-1259/+1327
2019-07-20Auto merge of #62789 - GuillaumeGomez:update-pulldown-cmark, r=Manishearthbors-1/+1
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-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
2019-07-20Migrate from Place enum to Place structSantiago Pastorino-790/+1461
2019-07-20Auto merge of #62008 - ia0:issues_61053, r=petrochenkovbors-68/+946
2019-07-19Auto merge of #62705 - petrochenkov:oh-bye-mark, r=matthewjasperbors-372/+378
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-47/+913
2019-07-19Remember the span of the Kleene operator in macrosJulien Cretin-21/+33
2019-07-19Auto merge of #62690 - alexcrichton:azure-update, r=pietroalbinibors-7/+41
2019-07-19avoid uninit_array! macro where it is not neededRalf Jung-5/+4
2019-07-19azure: Prepare configuration for 4-core machinesAlex Crichton-7/+41
2019-07-19use const array repeat expressions for uninit_arrayRalf Jung-10/+30