summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-01Add a meta-hierarchy of trees -- in future, each fn body will inhabitNiko Matsakis-44/+93
2015-04-01Update android tests to reflect API switch from `os::env` to `env::vars`.Felix S. Klock II-4/+3
2015-04-01Test fixes and rebase conflictsAlex Crichton-12/+20
2015-04-01Don't reborrow the target of a `write!()`Chris Wong-1/+1
2015-04-01Fix rust book error-handling.md for new std::io.kgv-6/+7
2015-04-01Add examples + documentation for std::pathSteve Klabnik-0/+213
2015-03-31Added Arc::try_uniqueDzmitry Malyshau-6/+50
2015-04-01Tidying up and reformattingNick Cameron-116/+154
2015-03-31rollup merge of #23923: steveklabnik/gh23688Alex Crichton-0/+23
2015-03-31rollup merge of #23921: aturon/issue-17746Alex Crichton-0/+33
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-261/+1727
2015-04-01dealing with fallout to the tests, in particular diffs between 32- vs 64-bit ...Felix S. Klock II-10/+18
2015-04-01Unify handling of checking repeat-count validity.Felix S. Klock II-13/+1
2015-04-01Fixes to compile-fail error messages post-rebase.Felix S. Klock II-3/+12
2015-04-01Include feature `core` to get access to `wrapping_add`.Felix S. Klock II-0/+3
2015-04-01Test cases for checking arithmetic overflow during const eval.Felix S. Klock II-0/+301
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-7/+17
2015-04-01rustc_trans::trans::consts add overflow checkingFelix S. Klock II-5/+124
2015-04-01rustc::middle::const_eval : add overflow-checking for {+, -, *}.Felix S. Klock II-81/+297
2015-04-01rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int.Felix S. Klock II-0/+27
2015-04-01ty.rs improve error feedback when const-eval errs during repeat count eval.Felix S. Klock II-4/+5
2015-04-01Refactored ty::ctxt so node_types mutations must go through ty methods.Felix S. Klock II-9/+16
2015-04-01Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps.Felix S. Klock II-0/+130
2015-04-01Fix #23890: const-eval `_ as usize`, `_ as isize` must dispatch to target type.Felix S. Klock II-32/+42
2015-04-01fix post rebase.Felix S. Klock II-2/+2
2015-04-01Added tests for discriminant overflows.Felix S. Klock II-0/+476
2015-04-01Added type-specific overflow checks when computing enum discriminant values.Felix S. Klock II-118/+279
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-153/+156
2015-03-31Improvements to PhantomData<T>'s docs 👻Steve Klabnik-12/+6
2015-03-31Add description of + for multiple trait boundsSteve Klabnik-0/+23
2015-04-01Pretty print ids for assoc itemsNick Cameron-8/+17
2015-03-31Add test for #17746Aaron Turon-0/+33
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-72/+108
2015-03-31rollup merge of #23899: steveklabnik/gh23851Alex Crichton-9/+12
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-96/+109
2015-03-31rollup merge of #23920: steveklabnik/gh23881Alex Crichton-146/+153
2015-03-31rollup merge of #23901: steveklabnik/fix_links_strAlex Crichton-15/+12
2015-03-31Move benchmark tests to unstable sectionSteve Klabnik-146/+153
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-127/+96
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-16/+14
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+56
2015-03-31rollup merge of #23906: steveklabnik/spellinAlex Crichton-1/+1
2015-03-31rollup merge of #23902: freebroccolo/masterAlex Crichton-7/+9
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-91/+80
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-3981/+635
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-78/+26
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-70/+132
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-42/+34
2015-03-31rollup merge of #23872: huonw/eager-lexingAlex Crichton-16/+76
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4013/+601