summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-06-28Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfacklerbors-61/+86
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-206/+178
2017-06-28Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichtonbors-238/+194
2017-06-28Add links to the `ErrorKind` variants in errors of `open`Tobias Bucher-11/+16
2017-06-28Fix link referenceAndreas Sommer-1/+1
2017-06-28Auto merge of #42931 - arielb1:statement-visitor, r=eddybbors-2/+18
2017-06-28re-add the call to `super_statement` in EraseRegionsAriel Ben-Yehuda-2/+18
2017-06-28Auto merge of #42709 - stepancheg:discriminant-hash, r=jseyfriedbors-10/+20
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-46/+40
2017-06-27Use a little more compelling example of `for_each`Josh Stone-6/+7
2017-06-27Review commentsEsteban Küber-6/+24
2017-06-28Update RLS submoduleNick Cameron-40/+20
2017-06-27syntax: allow negative integer literal expression to be interpolated as patternAlex Burka-8/+103
2017-06-27Rebase LLVM on top of LLVM 4.0.1Ariel Ben-Yehuda-1/+1
2017-06-27tests: work around fallout from normalizing signatures separately.Eduard-Mihai Burtescu-0/+10
2017-06-27rustc_typeck: support functions in variance computation.Eduard-Mihai Burtescu-505/+317
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-354/+427
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-26/+29
2017-06-27Document possible `io::ErrorKind`s of `fs::open`Tobias Bucher-9/+25
2017-06-27address tidy error & commentAndre Bogus-4/+3
2017-06-26Rollup merge of #42917 - kennytm:gdb-fatal-proc-rec, r=Mark-SimulacrumCorey Farwell-1/+1
2017-06-26Rollup merge of #42905 - casey:casey-utf8-null-doc, r=steveklabnikCorey Farwell-1/+1
2017-06-26Rollup merge of #42874 - zackmdavis:overzealous_by_outer_forbid, r=nikomatsakisCorey Farwell-17/+73
2017-06-26Rollup merge of #42871 - llogiq:for_lowering_vs_clippy, r=arielb1Corey Farwell-6/+6
2017-06-26Rollup merge of #42519 - GuillaumeGomez:create-more-error-codes, r=QuietMisdr...Corey Farwell-111/+255
2017-06-26[libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum typesBehnam Esfahbod-4/+6
2017-06-26make lint on-by-default/implied-by messages appear only onceZack M. Davis-41/+63
2017-06-27compiletest: show details if GDB failed to execute.kennytm-1/+1
2017-06-26Update CargoMark Simulacrum-47/+62
2017-06-26Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomezbors-1/+28
2017-06-26Move thread_rng() outside the loopStjepan Glavina-1/+2
2017-06-26Update and fix a few testsAlex Crichton-8/+8
2017-06-26Revert a few changesAlex Crichton-56/+19
2017-06-26Update UI test with proc_macro changesAlex Crichton-0/+3
2017-06-26Fix a semantic merge conflictAlex Crichton-1/+1
2017-06-26Address review comments.Jeffrey Seyfried-110/+172
2017-06-26Test compound tokens.Jeffrey Seyfried-0/+56
2017-06-26Add exmaple/test for `quote!` hygiene.Jeffrey Seyfried-0/+82
2017-06-26Add `LazyTokenStream`.Jeffrey Seyfried-89/+151
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-577/+1085
2017-06-26Clean up `tokenstream::Cursor` and `proc_macro`.Jeffrey Seyfried-44/+38
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-172/+160
2017-06-25Reword OsStr docs to clarify that utf8 may contain nullsCasey Rodarmor-1/+1
2017-06-25std: Fix implementation of `Alloc::alloc_one`Alex Crichton-1/+28
2017-06-25Stop disabling fill in jemallocSteven Fackler-2/+0
2017-06-25Auto merge of #42865 - ollie27:rustdoc_assoc_consts, r=GuillaumeGomezbors-43/+108
2017-06-25only show allowed failure count if there are allowed failuresPaul Woolcock-3/+13
2017-06-25fixed some clippy warnings in compiletestAndre Bogus-93/+79
2017-06-25Add reference linkGuillaume Gomez-0/+12
2017-06-24Don't naively point to return type on type errorEsteban Küber-67/+3