about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-07Auto merge of #46528 - CensoredUsername:stabilize_abi_sysv64, r=arielb1bors-30/+4
2017-12-06Auto merge of #46524 - eddyb:static-static, r=arielb1bors-7/+18
2017-12-07rustc_mir: promote references of statics from other statics.Eduard-Mihai Burtescu-7/+18
2017-12-06Auto merge of #45953 - estebank:tab-4, r=nikomatsakisbors-17/+37
2017-12-06Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakisbors-176/+608
2017-12-06Rollup merge of #46512 - Havvy:doc-compile_fail, r=kennytmCorey Farwell-4/+29
2017-12-06Rollup merge of #46502 - GuillaumeGomez:improve-search-style, r=QuietMisdreavusCorey Farwell-1/+10
2017-12-06Rollup merge of #46483 - frewsxcv:frewsxcv-ptr-swap, r=BurntSushiCorey Farwell-2/+40
2017-12-06Rollup merge of #46431 - steveklabnik:gh42725, r=QuietMisdreavusCorey Farwell-4/+4
2017-12-06Rollup merge of #46378 - udoprog:benches-rand, r=kennytmCorey Farwell-2/+2
2017-12-06Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakisCorey Farwell-1/+1
2017-12-06Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakisbors-141/+453
2017-12-06Auto merge of #46521 - SimonSapin:uninhabited-variants, r=eddybbors-7/+42
2017-12-06Auto merge of #46530 - nrc:rls-update, r=alexcrichtonbors-157/+171
2017-12-06Update CargoNick Cameron-66/+4
2017-12-06Update rls and rustfmtNick Cameron-153/+229
2017-12-06Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavusbors-6/+6
2017-12-06Stabilize abi_sysv64CensoredUsername-30/+4
2017-12-06work around weird match arm lifetimesAriel Ben-Yehuda-3/+24
2017-12-06more commentsAriel Ben-Yehuda-8/+13
2017-12-05rustc_trans: don't write discriminants for uninhabited variantsSimon Sapin-7/+42
2017-12-06convert errors to warningsAriel Ben-Yehuda-4/+4
2017-12-05Changed tab names to those agreed upon.JRegimbal-6/+6
2017-12-06adjust libcoreAriel Ben-Yehuda-8/+16
2017-12-06fix borrows across loops, libcore *almost* compilesAriel Ben-Yehuda-15/+32
2017-12-06fix handling of immutable variablesAriel Ben-Yehuda-16/+28
2017-12-06handle gen/kill sets togetherAriel Ben-Yehuda-51/+51
2017-12-06fix handling of CallScopeDataAriel Ben-Yehuda-6/+53
2017-12-06improve conflict error reportingAriel Ben-Yehuda-11/+21
2017-12-06fix handling of consts in borrow-checkingAriel Ben-Yehuda-12/+15
2017-12-06MIR borrowck: avoid formatting state when it is not neededAriel Ben-Yehuda-8/+8
2017-12-06MIR borrowck: implement union-and-array-compatible semanticsAriel Ben-Yehuda-59/+368
2017-12-05compile_error example blurbsHavvy-0/+5
2017-12-05Auto merge of #46514 - zackmdavis:sticking_it_to_the_man, r=alexcrichtonbors-6/+35
2017-12-05Auto merge of #46498 - malbarbo:dist-armv5te, r=alexcrichtonbors-1/+7
2017-12-05Mention the name of ? in Result's docssteveklabnik-4/+4
2017-12-05add a comment and assertion explaining everythingAriel Ben-Yehuda-1/+93
2017-12-05improve error reportingAriel Ben-Yehuda-4/+3
2017-12-05convert the new conflicts to a soft errorAriel Ben-Yehuda-65/+207
2017-12-05refactor a bitAriel Ben-Yehuda-70/+116
2017-12-05improve treatment of local types in "remote coherence" modeAriel Ben-Yehuda-48/+81
2017-12-05Auto merge of #46492 - eddyb:move-ops, r=arielb1bors-4/+14
2017-12-05rustc_mir: don't move temporaries that are still used later.Eduard-Mihai Burtescu-4/+14
2017-12-05No unused macro warning in compile_error example.Havvy-1/+4
2017-12-05Add armv5te-unknown-linux-gnueabi to cross builderMarco A L Barbosa-1/+7
2017-12-05Auto merge of #46503 - Aaron1011:librustdoc_log, r=Mark-Simulacrumbors-2/+0
2017-12-04template month/year, version into man pages while building dist tarballZack M. Davis-6/+35
2017-12-05Auto merge of #46499 - malbarbo:rename-cross, r=alexcrichtonbors-7/+7
2017-12-04Give compile_error macro examplesHavvy-4/+21
2017-12-04Document behavior of `ptr::swap` with overlapping regions of memory.Corey Farwell-2/+40