about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-03Auto merge of #58079 - ljedrz:HirIdification_phase_1, r=Zoxcbors-114/+257
2019-02-03Improve file list displayGuillaume Gomez-2/+3
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-02rustfmt the testRalf Jung-30/+62
2019-02-02pre_exec: expand docsRalf Jung-6/+8
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-19/+20
2019-02-02deprecate things a bit slowerRalf Jung-2/+2
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-01fix the build errorsLokathor-3/+6
2019-02-01const-int-wrapping.rs += wrapping_negLokathor-2/+5
2019-02-01const-int-overflowing.rs += overflowing_negLokathor-0/+6
2019-02-01Simplify the overflowing_neg expressionLokathor-1/+1
2019-02-02Test alloca with #[repr(align(x))] on enumNiklas Fiekas-0/+36
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-01update testRalf Jung-13/+13
2019-02-01also replace before_exec by pre_exec on redoxRalf Jung-6/+26
2019-02-01deprecate before_exec in favor of unsafe pre_execRalf Jung-4/+24
2019-02-01Auto merge of #58049 - king6cong:typo, r=oli-obkbors-1/+1
2019-02-01add regression test for #57979Niko Matsakis-0/+42
2019-02-01don't try to get a DefId for a Def that doesn't have oneQuietMisdreavus-6/+18
2019-02-01Make the existential type errors a little bit more helpfulOliver Scherer-12/+32
2019-02-01Test more related casesOliver Scherer-0/+9
2019-02-01Restrict concrete types to equivalent typesOliver Scherer-33/+264
2019-02-01Generic type parameters are flexible even for existential typesOliver Scherer-87/+32
2019-02-01Test aller thingsOliver Scherer-0/+34
2019-02-01Test all the thingsOliver Scherer-24/+87
2019-02-01Be more permissive with required bounds on existential typesOliver Scherer-6/+8
2019-02-01Add FIXMEOliver Scherer-0/+2
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