about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-06-17Make the `next` variable mutable to allow for ref mut in for patterns.John Kåre Alsaker-7/+22
2017-06-15remove trailing whitespaceNiko Matsakis-1/+1
2017-06-15Create for-loop-unconstrained-element-type-i32-fallback.rsNiko Matsakis-0/+4
2017-06-15document purpose of testNiko Matsakis-0/+5
2017-06-15explain purpose of testNiko Matsakis-0/+6
2017-06-15Added more testsJohn Kåre Alsaker-1/+30
2017-06-14Fix test formattingJohn Kåre Alsaker-4/+14
2017-06-14Fix formatting and add a test for destruction order of unbound valuesJohn Kåre Alsaker-4/+39
2017-06-13Change the for-loop desugar so the `break` does not affect type inference. Fi...John Kåre Alsaker-12/+31
2017-06-12Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakisbors-785/+1007
2017-06-12Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomezbors-20/+20
2017-06-12Add some documentation to the dep_node module.Michael Woerister-0/+52
2017-06-12Auto merge of #42419 - ucarion:ucarion-explain-rc-arc-abbrev, r=frewsxcvbors-3/+6
2017-06-11Auto merge of #42585 - GuillaumeGomez:E0609, r=Susurrusbors-32/+154
2017-06-12Add E0610Guillaume Gomez-31/+98
2017-06-11Auto merge of #42155 - seanmonstar:unimplemented, r=sfacklerbors-1/+2
2017-06-11Add E0609Guillaume Gomez-9/+64
2017-06-11Auto merge of #40454 - djzin:fast-swap, r=sfacklerbors-13/+54
2017-06-11Auto merge of #42569 - birkenfeld:patch-2, r=frewsxcvbors-6/+3
2017-06-10Auto merge of #42580 - tommyip:import-error, r=petrochenkovbors-4/+15
2017-06-10Auto merge of #42563 - eddyb:infer, r=nikomatsakisbors-625/+440
2017-06-10rustc: make the comon case of tcx.infer_ctxt(()) nicer.Eduard-Mihai Burtescu-112/+102
2017-06-10rustc: make InferCtxt optional in MemCategorizationContext.Eduard-Mihai Burtescu-91/+105
2017-06-10Only emit one error for `use foo::self;`Tommy Ip-4/+15
2017-06-10rustc: do not depend on infcx.tables in MemCategorizationContext.Eduard-Mihai Burtescu-240/+146
2017-06-10Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushibors-3/+96
2017-06-10Auto merge of #42533 - Mark-Simulacrum:macro-parse-speed-small, r=jseyfriedbors-28/+35
2017-06-09Auto merge of #42573 - frewsxcv:rollup, r=frewsxcvbors-16/+21
2017-06-09Rollup merge of #42551 - tshepang:better-cell-replace-docs, r=steveklabnikCorey Farwell-5/+5
2017-06-09Rollup merge of #42531 - mmatyas:aarch64_compile-test_fix, r=nagisaCorey Farwell-0/+1
2017-06-09Rollup merge of #42385 - Manishearth:its-a-vec, r=steveklabnikCorey Farwell-1/+1
2017-06-09Rollup merge of #42307 - clarcharr:js-license, r=frewsxcvCorey Farwell-10/+14
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-20/+20
2017-06-09Simplify FromIterator example of ResultGeorg Brandl-6/+3
2017-06-09Auto merge of #42278 - gentoo90:gdb-pretty-printers, r=michaelwoeristerbors-5/+61
2017-06-09Add compat_str() which works with unicode in both Python 2 and 3gentoo90-1/+6
2017-06-09Pretty-printers tests: gdbr -> gdbgentoo90-4/+4
2017-06-09incr.comp.: Clean up and optimize dep-graph loading.Michael Woerister-89/+116
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-721/+864
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-24/+28
2017-06-09Auto merge of #42521 - alexcrichton:enosys, r=cuviperbors-6/+23
2017-06-09rustc_typeck: do not mutate tables directly during upvar inference.Eduard-Mihai Burtescu-219/+107
2017-06-09rustc: track the current ty::ParamEnv in lint::LateContext.Eduard-Mihai Burtescu-24/+45
2017-06-09rustc: remove redundant krate field from lint::LateContext.Eduard-Mihai Burtescu-4/+0
2017-06-09Auto merge of #42504 - michaelwoerister:hash-dep-nodes-prep, r=nikomatsakisbors-348/+464
2017-06-09hack around bug in emscriptenDjzin-1/+3
2017-06-08Use ctlz_nonzero to improve ASM from next_power_of_twoScott McMurray-1/+16
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-2/+80
2017-06-09Document direct implementations on type aliases.Michael Killough-2/+58
2017-06-08Auto merge of #42491 - RalfJung:bootstrap-help, r=alexcrichtonbors-2/+7