summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-19Add regression tests for #23649Corey Farwell-0/+53
2015-06-19Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakisbors-4477/+3525
2015-06-19Add a test for Debug for io::ErrorPeter Atashian-0/+10
2015-06-19Add test for #24227Philip Munksgaard-0/+27
2015-06-19Expand the "givens" set to cover transitive relations. The givens arrayNiko Matsakis-16/+68
2015-06-19Fix docs for column/lineSteve Klabnik-2/+2
2015-06-19address review commentsarielb1-2/+2
2015-06-19Rollup merge of #26427 - GuillaumeGomez:patch-7, r=ManishearthManish Goregaokar-5/+195
2015-06-19Rollup merge of #26414 - alexcrichton:msvc-fix-build, r=brsonManish Goregaokar-1/+6
2015-06-19Rollup merge of #26401 - jooert:fix26360, r=steveklabnikManish Goregaokar-0/+3
2015-06-19Rollup merge of #26388 - frewsxcv:regression-tests-21622, r=alexcrichtonManish Goregaokar-0/+28
2015-06-19Remove error codes from macroGuillaume Gomez-3/+0
2015-06-19Replace "Bad example" by a better sentenceGuillaume Gomez-2/+36
2015-06-19Add E0016 explanationGuillaume Gomez-0/+15
2015-06-19Add Universal Function Call Syntax exampleGuillaume Gomez-3/+25
2015-06-19Add E0034 error explanationGuillaume Gomez-0/+41
2015-06-19Remove unneeded indentationGuillaume Gomez-2/+2
2015-06-19Add E0035 error explanationGuillaume Gomez-0/+34
2015-06-19Good time concordanceGuillaume Gomez-2/+2
2015-06-19Add E0036 error explanationGuillaume Gomez-0/+47
2015-06-18updating installer to fix install issues on bitrigDave Huseby-0/+0
2015-06-18Custom Debug impl for io::ErrorPeter Atashian-1/+11
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-58/+50
2015-06-18Auto merge of #26413 - alexcrichton:from-raw-fd-prelude, r=sfacklerbors-1/+3
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+3
2015-06-19Remove extra fmt::Debug impl for VtableClosureData from #26147.Eduard Burtescu-6/+0
2015-06-19rustc: add more doc comments to ty::Lift and ty::with_ctxt.Eduard Burtescu-0/+10
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-1802/+1637
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1896/+977
2015-06-19Move AST Repr impls to Debug impls in libsyntax.Eduard Burtescu-63/+150
2015-06-19rustc: remove some unused UserString and Repr impls.Eduard Burtescu-28/+3
2015-06-19Clean up unused argument/variable warnings.Eduard Burtescu-54/+22
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-1933/+1991
2015-06-18rustc_trans: Disable landing pads on MSVCAlex Crichton-1/+6
2015-06-19rustc: allow "lifting" T<'a> to T<'tcx> if the value is part of ty::ctxt<'tcx>.Eduard Burtescu-0/+122
2015-06-19rustc: store the type context in TLS and allow safe access to it.Eduard Burtescu-4/+26
2015-06-19rustc: leave only one free top-level function in ppaux, and private.Eduard Burtescu-367/+331
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-152/+133
2015-06-19rustc: reduce ppaux's public footprint to 5 functions.Eduard Burtescu-142/+101
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-222/+255
2015-06-19rustc_resolve: don't require redundant arguments to resolve_crate.Eduard Burtescu-9/+3
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-196/+161
2015-06-18Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakisbors-107/+231
2015-06-18Fix #23589Ariel Ben-Yehuda-5/+20
2015-06-18Normalize associated types in closure signaturesAriel Ben-Yehuda-48/+169
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-1092/+1386
2015-06-18Simplify and type_known_to_meet_builtin_bound and make it more correct whenAriel Ben-Yehuda-59/+62
2015-06-18Fix libstd testsAlex Crichton-15/+12
2015-06-18rustdoc: Update document title when displaying search resultsJohannes Oertel-0/+3
2015-06-18Auto merge of #26385 - nham:fix_25396, r=alexcrichtonbors-1/+50