about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-24Restrict the Termination impls to simplify stabilizationScott McMurray-8/+23
2018-02-251.25.0 -> 1.26.-Manish Goregaokar-2/+2
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-3/+3
2018-02-24ignore-pretty on dyn trait testManish Goregaokar-0/+2
2018-02-24ignore-pretty for the macro-comma-support testMichael Lamparski-0/+2
2018-02-25Fix find_width_of_character_at_span bounds checkRyan Cumming-8/+11
2018-02-24Rollup merge of #48503 - petrochenkov:nort, r=Mark-SimulacrumManish Goregaokar-3/+3
2018-02-24Rollup merge of #48499 - dwijnand:patch-1, r=BurntSushiManish Goregaokar-1/+1
2018-02-24Rollup merge of #48490 - petrochenkov:orpat, r=eddybManish Goregaokar-128/+231
2018-02-24Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkovManish Goregaokar-10/+11
2018-02-24Rollup merge of #48452 - varkor:unpacked-kind, r=eddybManish Goregaokar-153/+173
2018-02-24Rollup merge of #48448 - nikomatsakis:default-binding-mode-issue-46688, r=cra...Manish Goregaokar-0/+38
2018-02-24Rollup merge of #48441 - petrochenkov:exty, r=estebankManish Goregaokar-2/+8
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-3/+52
2018-02-24Rollup merge of #48404 - steveklabnik:second-edition-is-the-best-edition, r=Q...Manish Goregaokar-0/+0
2018-02-24Rollup merge of #48392 - estebank:string, r=petrochenkovManish Goregaokar-27/+61
2018-02-24Rollup merge of #48386 - withoutboats:nonstandard-style, r=ManishearthManish Goregaokar-0/+109
2018-02-24Rollup merge of #48296 - ishitatsuyuki:exp-unblow, r=nikomatsakisManish Goregaokar-151/+133
2018-02-24Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakisManish Goregaokar-61/+54
2018-02-24Rollup merge of #48110 - Centril:stabilize/box_leak, r=alexcrichtonManish Goregaokar-6/+1
2018-02-24Rollup merge of #47689 - davidtwco:issue-45157, r=nikomatsakisManish Goregaokar-0/+63
2018-02-24corrected grammar errorsChristian Poveda-4/+4
2018-02-24added link to sync containersChristian Poveda-1/+2
2018-02-24Added error-format flag to x.py.penpalperson-0/+13
2018-02-24Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddybManish Goregaokar-414/+416
2018-02-24Rollup merge of #48402 - eddyb:y-u-no-inline, r=nikomatsakisManish Goregaokar-0/+9
2018-02-24Rollup merge of #48356 - estebank:unsafe-without-braces, r=nikomatsakisManish Goregaokar-0/+28
2018-02-24Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddybManish Goregaokar-90/+204
2018-02-24Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebankManish Goregaokar-2/+44
2018-02-24Rollup merge of #48258 - nrc:save-proc-nested, r=eddybManish Goregaokar-12/+14
2018-02-24Rollup merge of #48246 - estebank:ice, r=nikomatsakisManish Goregaokar-3/+48
2018-02-24Rollup merge of #48232 - fpoli:master, r=pnkfelixManish Goregaokar-3/+6
2018-02-24Rollup merge of #48206 - michaelwoerister:colors-array, r=nikomatsakisManish Goregaokar-47/+112
2018-02-24Rollup merge of #48185 - michaelwoerister:recursive-cache-decoding, r=nikomat...Manish Goregaokar-15/+19
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-147/+300
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-89/+295
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-401/+111
2018-02-24Slight modification to the as_ref example of std::option::OptionPhlosioneer-2/+2
2018-02-24Add new warning for CStr::from_ptrGuillaume Gomez-0/+2
2018-02-24Clarify "It is an error to..." wording for zero-duration behaviors.Corey Farwell-14/+134
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-3/+3
2018-02-24Fix capitalisation in Path#file_name's docsDale Wijnand-1/+1
2018-02-23Workaround abort(2) on compilation error on FreeBSD.Bryan Drewery-0/+1
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-2/+32
2018-02-24test: Fix s390x-unknown-linux-gnu atomic-lock-free test not run for systemzJohn Paul Adrian Glaubitz-0/+2
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-128/+231
2018-02-24bootstrap: Add openssl configuration for x86_64-unknown-linux-gnux32John Paul Adrian Glaubitz-0/+1
2018-02-23Handle gdb command failure gracefully in compiletestvarkor-11/+6
2018-02-23Bad tags are unreachablevarkor-8/+7
2018-02-23Add testManish Goregaokar-5/+2