about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-02-10Only SwitchInt over integers, not all constsSimonas Kazlauskas-101/+154
2017-02-10SwitchInt over SwitchSimonas Kazlauskas-130/+105
2017-02-10AdtDef now contains discr_ty same as layoutedSimonas Kazlauskas-23/+72
2017-02-10Move type of discriminant to AdtDefSimonas Kazlauskas-122/+105
2017-02-10If is now always a SwitchInt in MIRSimonas Kazlauskas-102/+76
2017-02-10Add Rvalue::Discriminant to retrieve discriminantSimonas Kazlauskas-12/+60
2017-02-10Auto merge of #39708 - jethrogb:patch-4, r=frewsxcvbors-14/+30
2017-02-09Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturnerCorey Farwell-52/+13
2017-02-09Rollup merge of #39705 - tspiteri:name-trait-fn-params, r=aturonCorey Farwell-22/+22
2017-02-09Rollup merge of #39700 - msopena:master, r=est31Corey Farwell-1/+18
2017-02-09Rollup merge of #39693 - durka:patch-36, r=petrochenkovCorey Farwell-0/+1
2017-02-09Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrcCorey Farwell-3/+42
2017-02-09Rollup merge of #39587 - Keruspe:master, r=alexcrichtonCorey Farwell-0/+5
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-52/+13
2017-02-09Update set operations documentationJethro Beekman-14/+30
2017-02-09Auto merge of #39694 - frewsxcv:rollup, r=frewsxcvbors-32/+125
2017-02-09name anonymous fn parameters in libcore traitsTrevor Spiteri-22/+22
2017-02-09Adding compile fail test for const_indexing featureMario-1/+18
2017-02-09Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=blussCorey Farwell-1/+9
2017-02-09Rollup merge of #39682 - solson:fix-unaligned-read, r=eddybCorey Farwell-15/+46
2017-02-09Rollup merge of #39678 - vadimcn:top-level-expn, r=michaelwoeristerCorey Farwell-1/+51
2017-02-09Rollup merge of #39619 - michaelwoerister:rename-crate-metadata, r=alexcrichtonCorey Farwell-12/+19
2017-02-09Rollup merge of #39604 - est31:i128_tests, r=alexcrichtonCorey Farwell-3/+0
2017-02-09Auto merge of #38109 - tromey:main-subprogram, r=michaelwoeristerbors-1/+74
2017-02-09driver: restore partially deleted commentAlex Burka-0/+1
2017-02-09Auto merge of #39686 - frewsxcv:rollup, r=frewsxcvbors-186/+278
2017-02-09Rollup merge of #39647 - japaric:sparc, r=alexcrichtonCorey Farwell-1/+6
2017-02-09Rollup merge of #39615 - phungleson:corefloat, r=alexcrichtonCorey Farwell-90/+123
2017-02-09Rollup merge of #39602 - estebank:fix-39544, r=eddybCorey Farwell-1/+33
2017-02-09Rollup merge of #39601 - dumbbell:update-liblibc-to-include-aarch64-unknown-f...Corey Farwell-0/+0
2017-02-09Rollup merge of #39595 - camlorn:structured_repr, r=eddybCorey Farwell-94/+116
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-34/+3
2017-02-09Fix unaligned load in librustc_metadata::index.Scott Olson-1/+9
2017-02-09Fix indentation in test.Scott Olson-14/+14
2017-02-09Avoid unsafe unaligned loads in test.Scott Olson-1/+32
2017-02-09Merge branch 'master' of git://github.com/rust-lang/rustMarc-Antoine Perennou-3002/+7859
2017-02-09Auto merge of #39586 - arielb1:packed-values, r=eddybbors-267/+388
2017-02-08Exclude top-level macro expansions from source location override.Vadim Chugunov-1/+51
2017-02-08Rollup merge of #39671 - alexcrichton:change-order, r=brsonCorey Farwell-10/+10
2017-02-08Rollup merge of #39653 - JanZerebecki:test-issue-27433, r=alexcrichtonCorey Farwell-0/+15
2017-02-08Rollup merge of #39649 - GuillaumeGomez:join_paths-url, r=frewsxcvCorey Farwell-4/+8
2017-02-08Rollup merge of #39599 - alexcrichton:cargo-tarball-name, r=brsonCorey Farwell-0/+2
2017-02-08Rollup merge of #39598 - alexcrichton:cargo-branch, r=brsonCorey Farwell-3/+1
2017-02-08Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichtonCorey Farwell-11/+67
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-6/+763
2017-02-08Rollup merge of #37928 - chriskrycho:document-rfc-1623, r=steveklabnikCorey Farwell-9/+60
2017-02-08sanitizer-dylib: only run where std for x86_64-linux is availableJorge Aparicio-1/+5
2017-02-09Fix ICE when parsing token trees after an error.Jeffrey Seyfried-3/+42
2017-02-08travis: Fix build order of dist-x86-linuxAlex Crichton-10/+10
2017-02-08fix the sanitizer-dylib test on non x86_64 linux hostsJorge Aparicio-1/+1