about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-11Add some ID conversion methods to HIR map and Definitions.Michael Woerister-0/+23
2017-08-11Use ItemLocalId as key for TypeckTables::cast_kinds.Michael Woerister-7/+16
2017-08-11Use ItemLocalId as key for TypeckTables::fru_field_types.Michael Woerister-8/+21
2017-08-11Use ItemLocalId as key for TypeckTables::liberated_fn_sigs.Michael Woerister-10/+26
2017-08-11Add missing TypeckTables-switch in save-analysis.Michael Woerister-6/+8
2017-08-11Make Definitions::find_node_for_hir_id() a linear search instead of a binary ...Michael Woerister-1/+5
2017-08-11Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.Michael Woerister-33/+76
2017-08-11Use ItemLocalId as key for TypeckTables::pat_binding_modes.Michael Woerister-20/+62
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-208/+282
2017-08-11Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.Michael Woerister-151/+386
2017-08-11Auto merge of #43745 - kennytm:fix-43162, r=aturonbors-0/+54
2017-08-11Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddybbors-34/+50
2017-08-10Auto merge of #43589 - aidanhs:aphs-fix-system-malloc, r=alexcrichtonbors-0/+26
2017-08-10Auto merge of #43559 - Nashenas88:nll-region-renumberer, r=arielb1bors-14/+114
2017-08-10Fix cross-crate global allocators on windowsAidan Hobson Sayers-4/+20
2017-08-10Auto merge of #43720 - pornel:staticconst, r=petrochenkovbors-10/+40
2017-08-10Reword error hintKornel-2/+3
2017-08-10Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoeristerbors-1064/+1342
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-69/+109
2017-08-10Auto merge of #43737 - GuillaumeGomez:duplicate-method, r=eddybbors-14/+69
2017-08-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-4/+74
2017-08-10Auto merge of #43730 - nrc:driver-shim, r=eddybbors-26/+45
2017-08-10Updated cargo submodule to fix compile errorIsaac van Bakel-0/+0
2017-08-10Add a feature gateest31-1/+25
2017-08-10Better diagnostics and recovery for `const` in extern blocksVadim Petrochenkov-12/+39
2017-08-10driver: factor out `continue_parse_after_error` so it can be controlled via d...Nick Cameron-11/+25
2017-08-09Auto merge of #43484 - estebank:point-to-return, r=arielb1bors-26/+71
2017-08-09Readd backticks around ()Esteban Küber-19/+8
2017-08-09Auto merge of #43732 - kennytm:pass-wrapper-warning, r=arielb1bors-2/+4
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-1064/+1342
2017-08-09Auto merge of #43726 - zackmdavis:extended_information_summer_block_party, r=...bors-5/+92
2017-08-09Erase/anonymize regions while computing TypeId hash.Michael Woerister-0/+10
2017-08-09Auto merge of #43588 - dns2utf8:wrapping_add, r=sfacklerbors-1/+1
2017-08-09Fix errors on WindowsAriel Ben-Yehuda-2/+2
2017-08-09extended information for E0557 feature has been removedZack M. Davis-1/+12
2017-08-09extended information for E0552 unrecognized representation hintZack M. Davis-1/+30
2017-08-09extended information for E0554 feature attributes only work on nightliesZack M. Davis-2/+16
2017-08-09extended information for E0571 break with value in non-`loop` loopZack M. Davis-1/+34
2017-08-08Only refer to return type when it matchesEsteban Küber-13/+27
2017-08-09Auto merge of #43728 - zackmdavis:fnused, r=eddybbors-9/+79
2017-08-09Auto merge of #43595 - oyvindln:master, r=aturonbors-3/+10
2017-08-08Auto merge of #43691 - GuillaumeGomez:fix-rustdoc, r=QuietMisdreavusbors-9/+25
2017-08-08Use explicit wrapping_add to prevent potential unexpected behavior on debug b...Stefan Schindler-1/+1
2017-08-08Auto merge of #43711 - lu-zero:master, r=nagisabors-1/+198
2017-08-08Remove all usage of hoedown_buffer_putsGuillaume Gomez-2/+1
2017-08-08Improve error message when duplicate names for type and trait methodGuillaume Gomez-14/+69
2017-08-08mark comparison trait methods as #[must_use]Zack M. Davis-0/+7
2017-08-08#[must_use] for functions (RFC 1940)Zack M. Davis-9/+72
2017-08-09Type-check `break value;` even outside of `loop {}`.kennytm-0/+54
2017-08-08Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>.Michael Woerister-34/+40