about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-04-20Auto merge of #41191 - seanmonstar:spec-extend-vec-intoiter, r=alexcrichtonbors-8/+41
2017-04-20Rollup merge of #41390 - scottmcm:toowned-clone-into, r=alexcrichtonCorey Farwell-1/+30
2017-04-20Rollup merge of #41378 - eddyb:byval-is-not-like-sret, r=arielb1Corey Farwell-3/+26
2017-04-20Rollup merge of #41377 - nikomatsakis:issue-41298-ICE-inference, r=eddybCorey Farwell-26/+60
2017-04-20Rollup merge of #41369 - cuviper:arm-stage0, r=alexcrichtonCorey Farwell-1/+1
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-18/+80
2017-04-19Rollup merge of #41391 - durka:patch-40, r=petrochenkovCorey Farwell-4/+0
2017-04-19Rollup merge of #41380 - ollie27:stability, r=BurntSushiCorey Farwell-7/+17
2017-04-19Rollup merge of #41374 - steveklabnik:update-mdbook, r=frewsxcvCorey Farwell-4/+4
2017-04-19Rollup merge of #41348 - lukaramu:std-path-docs, r=frewsxcvCorey Farwell-120/+257
2017-04-19Rollup merge of #41295 - frewsxcv:frewsxcxv-unstability, r=steveklabnikCorey Farwell-301/+308
2017-04-19specialize Extend for Vec with IntoIterSean McArthur-8/+41
2017-04-19Remove platform-specific directory separator.Corey Farwell-1/+1
2017-04-19propagate other obligations that were left outNiko Matsakis-22/+40
2017-04-19propagate obligations during overlap checkNiko Matsakis-4/+20
2017-04-19Auto merge of #41354 - alexcrichton:tool-no-debug, r=aturonbors-2/+7
2017-04-19Auto merge of #41325 - eddyb:isolate-snapshots-for-good, r=arielb1bors-206/+190
2017-04-19Auto merge of #41170 - Nashenas88:master, r=alexcrichtonbors-1/+3
2017-04-19remove disclaimer from bootstrap/README.mdAlex Burka-4/+0
2017-04-18Override ToOwned::clone_into for Path and OsStrScott McMurray-1/+30
2017-04-19Auto merge of #41236 - cengizIO:master, r=nikomatsakisbors-284/+221
2017-04-18Bump book and reference.Corey Farwell-0/+0
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-301/+308
2017-04-19rustc_trans: do not treat byval as using up registers.Eduard-Mihai Burtescu-3/+26
2017-04-18Fix a few stability attributesOliver Middleton-7/+17
2017-04-18change note for patternsCengiz Can-4/+4
2017-04-18comment out removed error codesCengiz Can-53/+5
2017-04-18fixes #40013Cengiz Can-273/+258
2017-04-18Rollup merge of #41364 - alexcrichton:less-backtrace-prune, r=petrochenkovCorey Farwell-80/+4
2017-04-18Rollup merge of #41361 - arielb1:move-mir-init, r=pnkfelixCorey Farwell-43/+79
2017-04-18Rollup merge of #41360 - nikomatsakis:incr-comp-issue-40746-visitors, r=eddybCorey Farwell-156/+22
2017-04-18Rollup merge of #41356 - richo:darwin-no-cputype-hack, r=alexcrichtonCorey Farwell-8/+0
2017-04-18Rollup merge of #41353 - redox-os:master, r=alexcrichtonCorey Farwell-9/+18
2017-04-18Rollup merge of #40290 - 3Hren:master, r=aturonCorey Farwell-0/+28
2017-04-18Bump stage0 to fix ARM LLVMJosh Stone-1/+1
2017-04-18update mdbooksteveklabnik-4/+4
2017-04-18std: Back out backtrace pruning logicAlex Crichton-80/+4
2017-04-18Fix typos in std::path's docslukaramu-4/+4
2017-04-18update `dep-graph-struct-signature` test caseNiko Matsakis-11/+0
2017-04-18kill a bunch of one off tasksNiko Matsakis-49/+1
2017-04-18lower `move_val_init` during MIR constructionAriel Ben-Yehuda-30/+76
2017-04-18use Lvalue helper functions in rustc_mir::shimAriel Ben-Yehuda-13/+3
2017-04-18Auto merge of #39271 - est31:add_float_bits, r=BurntSushibors-0/+172
2017-04-18convert calls to `visit_all_item_likes_in_krate`Niko Matsakis-96/+21
2017-04-18Auto merge of #41357 - frewsxcv:rollup, r=frewsxcvbors-469/+452
2017-04-17Rollup merge of #41344 - Diggsey:remove-natvis-nbsp, r=alexcrichtonCorey Farwell-4/+4
2017-04-17Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakisCorey Farwell-448/+431
2017-04-17Rollup merge of #41262 - jonhoo:compiler-barrier-rename, r=alexcrichtonCorey Farwell-17/+17
2017-04-17bootstrap: Don't workaround uname -m on DarwinRicho Healey-8/+0
2017-04-18Auto merge of #41340 - eddyb:demand-assoc-defids, r=nikomatsakisbors-25/+25