summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-08-11Fix breakage from previous cherry pickBrian Anderson-1/+0
2015-08-11Stabilize the Duration APISteven Fackler-4/+4
2015-08-10Turn nonzeroing move hints back off by default.Felix S. Klock II-3/+3
2015-08-03Auto merge of #26783 - eddyb:methrec, r=huonwbors-57/+23
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-57/+23
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+6
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-2/+2
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-3/+3
2015-07-30Rollup merge of #26778 - jawline:master, r=pnkfelixManish Goregaokar-8/+8
2015-07-29Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelixSteve Klabnik-2/+1
2015-07-29Modified to add 'found' to error message closes #26485Blake Loring-8/+8
2015-07-29Auto merge of #27260 - alexcrichton:cap-lints, r=nrcbors-1/+28
2015-07-28rustc: Add a --cap-lints flag to the compilerAlex Crichton-1/+28
2015-07-29Replace illegal with invalid in most diagnosticsSimonas Kazlauskas-2/+1
2015-07-28Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddybbors-94/+73
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-94/+73
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-3/+3
2015-07-28rustc and rustc::borrowck: pass fragment info down into trans.Felix S. Klock II-0/+39
2015-07-28debugflag to turn off nonzeroing move hint optimization.Felix S. Klock II-0/+5
2015-07-28Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturonbors-19/+17
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-19/+17
2015-07-27Auto merge of #26876 - liigo:patch-3, r=Gankrobors-0/+3
2015-07-26Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichtonbors-18/+19
2015-07-26Sidestep warning about repeated E0005 `span_err!` invocation.mitaa-12/+19
2015-07-26Remove `ast::LocalSource` with only one used variantmitaa-7/+1
2015-07-25Address tidyJared Roesch-7/+11
2015-07-25Rework cross crate error messagesJared Roesch-12/+44
2015-07-25Fix error message spansJared Roesch-30/+35
2015-07-25Correctly subst defaults with the in-scope substsJared Roesch-20/+30
2015-07-25Rebase fixesJared Roesch-10/+10
2015-07-25Refactor the default type parameter algorithmJared Roesch-22/+62
2015-07-25Fix bug with defaults not being restoredJared Roesch-10/+13
2015-07-25Remove defaults table and attach defaults directly to tyvarsJared Roesch-26/+73
2015-07-25Fix tidyJared Roesch-3/+4
2015-07-25Implement Default TyParam fallbackJared Roesch-6/+92
2015-07-25Auto merge of #27258 - nikomatsakis:issue-26952, r=eddybbors-31/+47
2015-07-25Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelixbors-3/+23
2015-07-24Add static_recursion feature gate.Eli Friedman-4/+26
2015-07-24Allow recursive static variables.Eli Friedman-3/+1
2015-07-25Auto merge of #26963 - Manishearth:improve-diag, r=steveklabnikbors-31/+712
2015-07-24Auto merge of #27265 - steveklabnik:rollup, r=steveklabnikbors-0/+3
2015-07-24Rollup merge of #27244 - Detegr:master, r=eddybSteve Klabnik-0/+3
2015-07-25Address commentsManish Goregaokar-20/+28
2015-07-25Add long diagnostic for E0276Manish Goregaokar-1/+22
2015-07-25Add long diagnostic explanation for E0275Manish Goregaokar-1/+23
2015-07-25Add long diagnostics for E0272-274 (on_unimplemented)Manish Goregaokar-4/+77
2015-07-25Add E0270Manish Goregaokar-17/+87
2015-07-24Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrcbors-191/+324
2015-07-24Correct regression in type-inference caused by failing to reconfirm thatNiko Matsakis-31/+47
2015-07-24Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakisbors-10/+46