about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-21reintroduce `commit_if_ok` calls to `subtype_predicate`Niko Matsakis-14/+16
2019-02-21reintroduce `commit_if_ok` call into `higher_ranked_sub`Niko Matsakis-26/+25
2019-02-21s/skol_/placeholder_/Niko Matsakis-10/+10
2019-02-21introduce benchmarks of BTreeSet.intersectionStein Somers-0/+89
2019-02-21fix linkRalf Jung-1/+1
2019-02-21remark about the one place where place computation calls size_and_align_ofRalf Jung-2/+4
2019-02-21this is for you, tidyRalf Jung-2/+2
2019-02-21explain unsafeRalf Jung-2/+2
2019-02-21we only list some examples of basic typesRalf Jung-1/+1
2019-02-21tweaks and fix weird spaceRalf Jung-2/+2
2019-02-21Apply suggestions from code reviewMazdak Farrokhzad-39/+42
2019-02-21codegen and write_metadata can mutate ModuleLLvm.Gabriela Alexandra Moldovan-2/+2
2019-02-21Destabilize fixed-width const defined atomic integersMahmut Bulut-1/+14
2019-02-21explain why we use static alignment in ref-to-place conversionRalf Jung-0/+4
2019-02-21Auto merge of #58535 - RalfJung:miri, r=oli-obkbors-14/+14
2019-02-21final pin projections tweakingRalf Jung-27/+23
2019-02-21more pin projections tweakingRalf Jung-10/+17
2019-02-21Enable feature duration_constants in examplesStjepan Glavina-0/+4
2019-02-20Remove braces from most E0505 examplesAlex Gurganus-15/+9
2019-02-20Allow Self::Module to be mutated.Gabriela Alexandra Moldovan-8/+8
2019-02-20Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelixbors-50/+150
2019-02-20Put Future trait into spotlightStjepan Glavina-0/+1
2019-02-20Add examples for duration constantsStjepan Glavina-0/+32
2019-02-20Fixes #58586: Make E0505 explain example fail for 2018 editionAlex Gurganus-3/+16
2019-02-20expand pinning projectionsRalf Jung-38/+41
2019-02-20Search for target_triple.json only if builtin target not foundgnzlbg-6/+16
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-75/+114
2019-02-20Address review commentsPaul Dicker-22/+36
2019-02-20tweak pinning projectionsRalf Jung-12/+21
2019-02-20fix typoAndre Bogus-1/+1
2019-02-20./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nllClint Frederickson-8/+8
2019-02-20Run rustfmtSantiago Pastorino-117/+155
2019-02-20Fix erroneous loop diagnostic in nllSantiago Pastorino-73/+205
2019-02-20Use successor_within_block helperSantiago Pastorino-4/+1
2019-02-20Dedup a rustdoc diagnostic constructionDale Wijnand-22/+8
2019-02-20Turn duration consts into associated constsStjepan Glavina-19/+16
2019-02-20update clippy: partially HirIdifyljedrz-10/+5
2019-02-20Auto merge of #58578 - kennytm:rollup, r=kennytmbors-633/+1177
2019-02-20adjust intravisit HirIdificationljedrz-16/+12
2019-02-20HirIdification: change some NodeId to HirId callsljedrz-23/+22
2019-02-20hir: remove parent_node from NodeCollectorljedrz-24/+17
2019-02-20hir: change HirIdValidator.hir_ids_seen to a setljedrz-10/+15
2019-02-20hir: add and use hir_to_node_id in NodeCollectorljedrz-32/+34
2019-02-20hir: HirId-ify intravisitljedrz-211/+216
2019-02-20tweaksRalf Jung-14/+15
2019-02-20cleanup macro after 2018 transitionAleksey Kladov-4/+2
2019-02-20remove a bit of dead codeAleksey Kladov-6/+0
2019-02-20Refactor Windows stdio and remove stdin double bufferingPaul Dicker-116/+178
2019-02-20Remove unused Read implementation on sys::Windows::StdinPaul Dicker-9/+0
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-80/+13