about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-30Move issue-42106 test from compile-fail to uiJosh Leeb-du Toit-1/+13
2017-10-30Refactor if block to use idiomatic matchesJosh Leeb-du Toit-14/+10
2017-10-30Refactor matches to use Result::errJosh Leeb-du Toit-11/+4
2017-10-29Add test for fix duplicate display of E0502Josh Leeb-du Toit-0/+16
2017-10-29Fix duplicate display of error E0502Josh Leeb-du Toit-9/+30
2017-10-28Auto merge of #45540 - virgil-palanciuc:master, r=estebankbors-7/+36
2017-10-28fixed tidy errorVirgil Palanciuc-2/+2
2017-10-28implemented code reviewVirgil Palanciuc-18/+24
2017-10-28Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkovbors-28/+44
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-114/+732
2017-10-28Auto merge of #45589 - kennytm:rollup, r=kennytmbors-42/+54
2017-10-28Rollup merge of #45585 - frewsxcv:frewsxcv-diagnostic, r=kennytmkennytm-10/+0
2017-10-28Rollup merge of #45574 - nzig:on_unimplemented_example, r=steveklabnikkennytm-4/+4
2017-10-28Rollup merge of #45549 - steveklabnik:remove-just, r=QuietMisdreavuskennytm-1/+1
2017-10-28Rollup merge of #45535 - topecongiro:bootstrap-exit-code, r=kennytmkennytm-2/+5
2017-10-28Rollup merge of #45505 - spk:use-expect-instead-unwrap, r=kennytmkennytm-1/+6
2017-10-28Rollup merge of #45449 - frewsxcv:frewsxcv-udp-nonblocking, r=sfacklerkennytm-4/+33
2017-10-28Rollup merge of #45421 - QuietMisdreavus:update-pulldown, r=steveklabnikkennytm-20/+5
2017-10-28Auto merge of #45566 - cuviper:option-checking, r=alexcrichtonbors-4/+14
2017-10-28Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkovbors-4/+55
2017-10-27Remove 'future Rust version' code block in diagnostic text.Corey Farwell-10/+0
2017-10-27Move type_has_metadata to trans_utilsPaul Liétar-15/+17
2017-10-27fix rebasePaul Liétar-0/+1
2017-10-27Undo changes to core::ptrPaul Liétar-9/+7
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-120/+737
2017-10-27Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrumbors-284/+284
2017-10-27Fix tidy error line longer than 100 charsLaurent Arnoud-1/+3
2017-10-27Quit immediately when current directory is invalidLaurent Arnoud-3/+4
2017-10-27Update license exceptions.kennytm-5/+2
2017-10-27Auto merge of #45570 - nrc:manifest-no-rls, r=alexcrichtonbors-26/+37
2017-10-27Auto merge of #45531 - steveklabnik:fix-unstable-book-formatting, r=kennytmbors-12/+12
2017-10-27Fixed rustc_on_unimplemented example in Unstable BookNadav Zingerman-4/+4
2017-10-27Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoeristerbors-17/+94
2017-10-27Don't fail to build a manifest if a tarball is missingNick Cameron-26/+37
2017-10-27Auto merge of #45524 - alexcrichton:improve-park-unpark, r=dtolnaybors-15/+72
2017-10-27Return 0 when ./x.py has no subcommandtopecongiro-2/+5
2017-10-26config.toml: Add stubs for recognized-but-unused install pathsJosh Stone-0/+5
2017-10-26configure.py: fix --disable-option-checkingJosh Stone-4/+9
2017-10-26Auto merge of #45523 - alexcrichton:improve-libbacktrace, r=sfacklerbors-1/+1
2017-10-26Switch several crate-wide queries to use eval_alwaysWesley Wiser-10/+8
2017-10-26Handle eval_always queries in force()Wesley Wiser-4/+11
2017-10-26Allow declaring a DepNode as eval_alwaysWesley Wiser-0/+18
2017-10-26[incremental] Add support for eval always queriesWesley Wiser-3/+57
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-279/+282
2017-10-26Auto merge of #45522 - michaelwoerister:fix-stable-hasher-cross, r=arielb1bors-24/+16
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-154/+83
2017-10-26relax restriction - allow errors to be emmitted within macro spans, as long a...Virgil Palanciuc-9/+8
2017-10-26Use expect for current_dir on librustc/session modLaurent Arnoud-1/+3
2017-10-26Auto merge of #45380 - dotdash:arg_copies, r=arielb1bors-122/+145
2017-10-26Improve docs for UdpSocket::set_nonblocking.Corey Farwell-4/+33