about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-06Rename fs::read_utf8 to read_stringSimon Sapin-4/+4
2017-12-06compiletest: account for `ui` reference files when deciding to skipNiko Matsakis-8/+40
2017-12-06runtest: rustfmtNiko Matsakis-754/+1136
2017-12-06Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakisbors-141/+453
2017-12-06and refactor to just move the checkingAgustin Chiappe Berrini-39/+100
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-05Add field `is_import` to `def::Export`.Jeffrey Seyfried-9/+22
2017-12-05Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...Jeffrey Seyfried-25/+126
2017-12-06Stabilize abi_sysv64CensoredUsername-30/+4
2017-12-06work around weird match arm lifetimesAriel Ben-Yehuda-3/+24
2017-12-05Format function interface fingerprint hash testsJeff Crocker-56/+70
2017-12-05Update 'while loop' fingerprint hash testsJeff Crocker-54/+36
2017-12-05Update 'while let loop' fingerprint hash testsJeff Crocker-54/+36
2017-12-06more commentsAriel Ben-Yehuda-8/+13
2017-12-05Update loop expression fingerprint hash testsJeff Crocker-48/+32
2017-12-05rustc_trans: don't write discriminants for uninhabited variantsSimon Sapin-7/+42
2017-12-05Update inline asm fingerprint hash testsJeff Crocker-36/+24
2017-12-06convert errors to warningsAriel Ben-Yehuda-4/+4
2017-12-05Update function interface fingerprint hash testsJeff Crocker-108/+108
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-05Update for loop fingerprint hash testsJeff Crocker-66/+44
2017-12-05Update closure expression fingerprint hash testsJeff Crocker-36/+24
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