summary refs log tree commit diff
path: root/src/libcore/panicking.rs
AgeCommit message (Expand)AuthorLines
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-1/+2
2017-07-25Bump master to 1.21.0Alex Crichton-23/+2
2017-07-02Style fixest31-1/+1
2017-07-02Fix the test failure, add comment, and refactor a little bitest31-9/+20
2017-07-02Output line column info when panickingest31-10/+20
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+4
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+1
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+3
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-2/+2
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-3/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-10Remove core::panicking::panic's dependence on str's Display::fmt implRyan Prichard-1/+7
2015-02-27register snapshot 880fb89Flavio Percoco-29/+0
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-5/+34
2014-12-30Register new snapshotsAlex Crichton-49/+0
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-2/+41
2014-11-05Register snapshots.Eduard Burtescu-47/+0
2014-10-30Test fixes and rebase conflictsAlex Crichton-3/+3
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-0/+47
2014-10-29Rename fail! to panic!Steve Klabnik-0/+69