about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-55/+53
2017-10-29Auto merge of #45611 - Manishearth:lint-generics, r=petrochenkovbors-10/+40
2017-10-29Update clippyManish Goregaokar-9/+13
2017-10-29Auto merge of #45295 - Technius:docs/process, r=steveklabnikbors-11/+72
2017-10-28Add no_run to process examples involving unix commandsBryan Tan-2/+2
2017-10-29Auto merge of #45554 - integer32llc:update-book, r=steveklabnikbors-0/+0
2017-10-28Update the book for a fix to the print buttonCarol (Nichols || Goulding)-0/+0
2017-10-28Auto merge of #45580 - kennytm:sdkmanager, r=alexcrichtonbors-52/+97
2017-10-29ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager.kennytm-52/+97
2017-10-28Add generics field to LateContextManish Goregaokar-1/+27
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