]> git.lizzy.rs Git - rust.git/history - src/librustc_incremental
Remove invalid compile-fail tests related to `!`
[rust.git] / src / librustc_incremental /
2016-08-12 borsAuto merge of #35431 - GuillaumeGomez:err_codes, r...
2016-08-12 borsAuto merge of #34811 - DanielJCampbell:Expander, r...
2016-08-11 Jonathan TurnerRollup merge of #35565 - wdv4758h:E0133, r=jonathandturner
2016-08-11 Jonathan TurnerRollup merge of #35562 - birkenfeld:as-mut-doc, r=steve...
2016-08-11 Jonathan TurnerRollup merge of #35557 - Limeth:master, r=jonathandturner
2016-08-11 Jonathan TurnerRollup merge of #35555 - circuitfox:E0128-update-error...
2016-08-11 Jonathan TurnerRollup merge of #35554 - murarth:insert-str-issue,...
2016-08-11 Jonathan TurnerRollup merge of #35552 - theypsilon:master, r=jonathand...
2016-08-11 Jonathan TurnerRollup merge of #35541 - hank-der-hafenarbeiter:E0045...
2016-08-11 Jonathan TurnerRollup merge of #35537 - munyari:e0038, r=jonathandturner
2016-08-11 Jonathan TurnerRollup merge of #35536 - hank-der-hafenarbeiter:E0433...
2016-08-11 Jonathan TurnerRollup merge of #35532 - KiChjang:e0004-follow-up,...
2016-08-11 Jonathan TurnerRollup merge of #35530 - srdja:master, r=jonathandturner
2016-08-11 Jonathan TurnerRollup merge of #35528 - Vassah:master, r=jonathandturner
2016-08-11 Jonathan TurnerRollup merge of #35505 - futile:test_29053, r=nikomatsakis
2016-08-11 Jonathan TurnerRollup merge of #35486 - KiChjang:e0081-bonus, r=jonath...
2016-08-11 Jonathan TurnerRollup merge of #35482 - frewsxcv:patch-31, r=Guillaume...
2016-08-11 Jonathan TurnerRollup merge of #35448 - srinivasreddy:rf_compiletest...
2016-08-11 Jonathan TurnerRollup merge of #35445 - pcn:update-E0017-to-new-format...
2016-08-11 Jonathan TurnerRollup merge of #35358 - vadimcn:vscode, r=steveklabnik
2016-08-11 Jonathan TurnerRollup merge of #35279 - cengizIO:master, r=brson
2016-08-11 borsAuto merge of #35403 - scottcarr:lvalue_refactor, r...
2016-08-11 borsAuto merge of #34845 - bitshifter:issue-30961, r=alexcr...
2016-08-10 borsAuto merge of #35489 - sanxiyn:target-list, r=alexcrichton
2016-08-10 borsAuto merge of #35525 - jonathandturner:rollup, r=jonath...
2016-08-10 borsAuto merge of #35405 - futile:tests_warn_timeout, r...
2016-08-10 borsAuto merge of #35079 - nikomatsakis:incr-comp-ich-32753...
2016-08-10 Niko Matsakispacify the merciless tidy
2016-08-10 Niko Matsakisincorporate resolve results into hashing
2016-08-10 Niko Matsakispromote svh calculation into its own directory
2016-08-10 Niko Matsakisstop hashing nested items, and add a test
2016-08-10 Niko Matsakismake it possible to test if HIR is dirty
2016-08-09 borsAuto merge of #35401 - jonathandturner:enable_json_and_...
2016-08-09 borsAuto merge of #35166 - nikomatsakis:incr-comp-ice-34991...
2016-08-09 Niko Matsakisfix license
2016-08-09 Niko Matsakispacify the mercilous tidy
2016-08-09 Niko Matsakisaddress comments from mw
2016-08-09 Niko Matsakisuse preds to serialize just what we need
2016-08-09 Niko Matsakisadd a `deterministic_hash` method to `DefPath`
2016-08-09 Niko Matsakismake DepNode PartialOrd
2016-08-09 Niko Matsakisisolate predecessor computation
2016-08-09 borsAuto merge of #34762 - creativcoder:slice-ext, r=alexcr...
2016-08-08 Niko Matsakisrename KrateInfo to CrateInfo
2016-08-06 Eduard-Mihai BurtescuRollup merge of #35281 - apasel422:repr, r=GuillaumeGomez
2016-08-06 Eduard-Mihai BurtescuRollup merge of #34916 - tbu-:pr_comment_on_seek_cast...
2016-08-06 Cameron HartMerge branch 'master' into issue-30961
2016-08-05 Guillaume GomezRollup merge of #35109 - GuillaumeGomez:io_docs, r...
2016-08-05 Guillaume GomezRollup merge of #35076 - GuillaumeGomez:file_type_docs...
2016-08-05 Guillaume GomezRollup merge of #35042 - Havvy:copy_error_doc, r=Guilla...
2016-08-05 Niko Matsakisrustfmt save.rs
2016-08-04 borsAuto merge of #35168 - scottcarr:deaggregation, r=nikom...
2016-08-04 borsAuto merge of #34520 - Manishearth:fix-unsafecell-docs...
2016-08-03 Niko Matsakisskip assert-dep-graph unless unit testing
2016-08-02 Niko Matsakisimprove log when something no longer exists
2016-08-02 Niko Matsakisreplace graph rewriting with detecting inlined ids
2016-08-02 Niko Matsakismake metadata hashes determinstic
2016-08-02 Niko Matsakiswatch out for krate numbers being reassigned
2016-08-02 Niko Matsakisremap Hir(InlinedDefId) to MetaData(OriginalDefId)
2016-08-02 borsAuto merge of #35084 - tbu-:pr_lowercase_wtf8_debug...
2016-08-02 borsAuto merge of #35054 - pwoolcoc:stringfromchars, r...
2016-08-02 borsAuto merge of #35018 - cgswords:rope_tstream, r=nrc
2016-08-01 Niko Matsakishash foreign items too
2016-08-01 Seo SanghyeonRollup merge of #35141 - eddyb:assert-mir-debug, r...
2016-08-01 Seo SanghyeonRollup merge of #35140 - the-kenny:tcp-stress-test...
2016-08-01 Seo SanghyeonRollup merge of #35085 - dns2utf8:git_clone_depth,...
2016-08-01 Seo SanghyeonRollup merge of #35033 - jakllsch:remaining_cpu_x86...
2016-08-01 borsAuto merge of #34743 - badboy:llvm-upgrade, r=eddyb
2016-08-01 borsAuto merge of #35130 - sanxiyn:unused-type-parameter...
2016-07-31 borsAuto merge of #34986 - nikomatsakis:issue-34349, r...
2016-07-31 borsAuto merge of #35129 - tmiasko:suggest-print-target...
2016-07-31 borsAuto merge of #35004 - asomers:master, r=alexcrichton
2016-07-30 borsAuto merge of #34904 - petrochenkov:rustcall, r=nikomat...
2016-07-30 borsAuto merge of #35069 - wesleywiser:too_many_symbols...
2016-07-30 borsAuto merge of #35117 - aravind-pg:path, r=alexcrichton
2016-07-30 borsAuto merge of #35127 - Manishearth:rollup, r=Manishearth
2016-07-30 Manish GoregaokarRollup merge of #35106 - xen0n:issue-35082, r=alexcrichton
2016-07-30 Manish GoregaokarRollup merge of #35104 - frewsxcv:linked-list-append...
2016-07-30 Manish GoregaokarRollup merge of #35094 - mcarton:multispan, r=jonathand...
2016-07-30 Manish GoregaokarRollup merge of #35090 - michaelwoerister:get-rid-of...
2016-07-30 Manish GoregaokarRollup merge of #35080 - jonathandturner:fix_numeric_ex...
2016-07-30 Manish GoregaokarRollup merge of #35063 - jseyfried:avoid_importing_inac...
2016-07-30 Manish GoregaokarRollup merge of #35058 - jethrogb:no_panic_abs, r=alexc...
2016-07-30 Manish GoregaokarRollup merge of #35049 - knight42:add-test, r=alexcrichton
2016-07-30 borsAuto merge of #35051 - japaric:backtrace, r=alexcrichton
2016-07-30 borsAuto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton
2016-07-29 borsAuto merge of #34842 - cgswords:attr_enc, r=nrc
2016-07-29 Guillaume GomezRollup merge of #35087 - GuillaumeGomez:fs_docs, r...
2016-07-29 Guillaume GomezRollup merge of #35072 - munyari:assert_debug, r=stevek...
2016-07-29 Guillaume GomezRollup merge of #35066 - vadimcn:fix-typos, r=apasel422
2016-07-29 Guillaume GomezRollup merge of #35062 - frewsxcv:chars-as-str, r=Guill...
2016-07-29 Guillaume GomezRollup merge of #35050 - knight42:improve-fmt-doc,...
2016-07-29 Guillaume GomezRollup merge of #34258 - durka:patch-25, r=steveklabnik
2016-07-29 Michael Woeristerintravisit: Fold functionality of IdVisitor into the...
2016-07-29 borsAuto merge of #34980 - cardoe:expose-target-options...
2016-07-29 borsAuto merge of #34967 - TimNN:mipsel-musl-soft-float...
2016-07-28 borsAuto merge of #34956 - nikomatsakis:incr-comp-o-files...
2016-07-28 Niko Matsakismake it possible to track where hash diverges
2016-07-28 Niko Matsakishash def-path's better
2016-07-28 Niko MatsakisKeep multiple files per work-product
2016-07-28 Niko MatsakisAddress mw nits
next