about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-05add even more debugging code to track down appveyor 259 exit codePietro Albini-0/+6
2019-02-04add more debugging code to track down appveyor 259 exit codePietro Albini-1/+1
2019-02-04Auto merge of #58095 - h-michael:cargotest-2018, r=Centrilbors-0/+3
2019-02-04Auto merge of #58090 - ljedrz:HirIdification_phase_2, r=Zoxcbors-17/+125
2019-02-03hir: remove Definitions::hir_to_def_indexljedrz-27/+5
2019-02-03Auto merge of #58024 - h-michael:update-rls, r=Xanewokbors-0/+0
2019-02-03hir: add HirId methodsljedrz-1/+138
2019-02-03Auto merge of #58081 - Centril:liballoc-2018, r=oli-obkbors-393/+360
2019-02-03Auto merge of #58093 - h-michael:clippy, r=Xanewokbors-10/+11
2019-02-03Use 2018 edition for cargotestHirokazu Hata-0/+3
2019-02-03Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkovbors-9/+107
2019-02-03submodule: update clippy from 6ce78d1 to 3bda548Hirokazu Hata-10/+11
2019-02-03Auto merge of #58062 - SimonSapin:iter_from_fn, r=alexcrichtonbors-32/+25
2019-02-03cleanup: don't use node_to_hir_id where unneededljedrz-17/+10
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-406/+305
2019-02-03Auto merge of #58043 - jethrogb:jb/sgx-usercallnrs, r=joshtriplettbors-20/+10
2019-02-03liballoc: alloc-extern-crates test needs --edition=2018Mazdak Farrokhzad-1/+1
2019-02-03submodule: update rls from c9d25b667a to f331ff7Hirokazu Hata-0/+0
2019-02-03Auto merge of #58079 - ljedrz:HirIdification_phase_1, r=Zoxcbors-114/+257
2019-02-02Auto merge of #58071 - Centril:adjust-stabilization-order, r=varkorbors-2/+2
2019-02-02liballoc: remove redundant extern crate.Mazdak Farrokhzad-2/+0
2019-02-02hir: add HirId to main Hir nodesljedrz-114/+257
2019-02-02Update visibility of intermediate use items.David Wood-9/+107
2019-02-02liballoc: fix some idiom lints.Mazdak Farrokhzad-87/+90
2019-02-02liballoc: elide &'static.Mazdak Farrokhzad-2/+2
2019-02-02liballoc: elide some lifetimes.Mazdak Farrokhzad-126/+119
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-19/+20
2019-02-02liballoc: prefer imports of borrow from libcore.Mazdak Farrokhzad-14/+13
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-25/+15
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-342/+424
2019-02-02Auto merge of #58047 - SimonSapin:split_ascii_whitespace, r=Centrilbors-8/+6
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-60/+61
2019-02-02liballoc => edition = 2018.Mazdak Farrokhzad-0/+1
2019-02-02fix stabilization order of uniform_paths.Mazdak Farrokhzad-2/+2
2019-02-02Auto merge of #58048 - SimonSapin:error_type_id, r=Centrilbors-3/+1
2019-02-02Auto merge of #58060 - andre-richter:master, r=nagisabors-0/+1
2019-02-01Auto merge of #57937 - denzp:nvptx, r=nagisabors-60/+482
2019-02-01Rename iter::unfold to iter::from_fn and remove explicit stateSimon Sapin-32/+25
2019-02-01targets: aarch64-unknown-none: Add +strict-alignAndre Richter-0/+1
2019-02-01Auto merge of #57978 - varkor:fix-irrefutable-integer-range-match, r=oli-obkbors-7/+21
2019-02-01Fix bug in integer range matchingvarkor-7/+21
2019-02-01Auto merge of #58049 - king6cong:typo, r=oli-obkbors-1/+1
2019-02-01Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkovbors-2/+182
2019-02-01Cleanup unecessary codeAaron Hill-15/+0
2019-02-01Update tests for future-compat warning removalAaron Hill-13/+2
2019-02-01Add future compat lint declarationAaron Hill-5/+0
2019-02-01Remove unnecessary is_local() checkAaron Hill-2/+1
2019-02-01Test allowing individual struct fieldAaron Hill-0/+6
2019-02-01Replace --extern-public with --extern-privateAaron Hill-36/+36
2019-02-01Remove feature from testAaron Hill-1/+0